Re: [Ekiga-list] Ekiga win32 cross compilation on ubuntu 9.04

2009-11-13 Thread Sohil Shah
Issue resolved. I just did mkdir INSTALL in win32 folder and the installer ( .exe ) was created and installed successfully. -- Thanks& Regards, Sohil Shah On 11/12/2009 06:48 PM, Eugen Dedu wrote: Sohil Shah wrote: Hi, Just to add what all is written below : I tried to run e

Re: [Ekiga-list] Ekiga win32 cross compilation on ubuntu 9.04

2009-11-12 Thread Eugen Dedu
Sohil Shah wrote: > Hi, > Just to add what all is written below : > I tried to run ekiga executable on a machine on which ekiga was never > installed before. But i got plenty of errors of missing libs like > libatk, libiconv, etc etc. I understand that I somehow need to make a > proper in

Re: [Ekiga-list] Ekiga win32 cross compilation on ubuntu 9.04

2009-11-12 Thread Sohil Shah
Hi, Just to add what all is written below : I tried to run ekiga executable on a machine on which ekiga was never installed before. But i got plenty of errors of missing libs like libatk, libiconv, etc etc. I understand that I somehow need to make a proper installer which solves these

Re: [Ekiga-list] Ekiga win32 cross compilation on ubuntu 9.04

2009-11-11 Thread Sohil Shah
Hi, I doubt any path errors. There are two set of build processes going on seperate on multiple machines; so please ignore them. B/w I added some other files in diff folder diff/opal_configure.ac diff/ptlib_vistastuck.diff( existing ) diff/opal_opal.pc.in diff/opal_Makefile.a

Re: [Ekiga-list] Ekiga win32 cross compilation on ubuntu 9.04

2009-11-10 Thread yannick
Le mercredi 11 novembre 2009 à 13:13 +0530, Sohil Shah a écrit : > Hi, > I removed the --debug-opal flag from ekiga configure > make clean;make uninstall; make distclean; cd ../win32;make > and it solved my problem giving me the next set of errors > . > . > . > > adding: Ekiga/plugins/

Re: [Ekiga-list] Ekiga win32 cross compilation on ubuntu 9.04

2009-11-10 Thread Sohil Shah
 Hi, I removed the --debug-opal flag from ekiga configure make clean;make uninstall; make distclean; cd ../win32;make  and it solved my problem giving me the next set of errors . . .  adding: Ekiga/plugins/g722_audio_pwplugin.dll (deflated 57%)   adding: Ekiga/plugins/theora_vi

Re: [Ekiga-list] Ekiga win32 cross compilation on ubuntu 9.04

2009-11-10 Thread yannick
Le mercredi 11 novembre 2009 à 12:32 +0530, Sohil Shah a écrit : > Hi, > Removed --enable-debug from opal config >(cd $(OPAL_DIR)/; ./configure $(confopal) --enable-debug ) > > and removed DEBUG=1 debug from the below given line of makefile > ##$(MAKE) $(MAKEOPTS) DEBUG=1 debug -

Re: [Ekiga-list] Ekiga win32 cross compilation on ubuntu 9.04

2009-11-10 Thread Sohil Shah
Hi, Removed --enable-debug from opal config (cd $(OPAL_DIR)/; ./configure $(confopal) --enable-debug ) and removed DEBUG=1 debug from the below given line of makefile ##$(MAKE) $(MAKEOPTS) DEBUG=1 debug -C $(PTLIB_DIR) 2>&1 | tee ptlib-make.log This thing solved the problem an

Re: [Ekiga-list] Ekiga win32 cross compilation on ubuntu 9.04

2009-11-10 Thread Eugen Dedu
Sohil Shah wrote: > Hi, > There are 2 cases I am dealing with : > >* *Case 1 : Compile PTLib and wait for error ( i.e. during config of > opal )* > > r...@eicpu1229:/home/ekiga-3.2.6/win32/ptlib-2.6.5# ./configure > --disable-debug By default debug is disabled, so no need

Re: [Ekiga-list] Ekiga win32 cross compilation on ubuntu 9.04

2009-11-10 Thread Sohil Shah
Hi, There are 2 cases I am dealing with : * *Case 1 : Compile PTLib and wait for error ( i.e. during config of opal )* r...@eicpu1229:/home/ekiga-3.2.6/win32/ptlib-2.6.5# ./configure --disable-debug checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at

Re: [Ekiga-list] Ekiga win32 cross compilation on ubuntu 9.04

2009-11-10 Thread Eugen Dedu
Sohil Shah wrote: > Hi, > Please find the attached makefile which I am using to cross > compile ekiga 3.2.6 on ubuntu 9.04 ( ptlib 2.6.5 and opal 3.6.6 ). I > have also upgraded to mingw32 from 3.13.1 to 3.15 runtime libraries to > compile ffmpeg. > > *opal 3.6.6 configure issues * >

[Ekiga-list] Ekiga win32 cross compilation on ubuntu 9.04

2009-11-10 Thread Sohil Shah
Hi, Please find the attached makefile which I am using to cross compile ekiga 3.2.6 on ubuntu 9.04 ( ptlib 2.6.5 and opal 3.6.6 ). I have also upgraded to mingw32 from 3.13.1 to 3.15 runtime libraries to compile ffmpeg. *opal 3.6.6 configure issues * DEBUG: -lpt_d -lldap -llber -

Re: [Ekiga-list] Ekiga win32 cross compilation on ubuntu 9.04

2009-11-09 Thread Eugen Dedu
Sohil Shah wrote: > Is there any valid makefile available for win32 cross compilation of > ekiga 3.2.6 ( or any version ) on ubuntu 9.04 . Maybe a list of patches > will also do. I am facing multiple issues in opal and po/Makefile.in.in The only advices I can give you are: - look at http://wwwuser

Re: [Ekiga-list] Ekiga win32 cross compilation on ubuntu 9.04

2009-11-09 Thread Damien Sandras
Le lundi 09 novembre 2009 à 22:52 +0530, Sohil Shah a écrit : > Is there any valid makefile available for win32 cross compilation of > ekiga 3.2.6 ( or any version ) on ubuntu 9.04 . Maybe a list of patches > will also do. I am facing multiple issues in opal and po/Makefile.in.in > The only o

[Ekiga-list] Ekiga win32 cross compilation on ubuntu 9.04

2009-11-09 Thread Sohil Shah
Is there any valid makefile available for win32 cross compilation of ekiga 3.2.6 ( or any version ) on ubuntu 9.04 . Maybe a list of patches will also do. I am facing multiple issues in opal and po/Makefile.in.in -- Thanks& Regards, Sohil Shah -- __