User forums > Using Code::Blocks
C::B at home not finding wxwidgets from wxDevCPP directory.
indigo0086:
It works one one computer with the same setup but not the one ata home. Can I change the way that CB looks for the wxwidgets directory manually, rather than mess with wxDev-C++
Biplab:
A *.devpak file is basically a *.tar.bz2 file. So first rename the devpak file to tar.bz2 file and then extract it to a folder, say foo. Then copy all the header files to foo\include\wx dir and all libraries to foo\lib\<compiler_name>_<lib/dll> dir. That should be enough for C::B to detect and use it.
Please note that the foo\lib\<compiler_name>_<lib/dll> dir also contains some other header files in deep folders and they are necessary to get your app compiled. :)
Edit 1:
The devpak you're using has been compiled under MSYS. Thus the library naming scheme is different. At the moment wxWidgets wizard does not support this naming style. The only way is for you, atm, is to set up the project manually.
Navigation
[0] Message Index
[*] Previous page
Go to full version