e schmidbauer wrote: > Can you send me your makefile? or possibly compile ekiga with celt 0.7.1?
celt 0.7 changed their API and does not compile with ekiga. If you can provide a patch it would be wonderful! (See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556832) > On Tue, Jan 26, 2010 at 7:25 AM, Thierry Simonnet <t.simon...@esiee.fr>wrote: > >> ekiga cross-compile under linux for Windows :-) >> 5...@ekiga.net works with low latency :-) >> I use : >> >> * opal : trunk >> * ptlib : trunk >> * LOUDMOUTH_VER := 1.4.3 >> * OPENLDAP_VER := 2.4.19 >> * LIBSASL2_VER := 2.1.22 >> * OGG_VER := 1.1.4 >> * SPEEX_VER := 1.2rc1 >> * GTK_VER := 2.16.6-1 >> * GTK_BIN_VER := 2.16.6 >> * GLIB_VER := 2.22.2-1 >> * ATK_VER := 1.28.0-1 >> * CAIRO_VER := 1.8.8-3 >> * PANGO_VER := 1.26.0-1 >> * XML2_VER := 2.7.3 >> * LIBPNG_VER := 1.2.37 >> * EXPAT_VER = 2.0.1 >> * LIBINTL_VER := 0.14.4 >> * GETTEXT_VER := 0.17-1 >> * ICONV_VER := 1.9.2-1 >> * GIT_FFMPEG_REV := reset --hard d962d69f2ef1bcd3b4 >> * GIT_FFMPEG_REV2 := reset --hard 8c5952c02bfad4bfa6 >> * GIT_X264_REV := reset --hard d2e1e1c35c43ea9c90c9211be >> * CELT_VER := 0.5.1 >> * THEORA_VER := 16013 >> * NSIS_VER := 2.45 >> >> I can send the Makefile I use. >> >> >> On 01/26/2010 12:51 PM, Eugen Dedu wrote: >> >>> So with these two modifications, ekiga trunk compiles well on windows? >>> Does also 5...@ekiga.net work? >>> >>> Thierry Simonnet wrote: >>> >>> >>>> Hi, >>>> >>>> I made 2 mods : >>>> >>>> src/ptlib/include/ptlib/socket.h (line 495): >>>> /* private: */ >>>> public: >>>> P_fd_set(const P_fd_set&) {} >>>> void operator=(const P_fd_set&) {} >>>> }; >>>> >>>> src/ptlib/plugins/Makefile.in : >>>> ###############################audioSHM >>>> #HAS_AUDIOSHM = 1 >>>> HAS_AUDIOSHM = 0 >>>> >>>> ifeq (1,$(HAS_AUDIOSHM)) >>>> SUBDIRS += sound_shm >>>> endif >>>> >>>> New version is available at >>>> >>>> http://www.pateam.org/archive/tmp/ekiga-win32/trunk/ekiga-setup-3.3.1-git-493_g19ca85e.exe >>>> >>>> >>>> Please send me your feedback >>>> >>>> Best regards >>>> >>>> Thierry >>>> >>>> On 01/18/2010 04:23 PM, Thierry Simonnet wrote: >>>> >>>> >>>>> Hi, >>>>> >>>>> here is log using ptlib/opal trunk version : >>>>> >>>>> make[2]: Entering directory `/root/win32/ptlib/src' >>>>> make DEBUG= P_SHAREDLIB=1 default_target >>>>> make[3]: Entering directory `/root/win32/ptlib/src' >>>>> [CC] ptlib/msos/winsock.cxx >>>>> /root/win32/ptlib/include/ptlib/socket.h: In member function 'PBoolean >>>>> PSocket::os_connect(sockaddr*, int)': >>>>> /root/win32/ptlib/include/ptlib/socket.h:495: error: >>>>> 'P_fd_set::P_fd_set(const P_fd_set&)' is private >>>>> ptlib/msos/winsock.cxx:196: error: within this context >>>>> /root/win32/ptlib/include/ptlib/socket.h:495: error: >>>>> 'P_fd_set::P_fd_set(const P_fd_set&)' is private >>>>> ptlib/msos/winsock.cxx:196: error: within this context >>>>> ptlib/msos/winsock.cxx:196: error: initializing temporary from >>>>> result of 'P_fd_set::P_fd_set(SOCKET)' >>>>> /root/win32/ptlib/include/ptlib/socket.h:495: error: >>>>> 'P_fd_set::P_fd_set(const P_fd_set&)' is private >>>>> ptlib/msos/winsock.cxx:197: error: within this context >>>>> /root/win32/ptlib/include/ptlib/socket.h:495: error: >>>>> 'P_fd_set::P_fd_set(const P_fd_set&)' is private >>>>> ptlib/msos/winsock.cxx:197: error: within this context >>>>> ptlib/msos/winsock.cxx:197: error: initializing temporary from >>>>> result of 'P_fd_set::P_fd_set(SOCKET)' >>>>> /root/win32/ptlib/include/ptlib/socket.h: In member function 'PBoolean >>>>> PSocket::os_accept(PSocket&, sockaddr*, int*)': >>>>> /root/win32/ptlib/include/ptlib/socket.h:495: error: >>>>> 'P_fd_set::P_fd_set(const P_fd_set&)' is private >>>>> ptlib/msos/winsock.cxx:264: error: within this context >>>>> /root/win32/ptlib/include/ptlib/socket.h:495: error: >>>>> 'P_fd_set::P_fd_set(const P_fd_set&)' is private >>>>> ptlib/msos/winsock.cxx:264: error: within this context >>>>> ptlib/msos/winsock.cxx:264: error: initializing temporary from >>>>> result of 'P_fd_set::P_fd_set(SOCKET)' >>>>> /root/win32/ptlib/include/ptlib/socket.h: In member function 'PBoolean >>>>> PSocket::os_recvfrom(void*, int, int, sockaddr*, int*)': >>>>> /root/win32/ptlib/include/ptlib/socket.h:495: error: >>>>> 'P_fd_set::P_fd_set(const P_fd_set&)' is private >>>>> ptlib/msos/winsock.cxx:294: error: within this context >>>>> /root/win32/ptlib/include/ptlib/socket.h:495: error: >>>>> 'P_fd_set::P_fd_set(const P_fd_set&)' is private >>>>> ptlib/msos/winsock.cxx:294: error: within this context >>>>> ptlib/msos/winsock.cxx:294: error: initializing temporary from >>>>> result of 'P_fd_set::P_fd_set(SOCKET)' >>>>> /root/win32/ptlib/include/ptlib/socket.h: In member function 'PBoolean >>>>> PSocket::os_sendto(const void*, int, int, sockaddr*, int)': >>>>> /root/win32/ptlib/include/ptlib/socket.h:495: error: >>>>> 'P_fd_set::P_fd_set(const P_fd_set&)' is private >>>>> ptlib/msos/winsock.cxx:329: error: within this context >>>>> /root/win32/ptlib/include/ptlib/socket.h:495: error: >>>>> 'P_fd_set::P_fd_set(const P_fd_set&)' is private >>>>> ptlib/msos/winsock.cxx:329: error: within this context >>>>> ptlib/msos/winsock.cxx:329: error: initializing temporary from >>>>> result of 'P_fd_set::P_fd_set(SOCKET)' >>>>> make[3]: *** [/root/win32/ptlib/lib_mingw_x86/obj/winsock.o] Error 1 >>>>> make[3]: Leaving directory `/root/win32/ptlib/src' >>>>> make[2]: *** [optshared] Error 2 >>>>> make[2]: Leaving directory `/root/win32/ptlib/src' >>>>> make[1]: *** [optshared] Error 2 >>>>> make[1]: Leaving directory `/root/win32/ptlib' >>>>> make: *** [/root/win32/lib/libpt_s.a] Error 2 >>>>> >>>>> Best regards >>>>> >>>>> On 01/16/2010 12:00 PM, Eugen Dedu wrote: >>>>> >>>>> >>>>>> Thierry Simonnet wrote: >>>>>> >>>>>> >>>>>>> Hello, >>>>>>> >>>>>>> even if it is a little bit late, I wish you a Happy new year. >>>>>>> >>>>>>> I have a lot of trouble compiling ekiga/trunk for windows. In >>>>>>> attachment make.log. >>>>>>> >>>>>>> I tried to compile ekiga using opal and ptlib both in 2.7/3.7 >>>>>>> version and trunk >>>>>>> version. >>>>>>> >>>>>>> >>>>>> The compilation error seems not windows-specific. Did you really try >>>>>> svn/git unstable/trunk for all the three, not release versions? >>>>>> >>>>>> >>>>>> >>>>>>> I previously posted for the same trouble and had no answer. >>>>>>> >>>>>>> >>>>>> Well, I think the best thing is that, with our help, you fix the >>>>>> windows >>>>>> build yourself. >>>>>> >>>>>> >>>>>> >>>>>>> My wish for 2010 : a working trunk version for win32 ;-) >>>>>>> >>>>>>> >>>>>> Me too :o) >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >> >> -- >> >> Thierry Simonnet >> >> ESIEE-Paris >> >> Par respect pour l’environnement, n’imprimez ce mail que si nécessaire >> >> >> _______________________________________________ >> Ekiga-devel-list mailing list >> Ekiga-devel-list@gnome.org >> http://mail.gnome.org/mailman/listinfo/ekiga-devel-list >> > > > ------------------------------------------------------------------------ > > _______________________________________________ > Ekiga-devel-list mailing list > Ekiga-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-devel-list _______________________________________________ Ekiga-devel-list mailing list Ekiga-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-devel-list