Changes between Version 114 and Version 115 of BuildInstructions


Ignore:
Timestamp:
Mar 22, 2011, 6:45:50 PM (13 years ago)
Author:
Boni Xavier
Comment:

Corrected the new Slackware version number. Pat picked a cool number for us.

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v114 v115  
    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  * 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:
     201 * If you get linker errors like '''`cannot find -lboost_signals-mt`''' (particularly users of Slackware 13.37 and -current), 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" },