Re: [OpenSBC] error building on freebsd 7.1
Brought to you by:
joegenbaclor
From: Joegen B. <jb...@so...> - 2009-02-05 01:04:28
|
Hi Richard, There seems to be another version of ptlib installed in /usr/local/include/ptlib/. This conflicts with the opensipstack headers which has it's own directory structure for ptlib. Try this. # export OPENSIPSTACKDIR=/usr/local/work/OpenSIPStack # ./configure Joegen -------------------------------------------------- From: "Richard E. Neese" <r....@gm...> Sent: Thursday, February 05, 2009 3:27 AM To: <ope...@li...> Subject: [OpenSBC] error building on freebsd 7.1 > gmake[5]: Entering directory > `/usr/local/work/OpenSBC-1-1-5_RC3/opensipstack/src/pwlib/src/ptlib/unix' > g++ -D_REENTRANT -I/usr/local/include -Wall -g -D_DEBUG -DNDEBUG - > I/usr/local/work/OpenSBC-1-1-5_RC3/opensipstack/include -c > ../common/vfakeio.cxx -o > /usr/local/work/OpenSBC-1-1-5_RC3/opensipstack/lib/obj_FreeBSD_x86_d/vfakeio.o > ../common/vfakeio.cxx:1404: error: prototype for 'PVideoFont::LetterData* > PVideoFont::GetLetterData(char)' does not match any in class 'PVideoFont' > /usr/local/include/ptlib/videoio.h:1131: error: candidate is: static const > PVideoFont::LetterData* PVideoFont::GetLetterData(char) > ../common/vfakeio.cxx:1404: error: 'PVideoFont::LetterData* > PVideoFont::GetLetterData(char)' cannot be overloaded > /usr/local/include/ptlib/videoio.h:1131: error: with 'static const > PVideoFont::LetterData* PVideoFont::GetLetterData(char)' > ../common/vfakeio.cxx: In member function 'virtual BOOL > PVideoInputDevice_FakeVideo::GetFrameData(BYTE*, PINDEX*)': > ../common/vfakeio.cxx:1748: error: 'frameTimeError' was not declared in > this > scope > ../common/vfakeio.cxx:1748: error: 'msBetweenFrames' was not declared in > this > scope > ../common/vfakeio.cxx:1751: error: 'previousFrameTime' was not declared in > this scope > ../common/vfakeio.cxx: In member function 'void > PVideoInputDevice_FakeVideo::GrabTextVideoFrame(BYTE*)': > ../common/vfakeio.cxx:2151: error: 'PProcess' has not been declared > ../common/vfakeio.cxx:2152: error: 'PProcess' has not been declared > ../common/vfakeio.cxx:2153: error: 'PProcess' has not been declared > ../common/vfakeio.cxx:2162: error: invalid conversion from 'const > PVideoFont::LetterData*' to 'PVideoFont::LetterData*' > ../common/vfakeio.cxx:2164: error: invalid conversion from 'const > PVideoFont::LetterData*' to 'PVideoFont::LetterData*' > > > I need a fix for this as I am trying to get this unit up and into a > working > status > > > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with > Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code > to > build responsive, highly engaging applications that combine the power of > local > resources and data with the reach of the web. Download the Adobe AIR SDK > and > Ajax docs to start building applications > today-http://p.sf.net/sfu/adobe-com > _______________________________________________ > Opensipstack-osbcdevel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 8.0.233 / Virus Database: 270.10.17/1933 - Release Date: 02/03/09 > 17:48:00 > |