Thread: [OpenSBC] error building on freebsd 7.1
Brought to you by:
joegenbaclor
From: Richard E. N. <r....@gm...> - 2009-02-04 19:27:09
|
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 |
From: OpenSBC F. <ope...@op...> - 2009-02-04 20:09:00
|
I'm not sure if this will be useful... but here is the sequence of commands I used to compile openSBC on FreeBSD 7.0 (or more exactly pfSense 1.2.2): {noformat}pkg_add -r gmake pkg_add -r bison pkg_add -r expat {noformat}{noformat}tar zxvf OpenSBC-1-1-5_RC3.tar.gz cd OpenSBC-1-1-5_RC3{noformat}{noformat}cd opensipstack ./configure gmake bothnoshared cd ../opensbc ./configure gmake bothnoshared gmake distrib {noformat} |
From: Richard E. N. <r....@gm...> - 2009-02-04 20:59:38
|
it fails ... opensipstack is failing to compile. all required pkgs are installed including pwlib and a few other libs it looks for. it fails to find speex wich is installed. I am working to make a port for bsd and need to get this to compile... On Wednesday 04 February 2009 02:08:21 pm OpenSBC Forum wrote: > I'm not sure if this will be useful... but here is the sequence of commands > I used to compile openSBC on FreeBSD 7.0 (or more exactly pfSense 1.2.2): > > {noformat}pkg_add -r gmake > pkg_add -r bison > pkg_add -r expat > {noformat}{noformat}tar zxvf OpenSBC-1-1-5_RC3.tar.gz > cd OpenSBC-1-1-5_RC3{noformat}{noformat}cd opensipstack > ./configure > gmake bothnoshared > cd ../opensbc > ./configure > gmake bothnoshared > gmake distrib > {noformat} > > --------------------------------------------------------------------------- >--- 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 |
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 > |