From: Sebastien V. <se...@ji...> - 2013-01-25 16:14:49
|
Hi, You try to compile... reTurn server which is not TurnServer.org. Regards, -- Seb Le vendredi 25 janvier 2013, Lee Sylvester <lee...@gm...> a écrit : > 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 > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > _______________________________________________ > Turnserver-devel mailing list > Tur...@li... > https://lists.sourceforge.net/lists/listinfo/turnserver-devel > |