Re: [Ekiga-list] Ekiga Compilation on Windows

2009-10-28 Thread Sohil Shah
I have the per compiled binaries for windows ( 3.2.6 ) but I need to 
customize ekiga for IP camera support and hence I need to compile it on 
windows.


--
Thanks  Regards,
Sohil Shah



On 10/27/2009 10:06 PM, yannick wrote:

Le mardi 27 octobre 2009 à 20:21 +0530, Sohil Shah a écrit :
   

Hi,
 How to compile ekiga on windows XP ? I've downloaded and
installed mingw32 5.X.X; but I dont know how to use it for compiling
ekiga. I understand that there is a makefile under ekiga/win32 folder
which I can use to compile ekiga. Morever I couldn't find any precise
specific documentation online for compiling ekiga on windows.
I've managed to compile the same package (ekiga 3.2.6) on Linux ( Fedora
11 x86 ).

 


You can use precompiled binaries for Windows (3.2.6):
http://wiki.ekiga.org/index.php/Windows_Users

I'm working on fixing our website to make them more visible...

Best regards,
Yannick



Email Scanned for Virus  Dangerous Content by : www.CleanMailGateway.com


   




--
_
Disclaimer: This e-mail message and all attachments transmitted with it
are intended solely for the use of the addressee and may contain legally
privileged and confidential information. If the reader of this message
is not the intended recipient, or an employee or agent responsible for
delivering this message to the intended recipient, you are hereby
notified that any dissemination, distribution, copying, or other use of
this message or its attachments is strictly prohibited. If you have
received this message in error, please notify the sender immediately by
replying to this message and please delete it from your computer. Any
views expressed in this message are those of the individual sender
unless otherwise stated.Company has taken enough precautions to prevent
the spread of viruses. However the company accepts no liability for any
damage caused by any virus transmitted by this email.
_

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] Ekiga Compilation on Windows

2009-10-28 Thread Michael Rickmann
Hi,
we cross compile Win32 Ekiga under Debian based Linux. On the Wiki page
you find for more see ekiga_build-3.2.6.tgz  that link should provide
you with a Makefile which would need some minor adaptation for cross
compilation under Fedora. make update-sources, make, install necessary
packages for the build, make. Native Mingw compilation under Windows
will be more difficult.
Regards
Michael

Am Mittwoch, den 28.10.2009, 11:49 +0530 schrieb Sohil Shah:
 I have the per compiled binaries for windows ( 3.2.6 ) but I need to
 customize ekiga for IP camera support and hence I need to compile it
 on windows.
 
 -- 
 Thanks  Regards,
 Sohil Shah
 
 
 On 10/27/2009 10:06 PM, yannick wrote: 
  Le mardi 27 octobre 2009 à 20:21 +0530, Sohil Shah a écrit :

   Hi,
   How to compile ekiga on windows XP ? I've downloaded and 
   installed mingw32 5.X.X; but I dont know how to use it for compiling 
   ekiga. I understand that there is a makefile under ekiga/win32 folder 
   which I can use to compile ekiga. Morever I couldn't find any precise 
   specific documentation online for compiling ekiga on windows.
   I've managed to compile the same package (ekiga 3.2.6) on Linux ( Fedora 
   11 x86 ).
   
   
  
  You can use precompiled binaries for Windows (3.2.6):
  http://wiki.ekiga.org/index.php/Windows_Users
  
  I'm working on fixing our website to make them more visible...
  
  Best regards,
  Yannick
  
  
  
  Email Scanned for Virus  Dangerous Content by : www.CleanMailGateway.com
  
  

 
 
 
 -- 
 __
 Disclaimer: This e-mail message and all attachments transmitted with
 it are intended solely for the use of the addressee and may contain
 legally privileged and confidential information. If the reader of this
 message is not the intended recipient, or an employee or agent
 responsible for delivering this message to the intended recipient, you
 are hereby notified that any dissemination, distribution, copying, or
 other use of this message or its attachments is strictly prohibited.
 If you have received this message in error, please notify the sender
 immediately by replying to this message and please delete it from your
 computer. Any views expressed in this message are those of the
 individual sender unless otherwise stated.Company has taken enough
 precautions to prevent the spread of viruses. However the company
 accepts no liability for any damage caused by any virus transmitted by
 this email.
 
 __
 
 ___
 ekiga-list mailing list
 ekiga-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/ekiga-list
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] Ekiga Compilation on Windows

2009-10-28 Thread Sohil Shah

Hi,
Even i agree that native Mingw compilation is bit difficult. I 
took the makefile from ekiga wiki page and when I executed


make update-sources

I got the below given errors.


[r...@eicpu1065 Desktop]# make update-sources
make: dpkg-architecture: Command not found
Updating on Wed Oct 28 14:43:04 IST 2009
echo --- Getting libregex...
--- Getting libregex...
mkdir -p /home/sohil/Desktop/src/regex
cd /home/sohil/Desktop/src/regex; \
for i in regex.c regexec.c regex.h regex_internal.c 
regex_internal.h regcomp.c alloca_.h alloca.c strcase.h localcharset.c 
localcharset.h;do \
  wget -nv -T 60 -N --no-proxy 
http://cvs.savannah.nongnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/$i ;\

done
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regex.c:
2009-10-28 14:43:05 ERROR 403: Webcat Access denied.
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regexec.c:
2009-10-28 14:43:06 ERROR 403: Webcat Access denied.
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regex.h:
2009-10-28 14:43:06 ERROR 403: Webcat Access denied.
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regex_internal.c:
2009-10-28 14:43:07 ERROR 403: Webcat Access denied.
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regex_internal.h:
2009-10-28 14:43:08 ERROR 403: Webcat Access denied.
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regcomp.c:
2009-10-28 14:43:08 ERROR 403: Webcat Access denied.
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/alloca_.h:
2009-10-28 14:43:09 ERROR 403: Webcat Access denied.
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/alloca.c:
2009-10-28 14:43:10 ERROR 403: Webcat Access denied.
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/strcase.h:
2009-10-28 14:43:10 ERROR 403: Webcat Access denied.
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/localcharset.c:
2009-10-28 14:43:11 ERROR 403: Webcat Access denied.
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/localcharset.h:
2009-10-28 14:43:12 ERROR 403: Webcat Access denied.
make: *** [update-sources] Error 1
[r...@eicpu1065 Desktop]# make update-sources
make: dpkg-architecture: Command not found
Updating on Wed Oct 28 14:44:36 IST 2009
echo --- Getting libregex...
--- Getting libregex...
mkdir -p /home/sohil/Desktop/src/regex
cd /home/sohil/Desktop/src/regex; \
for i in regex.c regexec.c regex.h regex_internal.c 
regex_internal.h regcomp.c alloca_.h alloca.c strcase.h localcharset.c 
localcharset.h;do \
  wget -nv -T 60 -N --no-proxy 
http://cvs.savannah.nongnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/$i ;\

done
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regex.c:
2009-10-28 14:44:37 ERROR 403: Webcat Access denied.
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regexec.c:
2009-10-28 14:44:37 ERROR 403: Webcat Access denied.
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regex.h:
2009-10-28 14:44:38 ERROR 403: Webcat Access denied.
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regex_internal.c:
2009-10-28 14:44:39 ERROR 403: Webcat Access denied.
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regex_internal.h:
2009-10-28 14:44:39 ERROR 403: Webcat Access denied.
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regcomp.c:
2009-10-28 14:44:40 ERROR 403: Webcat Access denied.
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/alloca_.h:
2009-10-28 14:44:40 ERROR 403: Webcat Access denied.
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/alloca.c:
2009-10-28 14:44:41 ERROR 403: Webcat Access denied.
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/strcase.h:
2009-10-28 14:44:41 ERROR 403: Webcat Access denied.
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/localcharset.c:
2009-10-28 14:44:42 ERROR 403: Webcat Access denied.
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/localcharset.h:
2009-10-28 14:44:43 ERROR 403: Webcat Access denied.
make: *** [update-sources] Error 1

What should I interpret from these error ?
I understand that some minor adaptation for cross compilation under 
Fedora are required; but what are those changes exactly ?


Let me know if you need more details.

--
Thanks  Regards,
Sohil Shah


On 10/28/2009 01:41 PM, Michael Rickmann wrote:

Hi,
we cross compile Win32 Ekiga under Debian based Linux. On the Wiki page
you find for more see ekiga_build-3.2.6.tgz  that link should provide
you with a Makefile which would need some minor adaptation for cross
compilation under Fedora. make update-sources, make, install necessary
packages for the build, make. Native Mingw compilation under Windows
will be more difficult.
Regards
Michael

Am Mittwoch, den 28.10.2009, 11:49 +0530 schrieb Sohil Shah:
   

I have the per compiled binaries for windows ( 

Re: [Ekiga-list] Ekiga Compilation on Windows

2009-10-28 Thread Sohil Shah

Hi,
 I downloaded regex from 
_http://wwwuser.gwdg.de/~mrickma/ekiga/others/regex.tar.gz_ and then 
tried make which again gave the folowing errors :


[r...@eicpu1065 Desktop]# make
make: dpkg-architecture: Command not found
echo Checking prerequisites...
Checking prerequisites...
hash i586-mingw32msvc-gcc i586-mingw32msvc-g++ i586-mingw32msvc-ld 
i586-mingw32msvc-nm i586-mingw32msvc-ar i586-mingw32msvc-ranlib 
i586-mingw32msvc-dlltool i586-mingw32msvc-dllwrap 
i586-mingw32msvc-objdump i586-mingw32msvc-windres 
i586-mingw32msvc-as||(echo You need to install mingw32;exit 1)

/bin/sh: line 0: hash: i586-mingw32msvc-gcc: not found
/bin/sh: line 0: hash: i586-mingw32msvc-g++: not found
/bin/sh: line 0: hash: i586-mingw32msvc-ld: not found
/bin/sh: line 0: hash: i586-mingw32msvc-nm: not found
/bin/sh: line 0: hash: i586-mingw32msvc-ar: not found
/bin/sh: line 0: hash: i586-mingw32msvc-ranlib: not found
/bin/sh: line 0: hash: i586-mingw32msvc-dlltool: not found
/bin/sh: line 0: hash: i586-mingw32msvc-dllwrap: not found
/bin/sh: line 0: hash: i586-mingw32msvc-objdump: not found
/bin/sh: line 0: hash: i586-mingw32msvc-windres: not found
/bin/sh: line 0: hash: i586-mingw32msvc-as: not found
You need to install mingw32
make: *** [binaries] Error 1


Do I need to yum install mingw32* ?
Can anybody please suggest as to what exact changes are required in 
makefile to compile it on Fedora 11 ?


--
Thanks  Regards,
Sohil Shah



On 10/28/2009 04:21 PM, Michael Rickmann wrote:

Am Mittwoch, den 28.10.2009, 14:49 +0530 schrieb Sohil Shah:
   

Hi,
 Even i agree that native Mingw compilation is bit difficult. I
took the makefile from ekiga wiki page and when I executed
make update-sources
I got the below given errors.


[r...@eicpu1065 Desktop]# make update-sources
make: dpkg-architecture: Command not found
 

That is Debian specific, you will have to change it later for the real
make.

   

Updating on Wed Oct 28 14:43:04 IST 2009
echo --- Getting libregex...
--- Getting libregex...
mkdir -p /home/sohil/Desktop/src/regex
cd /home/sohil/Desktop/src/regex; \
 for i in regex.c regexec.c regex.h regex_internal.c
regex_internal.h regcomp.c alloca_.h alloca.c strcase.h localcharset.c
localcharset.h;do \
   wget -nv -T 60 -N --no-proxy
http://cvs.savannah.nongnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/$i ;\
 done
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regex.c:
2009-10-28 14:43:05 ERROR 403: Webcat Access denied.
http://cvs.savannah.gnu.org/viewcvs/*checkout*/gnulib/gnulib/lib/regexec.c:
2009-10-28 14:43:06 ERROR 403: Webcat Access denied.
 

()

Ups, first thing I thought was that they changed the server. I just
tried it myself and from here, the download of regex worked. If you have
still difficulties outcomment the update-sources lines for regex in the
Makefile, download the rest and unpack
http://wwwuser.gwdg.de/~mrickma/ekiga/others/regex.tar.gz in the src
directory which was generated.
Michael



Email Scanned for Virus  Dangerous Content by : www.CleanMailGateway.com


   




--
_
Disclaimer: This e-mail message and all attachments transmitted with it
are intended solely for the use of the addressee and may contain legally
privileged and confidential information. If the reader of this message
is not the intended recipient, or an employee or agent responsible for
delivering this message to the intended recipient, you are hereby
notified that any dissemination, distribution, copying, or other use of
this message or its attachments is strictly prohibited. If you have
received this message in error, please notify the sender immediately by
replying to this message and please delete it from your computer. Any
views expressed in this message are those of the individual sender
unless otherwise stated.Company has taken enough precautions to prevent
the spread of viruses. However the company accepts no liability for any
damage caused by any virus transmitted by this email.
_

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

[Ekiga-list] Ekiga Compilation on Windows

2009-10-27 Thread Sohil Shah

Hi,
   How to compile ekiga on windows XP ? I've downloaded and 
installed mingw32 5.X.X; but I dont know how to use it for compiling 
ekiga. I understand that there is a makefile under ekiga/win32 folder 
which I can use to compile ekiga. Morever I couldn't find any precise 
specific documentation online for compiling ekiga on windows.
I've managed to compile the same package (ekiga 3.2.6) on Linux ( Fedora 
11 x86 ).


Let me know if you need more details.

--
Thanks  Regards,
Sohil Shah


--
_
Disclaimer: This e-mail message and all attachments transmitted with it
are intended solely for the use of the addressee and may contain legally
privileged and confidential information. If the reader of this message
is not the intended recipient, or an employee or agent responsible for
delivering this message to the intended recipient, you are hereby
notified that any dissemination, distribution, copying, or other use of
this message or its attachments is strictly prohibited. If you have
received this message in error, please notify the sender immediately by
replying to this message and please delete it from your computer. Any
views expressed in this message are those of the individual sender
unless otherwise stated.Company has taken enough precautions to prevent
the spread of viruses. However the company accepts no liability for any
damage caused by any virus transmitted by this email.
_

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Ekiga Compilation on Windows

2009-10-27 Thread yannick
Le mardi 27 octobre 2009 à 20:21 +0530, Sohil Shah a écrit :
 Hi,
 How to compile ekiga on windows XP ? I've downloaded and 
 installed mingw32 5.X.X; but I dont know how to use it for compiling 
 ekiga. I understand that there is a makefile under ekiga/win32 folder 
 which I can use to compile ekiga. Morever I couldn't find any precise 
 specific documentation online for compiling ekiga on windows.
 I've managed to compile the same package (ekiga 3.2.6) on Linux ( Fedora 
 11 x86 ).
 

You can use precompiled binaries for Windows (3.2.6):
http://wiki.ekiga.org/index.php/Windows_Users

I'm working on fixing our website to make them more visible...

Best regards,
Yannick

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list