MantisBT - VCMI
View Issue Details
0000457VCMIOtherpublic2010-05-23 10:132010-05-26 22:11
anonymous 
Tow 
normalminorhave not tried
closedno change required 
i586Ubuntu10.04
0.8 
 
0000457: Compile om Ubuntu 10/04 fails.
I can\'t compile VCMI on my Ubuntu 10.04 It fails with
[code] checking for exit in -lboost_system... no configure: error: Could not link against boost_system ! [/code]
Maybe, it\'s because newer version of libboost -1.40?
compile it with the instructions from Readme.linux, changing libboost1.38 on libboost1.40 on Ubuntu 10.04
No tags attached.
Issue History
2010-05-23 10:13anonymousNew Issue
2010-05-24 00:20IvanNote Added: 0000870
2010-05-25 09:52anonymousNote Added: 0000871
2010-05-25 09:52anonymousStatusnew => feedback
2010-05-26 22:11TowStatusfeedback => closed
2010-05-26 22:11TowAssigned To => Tow
2010-05-26 22:11TowResolutionopen => no change required

Notes
(0000870)
Ivan   
2010-05-24 00:20   
>> error: Could not link against boost_system

You need not only boost itself but some extra libraries as well. Install these packages:

libboost-filesystem-dev
libboost-iostreams-dev
libboost-system-dev
libboost-thread-dev

For some reason this info not present in readme.
(0000871)
anonymous   
2010-05-25 09:52   
Thank you, Ivan. It have compiled with your advice.