User forums > Help
bootstrap felled need help
doctorlinux:
I tried It see..
Warning: No config found to match: /usr/local/bin/wx-config --unicode=yes --libs --cflags
in /usr/local/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.
I Tried wx-config --unicode=yes Before I seen you reply and same thing.
Looks Like i need to rebuild it?
I will use wiki solutions to build it. if i have to rebuild?: http://wiki.codeblocks.org/index.php?title=Compiling_Code::Blocks_in_Linux_%28applies_to_all_distros%29
But if i do I want to use rebuild with svn checkout but i could not find the link to do it with.
I'm wonting to start c++ coding with and on Code::Blocks and wxWidgets. I'm learning how to C++ code now. I already do a lot of pearl,HTML and some PHP,Java too
Thanks
stahta01:
You need to build wxWidgets as Unicode in order to build Code::Blocks.
(Or, you need to install wxWidget/wxGTK devel version with an high 2.8 version like 2.8.5 or higher)
wxWidgets version 2.8.10 is preferred because of recent changes in Code::Blocks SVN trunk.
See http://wiki.codeblocks.org/index.php?title=Compiling_Code::Blocks_in_Linux_%28applies_to_all_distros%29#wxWidgets_build
You must have missed the "--enable-unicode" in the above command.
Tim S.
doctorlinux:
Thank you Tim S. :D
Yes that what I was thinking.
doctorlinux:
I found the svn link to wxwidgets
EDIT : {
http://svn.wxwidgets.org/svn/wx/wxWidgets/trunk/ Do not use the trunk unless you know what you are doing.
you are better off using branch like jens stated in a lower post .
svn checkout http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH wxWidgets-2.8 }
Got it making right now :D
here a good how to link to build the trunk
http://jazzplusplus.sourceforge.net/buildingwx/
But make sure you when you configure do it like this. You can just use ../configure with out the ../wxWidgets-2.8.10 if you want too
./wxWidgets-2.8.10/configure \
--prefix=/opt/wx/2.8.10 \
--enable-xrc \
--enable-monolithic \
--enable-unicode \
--with-gtk
Just about like it is here at this l
http://wiki.codeblocks.org/index.php?title=Compiling_Code::Blocks_in_Linux_%28applies_to_all_distros%29#wxGTK_installation
also set your path just like at wiki.codeblocks.org stated see
export PATH=/usr/bin:/opt/wx/2.8.10/bin:$PATH
export LD_LIBRARY_PATH=/usr/bin:/opt/wx/2.8.10/lib:$LD_LIBRARY_PATH
and i set the paths in .bash_profile before i ran ../configure too.
Now i got to go and build codeblocks again .
Thanks for your help
Jenna:
--- Quote from: doctorlinux on August 22, 2009, 11:22:57 am ---I found the svn link to wxwidgets
http://svn.wxwidgets.org/svn/wx/wxWidgets/trunk/
Got it making right now :D
--- End quote ---
I admit to use wx2.8.10 or at least the wx2.9-branch, not trunk, unless you know exactly what you do.
Or you will most likely run in new troubles, because C::B is not (yet) fully compatible with wx-trunk and it's under heavy development.
You might get a version where some code is temporarily removed (at least the content of some function bodies) to be refactored, or just not working.
I saw this for example in wxAuiNoteBook and related classes, in this case C::B will not work at all and/or the build will fail.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version