1
Development Deliberation / Re: Has anyone compiled a static client?
« on: October 06, 2013, 07:18:26 am »
Well I am back at trying to get a static client
it pretty much ends the compile with some version of
...failed Archive ./out/linux/optimize/libs/libplaneshift_database_staticplugins-0.0.a ...
...skipped client_static for lack of planeshift_database_staticplugins...
...failed updating 1 target(s)...
looking back through the compiler output I find:
./out/linux/optimize/src/plugins/common/bgloader/static/bgloader_loader_objects.o: No such file or directory
./out/linux/optimize/src/plugins/common/bgloader/static/bgloader_loader_objects.o
Since regular compiles work fine I assume there is a problem somewhere in the jam files but I have no clue how to find/fix it.
it pretty much ends the compile with some version of
...failed Archive ./out/linux/optimize/libs/libplaneshift_database_staticplugins-0.0.a ...
...skipped client_static for lack of planeshift_database_staticplugins...
...failed updating 1 target(s)...
looking back through the compiler output I find:
./out/linux/optimize/src/plugins/common/bgloader/static/bgloader_loader_objects.o: No such file or directory
./out/linux/optimize/src/plugins/common/bgloader/static/bgloader_loader_objects.o
Since regular compiles work fine I assume there is a problem somewhere in the jam files but I have no clue how to find/fix it.
