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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...