Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
This problem has been bugging me since about a week ago, and I don't mind compiling packages and installing if the others (applications) that use them will find them! But I cannot compile ogre and KDE 4 AND Wesnoth because of these problems... thx in advance
Note: In KDE 4 w/ cmake it will not find Qt 4.4.0 which I compiled and installed overnight.
Distribution: pclos2010.12, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 9,302
Rep:
Boost : (The latest version is 1_35)
If you have done ./configure && make && make install
boost is in /usr/local/
headers in /usr/local/include/boost-1_33/boost/
The solution for Wesnoth (and other applications) to find
the boost headers will usually be :
* # ln -s /usr/local/include/boost-1_33/boost/ /usr/local/include/'
* (if your boost version is 1_33)
Then you will have /usr/local/include/boost/
containing the headers.
For problems with other programs mentioned,
please show the errors.
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for floor... no
checking for socket... yes
checking for strtoul... yes
checking for PNG support in SDL_image... yes
checking for OGG support in SDL_mixer... yes
checking for Boost headers version >= 1.33... no
configure: error: Could not find Boost headers version >= 1.33
guille4ty@localhost ~/Desktop/wesnoth-1.4.4 $
Distribution: pclos2010.12, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 9,302
Rep:
I suspect some conflicts caused by 2 versions of
boost. Suggest : Uninstall both and build a new one,
if the files in /usr/local/lib are identical for
the 2 versions. Or if I misunderstood this :
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.