FORCE_FLAT_NAMESPACE no longer needed

develop
Timothy Collett 2013-03-15 13:59:47 -04:00
parent 5da294e007
commit 79dfb65b9a
2 changed files with 2 additions and 6 deletions

@ -114,14 +114,11 @@ Snow Leopard Changes
1. Add a step 6.2a (before Install XML::LibXSLT):: 1. Add a step 6.2a (before Install XML::LibXSLT)::
In a separate Terminal window or tab, run: In a separate Terminal window or tab, run:
sudo ln -s /usr/include/libxml2/libxml /usr/include/libxml ``sudo ln -s /usr/include/libxml2/libxml /usr/include/libxml``
2. Add a step 7a (before building):: 2. Add a step 7a (before building)::
In <dfhack directory>/library/LuaTypes.cpp, change line 467 to In <dfhack directory>/library/LuaTypes.cpp, change line 467 to
int len = strlen((char*)ptr); ``int len = strlen((char*)ptr);``
3. After the whole thing is built and installed, edit the "dfhack" script in the DF directory and remove the line
export DYLD_FORCE_FLAT_NAMESPACE=1
======= =======
Windows Windows

@ -11,5 +11,4 @@ else
export DYLD_FALLBACK_LIBRARY_PATH=${PWD}/hack:${PWD}/libs export DYLD_FALLBACK_LIBRARY_PATH=${PWD}/hack:${PWD}/libs
export DYLD_FALLBACK_FRAMEWORK_PATH=${PWD}/hack:${PWD}/libs export DYLD_FALLBACK_FRAMEWORK_PATH=${PWD}/hack:${PWD}/libs
fi fi
export DYLD_FORCE_FLAT_NAMESPACE=1
cd "${PWD}"; ./dwarfort.exe cd "${PWD}"; ./dwarfort.exe