Changes between Version 238 and Version 239 of BuildInstructions


Ignore:
Timestamp:
May 20, 2014, 9:02:50 AM (10 years ago)
Author:
fabio
Comment:

update after r15173

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v238 v239  
    138138    libwxgtk3.0-dev libxcursor-dev libxml2-dev subversion zlib1g-dev
    139139}}}
     140 * libboost-signals-dev is not needed if you use a post-alpha16 SVN version.
    140141 * With these dependencies you have to run:
    141142  * `update-workspaces.sh --with-system-enet --with-system-miniupnpc --with-system-nvtt --with-system-mozjs24`
     
    401402
    402403== Known problems and solutions ==
    403  * If you get linker errors like '''`cannot find -lboost_signals-mt`''' (particularly users of Arch Linux or Slackware), edit the file [source:/ps/trunk/build/premake/extern_libs4.lua build/premake/extern_libs4.lua] and remove the `-mt` suffix from the Boost `unix_name` definitions, then run `update-workspaces.sh` again.
    404 
    405404 * If you get linker errors like '''`multiple definition of '(anonymous namespace)::_1'`''', particularly when using GCC 4.1, try running `./update-workspaces.sh --without-pch` and then `cd gcc; make clean` and rebuild.
    406405