MantisBT - VCMI
View Issue Details
0002300VCMIOtherpublic2015-10-12 05:482022-04-12 09:17
vmarkovtsev 
SXX 
highmajorhave not tried
closedfixed 
DarwinMacOSX10.11
0.98d 
0.98e 
0002300: Build is broken
1) vcmibuilder is not supposed to work in BSD environment
2) Boost which is installed with Homebrew requires including boost/optional/optional_io.hpp separately -> breaks the build
3) There is a misprint in Global.h, which leads to incorrect system detection (VCMI_HURD vs VCMI_APPLE) -> breaks the build

See my pull request https://github.com/vcmi/vcmi/pull/121 [^] with proper fixes.

Setting high priority and major severity because users are unable to build VCMI because of these.
mkdir build
cmake -G "Unix Makefiles" .. -DENABLE_LAUNCHER=OFF -DCMAKE_BUILD_TYPE=Release -Wno-dev
make
No tags attached.
Issue History
2015-10-12 05:48vmarkovtsevNew Issue
2015-10-13 03:56AVSAssigned To => SXX
2015-10-13 03:56AVSStatusnew => assigned
2015-10-25 18:35WarmongerNote Added: 0006029
2015-10-25 19:20vmarkovtsevNote Added: 0006034
2015-10-31 13:23SXXStatusassigned => resolved
2015-10-31 13:23SXXFixed in Version => 0.98e
2015-10-31 13:23SXXResolutionopen => fixed
2022-04-12 09:17PovelitelStatusresolved => closed

Notes
(0006029)
Warmonger   
2015-10-25 18:35   
Can we close this now?
(0006034)
vmarkovtsev   
2015-10-25 19:20   
Yes, merging fixed all of these