jonbaer Posted September 8, 2016 Report Share Posted September 8, 2016 Any ideas on what lib(s) I might be missing here? ~/D/0/s/b/w/gcc$ make -j3 ==== Building mocks_real (release) ==== ==== Building network (release) ==== ==== Building tinygettext (release) ==== Creating obj/mocks_real_Release Creating obj/tinygettext_Release Creating obj/network_Release mocks_real.cpp precompiled.h precompiled.h Linking mocks_real dictionary_manager.cpp NetClient.cpp iconv.cpp In file included from ../../../source/network/NetClient.cpp:20: In file included from ../../../source/network/NetClient.h:24: In file included from ../../../source/scriptinterface/ScriptVal.h:21: ../../../source/scriptinterface/ScriptTypes.h:60:10: fatal error: 'jspubtd.h' file not found #include "jspubtd.h" ^ ==== Building lobby (release) ==== Creating obj/lobby_Release precompiled.h 1 error generated. make[1]: *** [obj/network_Release/NetClient.o] Error 1 make: *** [network] Error 2 make: *** Waiting for unfinished jobs.... language.cpp log.cpp plural_forms.cpp Globals.cpp In file included from ../../../source/lobby/Globals.cpp:20: In file included from ../../../source/lobby/IXmppClient.h:21: ../../../source/scriptinterface/ScriptTypes.h:60:10: fatal error: 'jspubtd.h' file not found #include "jspubtd.h" ^ 1 error generated. make[1]: *** [obj/lobby_Release/Globals.o] Error 1 make: *** [lobby] Error 2 po_parser.cpp tinygettext.cpp unix_file_system.cpp precompiled.cpp dictionary.cpp Linking tinygettext /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libtinygettext.a(tinygettext.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libtinygettext.a(precompiled.o) has no symbols Quote Link to comment Share on other sites More sharing options...
Loki1950 Posted September 8, 2016 Report Share Posted September 8, 2016 The first error looks like your missing the dev package for the java script engine though since I see Xcode you are building on OSX which I'm not that familiar with. Enjoy the Choice 1 Quote Link to comment Share on other sites More sharing options...
jonbaer Posted September 9, 2016 Author Report Share Posted September 9, 2016 You were right, a rebuild of spidermonkey seems to have resolved the issue, thanks, much appreciated. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.