Akshita-Negi / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

Can not find latebindingsymboltable.h.def #367

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Followed all the build steps in the README
2. Error occurs when executing hammer.sh

What do you see instead?

scons: Reading SConscript files ...

scons: warning: No installed VCs
File 
"/home/rglobisch/svn_projects/swtoolkit/site_scons/site_tools/target_platform_wi
ndows.py", line 283, in generate

scons: warning: No version of Visual Studio compiler found - C/C++ compilers 
most likely not set correctly
File 
"/home/rglobisch/svn_projects/swtoolkit/site_scons/site_tools/target_platform_wi
ndows.py", line 283, in generate

scons: warning: The build_dir keyword has been deprecated; use the variant_dir 
keyword instead.
File "./../../swtoolkit/site_scons/site_init.py", line 203, in 
BuildEnvironmentSConscripts
scons: done reading SConscript files.
scons: Building targets ...
________Compiling build/dbg/obj/third_party/srtp/srtp/ekt.o
________Compiling build/dbg/obj/third_party/srtp/srtp/srtp.o
________Creating library build/dbg/obj/libsrtp.a
________Indexing build/dbg/obj/libsrtp.a
Install file: "build/dbg/obj/libsrtp.a" as "build/dbg/lib/libsrtp.a"
________Compiling build/dbg/obj/base/latebindingsymboltable.o
________Compiling build/dbg/obj/base/linux.o
________Compiling build/dbg/obj/base/linuxfdwalk.o
________Compiling build/dbg/obj/base/linuxwindowpicker.o
________Compiling build/dbg/obj/session/phone/libudevsymboltable.o
In file included from session/phone/libudevsymboltable.cc:28:0:
/home/rglobisch/svn_projects/libjingle-svn/talk/session/phone/libudevsymboltable
.h:54:50: fatal error: talk/base/latebindingsymboltable.h.def: No such file or 
directory
compilation terminated.
scons: *** [build/dbg/obj/session/phone/libudevsymboltable.o] Error 1
scons: building terminated because of errors.

What version of the product are you using? On what operating system?
Using the latest libjingle from svn (http://libjingle.googlecode.com/svn/trunk/)
on Ubuntu 12.04 32-bit

Please provide any additional information below.

Can not find the .def files in the directory. How are these generated?

Original issue reported on code.google.com by Ralf.Glo...@gmail.com on 3 Jul 2012 at 3:02

GoogleCodeExporter commented 9 years ago
Release r157 seems to be broken.
I'm using r156 instead

Original comment by djemai.t...@gmail.com on 4 Jul 2012 at 9:40