Jump to content

Can't build recent SVN copy


jonbaer
 Share

Recommended Posts

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...