From: Sebastien V. <se...@ji...> - 2013-01-25 18:21:18
|
Just for information, TurnServer does not compile on Mac OS X since Mac OS X does not provide POSIX realtime extension. We may add in the future some kind of abstraction or redesign the way to handle TURN allocation expiration to make it available to Mac OS X users. Regards, -- Seb Le 25/01/2013 17:12, Lee Sylvester a écrit : > Hahaha. Typical me :-) > > Actually, I'm trying out both, but obviously hit the wrong link. I > may post again if I have trouble (given up on reTurnServer). > > Thanks :-) > Lee > > > > > On 25 Jan 2013, at 15:43, Sebastien Vincent <se...@ji... > <mailto:se...@ji...>> wrote: > >> Hi, >> >> You try to compile... reTurn server which is not TurnServer.org >> <http://TurnServer.org>. >> >> Regards, >> -- >> Seb >> >> Le vendredi 25 janvier 2013, Lee Sylvester <lee...@gm... >> <mailto: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 <http://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... >> <mailto:Tur...@li...> >> > https://lists.sourceforge.net/lists/listinfo/turnserver-devel >> > > |