while installing libjingle, the installation halts because of a missing xmlparse.c
this is the error part of the install... i do have xmlparse.c in the thirdparty/expat-2.0.1/lib/xmlparse.c, any idea what's wrong?
File "./../../swtoolkit/site_scons/site_init.py", line 203, in BuildEnvironmentSConscripts
scons: done reading SConscript files.
scons: Building targets ...
scons: *** [build/dbg/obj/third_party/expat-2.0.1/lib/xmlparse.o] Source`third_party/expat-2.0.1/lib/xmlparse.c' not found, needed by target `build/dbg/obj/third_party/expat-2.0.1/lib/xmlparse.o'.
scons: building terminated because of errors.
root@den-pc:~/tejesh/libjingle-0.6.14/talk#
I actually downloaded the libjingle once I realized it was dealing with p2p, since I work in a similar area and want to check it out.
I downloaded the expat lib and copied it to the third-party directory and compiled it without problems like this:
And here are the results:
Could it be something as simple as the directory permissions?
Here's what I have:
Actually all of the files in the
third_party/expat-2.0.1/lib
dir have the same permissions, I just didnt want to list them all here.