|
From: Lee S. <lee...@gm...> - 2013-01-25 12:44:23
|
Hey guys,
I'm trying to compile the server on a Mac OSX machine running Mountain Lion, but I'm having issues with libdb. I've installed libdb 4.2 using the --enable-cxx flag, but when I then configure and build the server, I get the output:
[snip]
In file included from ../repro/PersistentMessageQueue.hxx:8,
from PersistentMessageQueue.cxx:13:
/usr/local/include/db_cxx.h:60:23: error: exception.h: No such file or directory
In file included from ../repro/BerkeleyDb.hxx:8,
from BerkeleyDb.cxx:14:
/usr/local/include/db_cxx.h:60:23: error: exception.h: No such file or directory
In file included from ../repro/PersistentMessageQueue.hxx:8,
from AccountingCollector.cxx:15:
/usr/local/include/db_cxx.h:60:23: error: exception.h: No such file or directory
In file included from ../repro/BerkeleyDb.hxx:8,
from ReproRunner.cxx:31:
/usr/local/include/db_cxx.h:60:23: error: exception.h: No such file or directory
In file included from ../repro/PersistentMessageQueue.hxx:8,
from PersistentMessageQueue.cxx:13:
/usr/local/include/db_cxx.h:1395: error: expected class-name before '{' token
In file included from ../repro/BerkeleyDb.hxx:8,
from BerkeleyDb.cxx:14:
/usr/local/include/db_cxx.h:1395: error: expected class-name before '{' token
../rutil/Data.hxx:993: warning: 'resip::invokeDataInit' defined but not used
../rutil/Data.hxx:993: warning: 'resip::invokeDataInit' defined but not used
make[3]: *** [PersistentMessageQueue.lo] Error 1
make[3]: *** [BerkeleyDb.lo] Error 1
In file included from ../repro/PersistentMessageQueue.hxx:8,
from AccountingCollector.cxx:15:
/usr/local/include/db_cxx.h:1395: error: expected class-name before '{' token
../rutil/Data.hxx:993: warning: 'resip::invokeDataInit' defined but not used
../resip/stack/SdpContents.hxx:1044: warning: 'resip::invokeSdpContentsInit' defined but not used
make[3]: *** [AccountingCollector.lo] Error 1
In file included from ../repro/BerkeleyDb.hxx:8,
from ReproRunner.cxx:31:
/usr/local/include/db_cxx.h:1395: error: expected class-name before '{' token
ReproRunner.cxx: In member function 'virtual bool repro::ReproRunner::createSipStack()':
ReproRunner.cxx:450: warning: unused variable 'useV6'
../rutil/Data.hxx: At global scope:
../rutil/Data.hxx:993: warning: 'resip::invokeDataInit' defined but not used
../resip/stack/SdpContents.hxx:1044: warning: 'resip::invokeSdpContentsInit' defined but not used
make[3]: *** [ReproRunner.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Can anyone see what I might be doing wrong?
Thanks,
Lee
|