Sohil Shah wrote: > *win32 compilation errors for ekiga 3.2.6 on ubuntu 9.04* > > /home/ekiga-3.2.6/win32/src/opal/src/opal/ivr.cxx: In member function > 'virtual PBoolean OpalIVRConnection::StartVXML()': > /home/ekiga-3.2.6/win32/src/opal/src/opal/ivr.cxx:218: error: 'class > PIPSocketAddressAndPort' has no member named 'address' > make: *** [/home/ekiga-3.2.6/win32/src/opal/lib_linux_x86/obj/ivr.o] > Error 1
Are you sure you compile ptlib 2.6.5, opal 3.6.6 and ekiga 3.2.6? > *************************************************************************************************************************** > > > > > make[4]: Entering directory > `/home/ekiga-3.2.6/win32/opal/plugins/video/H.264/gpl' > i586-mingw32msvc-g++ -mms-bitfields -g -I../../../include -I.. > -I/home/ekiga-3.2.6/win32/include -I../../common -I../../../ > -I/home/ekiga-3.2.6/win32/include -march=pentium-mmx -DPTRACING -g3 > -ggdb -O0 -D_DEBUG -c ../shared/h264frame.cxx -o obj/h264frame.o > ../shared/h264frame.cxx: In member function 'void > H264Frame::SetFromFrame(x264_nal_t*, int)': > ../shared/h264frame.cxx:103: error: 'x264_nal_encode' was not declared > in this scope > make[4]: *** [obj/h264frame.o] Error 1 > make[4]: Leaving directory > `/home/ekiga-3.2.6/win32/opal/plugins/video/H.264/gpl' > make[3]: *** [h264_video_pwplugin.dll] Error 2 > make[3]: Leaving directory > `/home/ekiga-3.2.6/win32/opal/plugins/video/H.264' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/home/ekiga-3.2.6/win32/opal/plugins' > make[1]: *** [subdirs] Error 2 > make[1]: Leaving directory `/home/ekiga-3.2.6/win32/opal' > make: *** [/home/ekiga-3.2.6/win32/lib/libopal_s.a] Error 2 This error could appear if you compile on 64 bits machines instead of 32 bits ones, or something like this. See if http://www.mail-archive.com/[email protected]/msg02563.html helps. If not, I do not know how to solve this issue. As a workaround, you can safely remove the H264 directory (or configure with --disable-h264), so that it gets not compiled... -- Eugen _______________________________________________ ekiga-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/ekiga-list
