zf8848 / libjingle

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

"make" command gives an error #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./configure 
2. make
3.

What is the expected output? What do you see instead?
Should complete without errors

What version of the product are you using? On what operating system?
libjingle 0.4.0, expat 2.0.1, gtk 2.0 on Debian 2.6.25

Please provide any additional information below.
make  all-recursive
make[1]: Entering directory `/home/naresh/Desktop/Offline
Module/libjingle-0.4.0'
Making all in talk
make[2]: Entering directory `/home/naresh/Desktop/Offline
Module/libjingle-0.4.0/talk'
make[3]: Entering directory `/home/naresh/Desktop/Offline
Module/libjingle-0.4.0'
make[3]: Leaving directory `/home/naresh/Desktop/Offline
Module/libjingle-0.4.0'
Making all in base
make[3]: Entering directory `/home/naresh/Desktop/Offline
Module/libjingle-0.4.0/talk/base'
make[4]: Entering directory `/home/naresh/Desktop/Offline
Module/libjingle-0.4.0'
make[4]: Leaving directory `/home/naresh/Desktop/Offline
Module/libjingle-0.4.0'
if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I../.. `pkg-config --cflags gtk+-2.0`    -DPOSIX -g -O2
-MT socketaddress.lo -MD -MP -MF ".deps/socketaddress.Tpo" -c -o
socketaddress.lo socketaddress.cc; \
        then mv -f ".deps/socketaddress.Tpo" ".deps/socketaddress.Plo";
else rm -f ".deps/socketaddress.Tpo"; exit 1; fi
if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I../.. `pkg-config --cflags gtk+-2.0`    -DPOSIX -g -O2
-MT time.lo -MD -MP -MF ".deps/time.Tpo" -c -o time.lo time.cc; \
        then mv -f ".deps/time.Tpo" ".deps/time.Plo"; else rm -f
".deps/time.Tpo"; exit 1; fi
if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I../.. `pkg-config --cflags gtk+-2.0`    -DPOSIX -g -O2
-MT asyncudpsocket.lo -MD -MP -MF ".deps/asyncudpsocket.Tpo" -c -o
asyncudpsocket.lo asyncudpsocket.cc; \
        then mv -f ".deps/asyncudpsocket.Tpo" ".deps/asyncudpsocket.Plo";
else rm -f ".deps/asyncudpsocket.Tpo"; exit 1; fi
if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I../.. `pkg-config --cflags gtk+-2.0`    -DPOSIX -g -O2
-MT messagequeue.lo -MD -MP -MF ".deps/messagequeue.Tpo" -c -o
messagequeue.lo messagequeue.cc; \
        then mv -f ".deps/messagequeue.Tpo" ".deps/messagequeue.Plo"; else
rm -f ".deps/messagequeue.Tpo"; exit 1; fi
In file included from messagequeue.cc:40:
../../talk/base/messagequeue.h: In constructor 'talk_base::Message::Message()':
../../talk/base/messagequeue.h:121: error: 'memset' was not declared in
this scope
make[3]: *** [messagequeue.lo] Error 1
make[3]: Leaving directory `/home/naresh/Desktop/Offline
Module/libjingle-0.4.0/talk/base'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/naresh/Desktop/Offline
Module/libjingle-0.4.0/talk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/naresh/Desktop/Offline
Module/libjingle-0.4.0'
make: *** [all] Error 2

Original issue reported on code.google.com by nareshe...@gmail.com on 29 Jul 2008 at 3:46

GoogleCodeExporter commented 9 years ago
These errors disappear with mattwinters patches. Although i am getting a lot of
errors in cryptstring.h. Will create a whole new issue for that. 

Original comment by nareshe...@gmail.com on 31 Jul 2008 at 11:33

GoogleCodeExporter commented 9 years ago
I can't find the mattwinters patches. Is there any other solution to this?
Thx

Original comment by banescus...@gmail.com on 11 Mar 2010 at 5:41

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/libjingle/issues/detail?id=16

Original comment by nareshe...@gmail.com on 11 Mar 2010 at 6:34

GoogleCodeExporter commented 9 years ago
Try this, this should give you some headway: 
http://foolbear.blogspot.com/2010/02/libjingle-for-ubuntu.html

Original comment by air.sing...@gmail.com on 3 Apr 2010 at 8:26

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Closing out old issues.

Original comment by pthatc...@google.com on 3 Nov 2010 at 7:28