Hmm, it _was_ a new copy, last one one hour ago...or any changes since then?
Ralph. From: munn...@gmail.com [mailto:munn...@gmail.com] On Behalf Of Kurtis Heimerl Sent: Wednesday, 14 August, 2013 18:52 To: Ralph A. Schmid Cc: openbts-disc...@lists.sourceforge.net; Kurtis Heimerl Subject: Re: build errors Try pulling a new copy of the repo, I'd guess you had conflicts merging and ignored them. For example, can you share lines 39-44 of SIPMessage.cpp? On Wed, Aug 14, 2013 at 4:49 AM, Ralph A. Schmid <ra...@schmid.xxx> wrote: OK, this one from smqueue: ras@dk5ras:~/public/smqueue/trunk$ make make all-recursive make[1]: Entering directory `/home/ras/public/smqueue/trunk' Making all in config make[2]: Entering directory `/home/ras/public/smqueue/trunk/config' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ras/public/smqueue/trunk/config' Making all in sqlite3 make[2]: Entering directory `/home/ras/public/smqueue/trunk/sqlite3' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ras/public/smqueue/trunk/sqlite3' Making all in CommonLibs make[2]: Entering directory `/home/ras/public/smqueue/trunk/CommonLibs' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ras/public/smqueue/trunk/CommonLibs' Making all in Globals make[2]: Entering directory `/home/ras/public/smqueue/trunk/Globals' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ras/public/smqueue/trunk/Globals' Making all in SR make[2]: Entering directory `/home/ras/public/smqueue/trunk/SR' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ras/public/smqueue/trunk/SR' Making all in GSM make[2]: Entering directory `/home/ras/public/smqueue/trunk/GSM' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ras/public/smqueue/trunk/GSM' Making all in SMS make[2]: Entering directory `/home/ras/public/smqueue/trunk/SMS' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ras/public/smqueue/trunk/SMS' Making all in doc make[2]: Entering directory `/home/ras/public/smqueue/trunk/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ras/public/smqueue/trunk/doc' Making all in tools make[2]: Entering directory `/home/ras/public/smqueue/trunk/tools' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ras/public/smqueue/trunk/tools' Making all in smqueue make[2]: Entering directory `/home/ras/public/smqueue/trunk/smqueue' g++ -DHAVE_CONFIG_H -I. -I.. -D'SVN_REV="6173"' -I../CommonLibs -I../GSM - I../SMS -I../Globals -I../SR -I../sqlite3 -O3 -g -lpthread -g -O2 -MT smcommands.o -MD -MP -MF .deps/smcommands.Tpo -c -o smcommands.o smcommands.cpp In file included from smqueue.h:36:0, from smcommands.cpp:24: smnet.h: In member function 'void SMqueue::SMnet::add_socket(int, short int, int, int, int, const sockaddr*, socklen_t)': smnet.h:125:54: error: 'memcpy' was not declared in this scope smnet.h:144:52: error: 'memcpy' was not declared in this scope make[2]: *** [smcommands.o] Error 1 make[2]: Leaving directory `/home/ras/public/smqueue/trunk/smqueue' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ras/public/smqueue/trunk' make: *** [all] Error 2 ras@dk5ras:~/public/smqueue/trunk$ And this one from OpenBTS: ras@dk5ras:~/public/openbts/trunk$ make make all-recursive make[1]: Entering directory `/home/ras/public/openbts/trunk' Making all in config make[2]: Entering directory `/home/ras/public/openbts/trunk/config' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ras/public/openbts/trunk/config' Making all in sqlite3 make[2]: Entering directory `/home/ras/public/openbts/trunk/sqlite3' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ras/public/openbts/trunk/sqlite3' Making all in CommonLibs make[2]: Entering directory `/home/ras/public/openbts/trunk/CommonLibs' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ras/public/openbts/trunk/CommonLibs' Making all in Globals make[2]: Entering directory `/home/ras/public/openbts/trunk/Globals' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ras/public/openbts/trunk/Globals' Making all in SR make[2]: Entering directory `/home/ras/public/openbts/trunk/SR' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ras/public/openbts/trunk/SR' Making all in CLI make[2]: Entering directory `/home/ras/public/openbts/trunk/CLI' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ras/public/openbts/trunk/CLI' Making all in SIP make[2]: Entering directory `/home/ras/public/openbts/trunk/SIP' /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -D'SVN_REV="6173"' -I../CommonLibs -I../Control -I../GSM -I../GPRS - I../SGSNGGSN -I../SIP -I../SMS -I../TRXManager -I../Globals -I../CLI -I../SR - I../Peering -I../sqlite3 -I -I -Wall -Wextra -g -O2 -MT SIPMessage.lo -MD - MP -MF .deps/SIPMessage.Tpo -c -o SIPMessage.lo SIPMessage.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -DSVN_REV=\"6173\" - I../CommonLibs -I../Control -I../GSM -I../GPRS -I../SGSNGGSN -I../SIP -I../SMS -I../TRXManager -I../Globals -I../CLI -I../SR -I../Peering -I../sqlite3 -I -I -Wall -Wextra -g -O2 -MT SIPMessage.lo -MD -MP -MF .deps/SIPMessage.Tpo -c SIPMessage.cpp -fPIC -DPIC -o .libs/SIPMessage.o SIPMessage.cpp: In function 'void openbts_message_init(osip_message_t**)': SIPMessage.cpp:39:44: error: expected ',' or ';' before 'VERSION' SIPMessage.cpp: In function 'osip_message_t* <SIP::sip_message(const> SIP::sip_message(const char*, const char*, short int, const char*, const char*, const char*, const char*, const char*, int, const char*, const char*)': SIPMessage.cpp:332:39: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat] SIPMessage.cpp: At global scope: SIPMessage.cpp:667:18: warning: unused parameter 'proxy_ip' [-Wunused- parameter] SIPMessage.cpp:1027:18: warning: unused parameter 'sip_username' [-Wunused- parameter] SIPMessage.cpp:1027:18: warning: unused parameter 'local_ip' [-Wunused- parameter] SIPMessage.cpp:1070:18: warning: unused parameter 'rtp_port' [-Wunused- parameter] make[2]: *** [SIPMessage.lo] Error 1 make[2]: Leaving directory `/home/ras/public/openbts/trunk/SIP' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ras/public/openbts/trunk' make: *** [all] Error 2 ras@dk5ras:~/public/openbts/trunk$
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio