Changes between Version 113 and Version 114 of BuildInstructions


Ignore:
Timestamp:
Feb 24, 2011, 10:43:54 PM (13 years ago)
Author:
Philip Taylor
Comment:

update non -mt boost instructions

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v113 v114  
    199199 * If you get linker errors like '''`/usr/bin/ld: Undefined symbols: ___stack_chk_fail, ___stack_chk_guard`''', this comes from using a libc that is not glibc >=2.4. Until this is detected by the build system, you can hack it by removing the "-fstack-protector-all" line (and the next line too if needed) from `build/premake/premake.lua`
    200200
    201  * Users of Slackware -current and 13.2 when it is released should edit the file build/premake/extern_libs.lua and remove the -mt suffixes from the boost definitions in line 79. It should look like this:
     201 * If you get linker errors like '''`cannot find -lboost_signals-mt`''' (particularly users of Slackware -current and 13.2 when it is released), edit the file `build/premake/extern_libs.lua` and remove the `-mt` suffixes from the boost definitions in line 79, and then run `update-workspaces.sh` again. It should look like this:
    202202{{{
    203203unix_names = { "boost_signals", "boost_filesystem", "boost_system" },
    204204}}}
    205    Otherwise, the game will refuse to build.
     205
    206206== Creating Linux packages ==
    207207