User forums > Help
problem with wxSmith and Mac-OSX
Auria:
--- Quote from: Auria on June 01, 2007, 02:48:40 am ---
--- Quote from: byo on May 30, 2007, 10:27:11 am ---I probably messed up the patch. Try this one :)
BYO
--- End quote ---
this one applies fine, thanks
i haven't been able to test it yet, i once again messed up my C::B build (errors are expensive when building the app takes over 2 hours :( )
--- End quote ---
*sigh*
it seems like the --with-wx-config= flag to configure doesn't work, I made clean/dist-clean/etc., then made it point to a wxWidgets 2.8.4 config, and at startup it complains "dyld: Library not loaded: /usr/local/lib/libwx_macu_aui-2.8.0.dylib" so unofrtunately it seems like the end of my efforts, i don't see why it still keeps references to 2.8.0 even after a clean build where i pointed it to 2.8.4
sorry byo unless someone can help with this i can't test the patch :/ I might be repeating myself, but I hate these build systems :P
byo:
--- Quote from: Auria on June 02, 2007, 04:43:03 pm ---it seems like the --with-wx-config= flag to configure doesn't work, I made clean/dist-clean/etc., then made it point to a wxWidgets 2.8.4 config, and at startup it complains "dyld: Library not loaded: /usr/local/lib/libwx_macu_aui-2.8.0.dylib" so unofrtunately it seems like the end of my efforts, i don't see why it still keeps references to 2.8.0 even after a clean build where i pointed it to 2.8.4
sorry byo unless someone can help with this i can't test the patch :/ I might be repeating myself, but I hate these build systems :P
--- End quote ---
Have you tried to delete all c::b stuff where it's installed in system ? And probably it would be better to delete all sources and check out new copy since makefiles can really leave some rubbish (I hate those build systems too :( ).
Regards
BYO
Auria:
--- Quote from: byo on June 02, 2007, 05:08:18 pm ---
--- Quote from: Auria on June 02, 2007, 04:43:03 pm ---it seems like the --with-wx-config= flag to configure doesn't work, I made clean/dist-clean/etc., then made it point to a wxWidgets 2.8.4 config, and at startup it complains "dyld: Library not loaded: /usr/local/lib/libwx_macu_aui-2.8.0.dylib" so unofrtunately it seems like the end of my efforts, i don't see why it still keeps references to 2.8.0 even after a clean build where i pointed it to 2.8.4
sorry byo unless someone can help with this i can't test the patch :/ I might be repeating myself, but I hate these build systems :P
--- End quote ---
Have you tried to delete all c::b stuff where it's installed in system ? And probably it would be better to delete all sources and check out new copy since makefiles can really leave some rubbish (I hate those build systems too :( ).
Regards
BYO
--- End quote ---
haha it's really lame, you need to delete everything and checkout new sources everytime you update wxWidgets... :?
I will try again later, thanks for the tip (and in for another few hours of building ;) )
Deschamps:
--- Quote from: Auria ---(..) it's really lame, you need to delete everything and checkout new sources everytime you update wxWidgets (..)
--- End quote ---
After svn update codeblocks and make clean, have you tried ./configure --prefix=<CB install destination> --with-wx-prefix=<wxW location> for building different releases for C::B when have installed different wxWidgets libraries on your system? Can also use --with-wxdir=<wxW location> when have different uninstalled builds for wxWidgets.
byo:
--- Quote from: Auria on June 02, 2007, 05:57:02 pm ---I will try again later, thanks for the tip (and in for another few hours of building ;) )
--- End quote ---
Ok, waiting for reports :)
I was also working with the problematic code last few hours (it tended to case seg faults on some slower machine running linux) and some parts of the code has been rewritten. So it actually MAY work on MAC after this change. But as usual, only the real machine may show the result :) And the change require only 2 or 3 files to be recompiled so it will take only minues ;). I'll only make few more tests and will commit new code into svn.
Anyway waiting for results of current patch, that may be really usefull for me. And I really hope that updated sources will work, at least partially :)
Regards
BYO
EDIT: Applied updates to svn, crash-on-linux still exists, but now I got no idea where it comes from, but I still hope that it will fix MAC issues :)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version