Jump to content
The Dark Mod Forums

Radegast

Member
  • Posts

    1
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

211 profile views
  1. I have Arch Linux and use boost 1.59. To bypass this bug until it gets fixed, I opened the configure script and simply changed the line to boost_major_version=159. - boost_major_version=`echo "$boost_cv_lib_version" | sed 's/_//;s/_.*//'` + boost_major_version=159 Also, I had to change the AUTOMAKE and ACLOCAL variables in the generated makefile, because they were set to aclocal-1.14 and automake-1.14 even though I have version 1.15 on my system. WTF? Maybe the DarkRadiant devs should consider using CMake.
×
×
  • Create New...