Date: Mon, 3 Apr 2006 11:47:43 +0200 From: Jean-Baptiste Quenot <jbq@caraldi.com> To: steve@energistic.com, gnome@freebsd.org Subject: Building ekiga requires PWLib 1.10.0 Message-ID: <20060403094743.GH19483@vision.anyware>
next in thread | raw e-mail | index | archive | help
Hello, Side Note: I upgraded Gnome successfully to 2.14 this weekend, thanks to the marcusmerge script. The only problem was about howl/avahi, I had to restart the build. Unfortunately, ekiga is not in the release. I'm trying to build ekiga, here is the command-line so far: LDFLAGS="-L/usr/local/lib -pthread" ./configure --with-pwlib-dir=/usr/local checking for PWLib includes in /usr/local/include/... checking for /usr/local/include/ptlib/pprocess.h... yes checking for read in -lpt... yes checking for PWLib version... configure: error: Sorry but the recommended PWLib version is 1.10.0 As you can see, it requires PWLib 10.0, so I tried to update the devel/pwlib port. Unfortunately I get a compile error in pwlib: g++ -O1 -I/usr/local/include -DP_USE_PRAGMA -D_REENTRANT -pthread -Wall -g -D_DEBUG -DNDEBUG -I/usr/local-home/jbq/usr/ports/pwlib/work/pwlib_v1_10_0/include -O -pipe -O1 -I/usr/local/include -felide-constructors -Wreorder -c ../common/vconvert.cxx -o /usr/local-home/jbq/usr/ports/pwlib/work/pwlib_v1_10_0/lib/obj_d/vconvert.o ../common/vconvert.cxx: In constructor `PColourConverter::PColourConverter(const PString&, const PString&, unsigned int, unsigned int)': ../common/vconvert.cxx:415: error: `jdec' undeclared (first use this function) ../common/vconvert.cxx:415: error: (Each undeclared identifier is reported only once for each function it appears in.) ../common/vconvert.cxx: At global scope: ../common/vconvert.cxx:523: error: prototype for `BOOL PSynonymColour::Convert(const BYTE*, BYTE*, unsigned int, PINDEX*)' does not match any in class `PSynonymColour' /usr/local/include/ptlib/vconvert.h:343: error: candidate is: virtual BOOL PSynonymColour::Convert(const BYTE*, BYTE*, PINDEX*) ../common/vconvert.cxx: In member function `bool PStandardColourConverter::MJPEGtoXXXSameSize(const BYTE*, BYTE*, int)': ../common/vconvert.cxx:2017: error: `jdec' undeclared (first use this function) ../common/vconvert.cxx: In member function `bool PStandardColourConverter::MJPEGtoYUV420PSameSize(const BYTE*, BYTE*)': ../common/vconvert.cxx:2109: error: `jdec' undeclared (first use this function) gmake[3]: *** [/usr/local-home/jbq/usr/ports/pwlib/work/pwlib_v1_10_0/lib/obj_d/vconvert.o] Error 1 gmake[3]: Leaving directory `/usr/local-home/jbq/usr/ports/pwlib/work/pwlib_v1_10_0/src/ptlib/unix' gmake[2]: *** [debug] Error 2 gmake[2]: Leaving directory `/usr/local-home/jbq/usr/ports/pwlib/work/pwlib_v1_10_0' gmake[1]: *** [libs] Error 2 gmake[1]: Leaving directory `/usr/local-home/jbq/usr/ports/pwlib/work/pwlib_v1_10_0' gmake: *** [debuglibs] Error 2 *** Error code 2 Stop in /usr/local-home/jbq/usr/ports/pwlib. Any idea? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060403094743.GH19483>