User forums > Help
configure error: boost headers
AngelGM:
Hi all,
I've downloaded codeblocks-13.12 source (working in linux Debian). After the ./bootstrap (successful) I run ./configure --with-contrib-plugins=all with this output (last part):
--- Code: --- ...
checking for GAMIN... yes
checking for FONTCONFIG... yes
checking boost/spirit/include/classic.hpp usability... no
checking boost/spirit/include/classic.hpp presence... no
checking for boost/spirit/include/classic.hpp... no
configure: error: needed boost headers not found or not usable
--- End code ---
I do not know what to do now. I've built boost (I guess not in the correct location) but that does not work. If you need something please ask.
Help!
A
stahta01:
Install the boost headers or do NOT build the plugin that needs it are the two obvious options.
To install boost headers please find a OS support site.
You might also look here for info; no idea if that will help you. http://apt.jenslody.de/
Tim S.
Miguel Gimenez:
At least in Wheezy you don't need to compile Boost, it's enough installing package libboost-dev. Then, your missing file should be under /usr/include
Jenna:
Boost is only needed by the Nassi-Shneiderman plaugin as far as I remember. So disabling it would help also.
Run the configure-script with --help parameter to see how it is done.
AngelGM:
Thanks!
Indeed, that is the only plugin that makes use of boost so if I finally cannot link it, I will just compile c::b without it.
Cheers,
A
Navigation
[0] Message Index
[#] Next page
Go to full version