< Previous by Date | Date Index | Next by Date > |
Thread Index |
Hi,
I just checked out resiprocate from subversion and try to build it in my Suse 9.2 Box using autotools scripts. I solved some bugs in TlsConnection.cxx in the ErrLog function (the << operator was missing before the string) in lines 46, 74 and 90 (Please let me know if you want the diff file). After that everything goes fine until:
---------------------------------------------------------------------------------------------------------------------------
/bin/sh ../../libtool --mode=link --tag=CXX g++ -g -O2 -Wall -Wno-deprecated -lpopt -L/home/mariano/resiprocate/main/sip/compile/../contrib/ares -o limpc limpc.o libtestsupport.a ../libresiprocate.la -lpopt -lssl -lcrypto -lares -lpthread
g++ -g -O2 -Wall -Wno-deprecated -o .libs/limpc limpc.o -L/home/mariano/resiprocate/main/sip/compile/../contrib/ares libtestsupport.a ../.libs/libresiprocate.so /usr/lib/libstdc++.so /usr/lib/libpopt.so -lssl -lcrypto -lares -lpthread
../.libs/libresiprocate.so: undefined reference to `resip::FileSystem::Directory::Directory[in-charge](resip::Data const&)'
../.libs/libresiprocate.so: undefined reference to `resip::FileSystem::Directory::iterator::~iterator [in-charge]()'
../.libs/libresiprocate.so: undefined reference to `resip::FileSystem::Directory::iterator::iterator[in-charge](resip::FileSystem::Directory const&)'
../.libs/libresiprocate.so: undefined reference to `resip::FileSystem::Directory::iterator::operator*() const'
../.libs/libresiprocate.so: undefined reference to `resip::FileSystem::Directory::iterator::operator!=(resip::FileSystem::Directory::iterator const&) const'
../.libs/libresiprocate.so: undefined reference to `resip::FileSystem::Directory::iterator::operator++()'
../.libs/libresiprocate.so: undefined reference to `resip::FileSystem::Directory::end() const'
collect2: ld returned 1 exit status
make[3]: *** [limpc] Error 1
make[3]: Leaving directory `/home/mariano/resiprocate/main/sip/compile/resiprocate/test'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mariano/resiprocate/main/sip/compile/resiprocate'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/mariano/resiprocate/main/sip/compile/resiprocate'
make: *** [all-recursive] Error 1
---------------------------------------------------------------------------------------------------------------------------
I did not go deep but I was wondering if anyone had the same problem before.
Mariano Stokle