zf8848 / libjingle

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

Problem compiling libjingle 0.4.0 #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
# make
make  all-recursive
make[1]: Entering directory `/tmp/libjingle-0.4.0'
Making all in talk
make[2]: Entering directory `/tmp/libjingle-0.4.0/talk'
make[3]: Entering directory `/tmp/libjingle-0.4.0'
make[3]: Leaving directory `/tmp/libjingle-0.4.0'
Making all in base
make[3]: Entering directory `/tmp/libjingle-0.4.0/talk/base'
make[4]: Entering directory `/tmp/libjingle-0.4.0'
make[4]: Leaving directory `/tmp/libjingle-0.4.0'
if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I../.. `pkg-config --cflags gtk+-2.0`   -I/usr/include
-I/usr/include/speex -DPOSIX -s -O3 -march=i686 -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 `/tmp/libjingle-0.4.0/talk/base'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/libjingle-0.4.0/talk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/libjingle-0.4.0'
make: *** [all] Error 2

Original issue reported on code.google.com by pierre.b...@gmail.com on 7 Nov 2009 at 7:03

GoogleCodeExporter commented 9 years ago
Same Problem here, using Ubuntu 10.04, applied all the patches here, all 
dependencies are met.

Original comment by thequickbrownfox3@gmail.com on 23 Jun 2010 at 6:21

GoogleCodeExporter commented 9 years ago
add 
#include<cstring> in .h file to solve the problem

Original comment by raghavan...@gmail.com on 13 Sep 2010 at 11:21

GoogleCodeExporter commented 9 years ago
Closing out old issues.

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