Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Compiling C::B wit wx2.9

<< < (3/4) > >>

Jenna:
Thanks, I just compiled C::B under linux with actual wx2.9 svn.

At least building the project is okay now.
I will run it, but do not expect it to work errorfree.

Next step is to check autotools, whether they still work.

Jenna:

--- Quote from: BlueHazzard on March 01, 2013, 08:25:33 pm ---thanks you for the patches
i was also at the wxPDF errors, but i tried to use the compiled c::b and i got an floating-point exception at startup, so i try to fix this first.
The crash occurred on wxWidgets startup, i think in the aui part.....

i try to fix this error with the help of the wxWidgets forum.


--- Quote from: ouch on February 28, 2013, 11:03:39 pm ---actually cctest compiled fine for me.

--- End quote ---

this can be if you compiled c::b before with wx2.8. because the searchpath (if not fixed in the actual svn) for the libcodeblocks0 is definitively wrong.

thanks!

--- End quote ---
The pdf-exporter part is fixed in my local copy.

I do not get any exceptions, just warnings about format-strings, but they should be fixable.

Did you clean the .pch directory when (re-)building wxwidgets ?
Did you install wxWidgets, or do you run wx-config from the build-folder (normally recommended) ?

utelle:

--- Quote from: jens on March 01, 2013, 10:01:06 pm ---The pdf-exporter part is fixed in my local copy.

I do not get any exceptions, just warnings about format-strings, but they should be fixable.

[...]

--- End quote ---
It would be a good idea to send me the patches required to fix the problems in wxPdfDC, so that I can incorporate them in wxPdfDocument for the next release.

It was stated that wxWidgets-SVN is used to compile C::B. wxPdfDocument is developed and tested against official wxWidgets releases only (i.e. 2.8.12 and 2.9.4), since I don't have the time to keep it in sync with wxWidgets-SVN which is really a moving target.

Regards,

Ulrich

Jenna:

--- Quote from: utelle on March 01, 2013, 10:48:34 pm ---
--- Quote from: jens on March 01, 2013, 10:01:06 pm ---The pdf-exporter part is fixed in my local copy.

I do not get any exceptions, just warnings about format-strings, but they should be fixable.

[...]

--- End quote ---
It would be a good idea to send me the patches required to fix the problems in wxPdfDC, so that I can incorporate them in wxPdfDocument for the next release.

It was stated that wxWidgets-SVN is used to compile C::B. wxPdfDocument is developed and tested against official wxWidgets releases only (i.e. 2.8.12 and 2.9.4), since I don't have the time to keep it in sync with wxWidgets-SVN which is really a moving target.

Regards,

Ulrich


--- End quote ---
I attach the patch, I just committed to trunk.
Basically the issue is, that the wxDCImpl base class now wants the wxPoint-array as const.

ouch:
svn 8898 builds fine, Thanks everyone!

I get an assertion on a wxchecklistbox right off the bat though. Anyone else get this or is it just because I'm loading an older wx2.8 project file?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version