Re: [Ekiga-devel-list] Compile gnome-2-20 (last stable) for Win32

2007-09-22 Thread Kilian Krause
Hi Swen,

 [EMAIL PROTECTED]:~/win32$ make
 /bin/sh: line 0: cd:
 /home/pfefferkeks/win32/ekiga-/home/pfefferkeks/win32: No such file or
 directory

what you obviously see is ekiga- which is entirely lacking the version
but instead suffixing the entire local path. 

That apparently is an issue with BUILDROOT. 

As said, the old idea was to run make in the toplevel dir to ekiga
itself. This was changed and the makefile from the SVN branch tries to
find ekiga-X.Y.Z in the path and poke around. Just move the gnome-2-20
dir to be named ekiga-2.0.x and it'll work.o
You'll need to manually create include/, lib/ and src/ at the same level as
ekiga-* ..

That'll mean you have:
win32/
- lib/
- src/
- include/
- ekiga-2.0.x/
  - win32/

... and in that win32/ dir you just type make.

-- 
Best regards,
Kilian


signature.asc
Description: Digital signature
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] Compile gnome-2-20 (last stable) for Win32

2007-09-22 Thread Swen Walkowski
Hi Kilian,
Kilian Krause schrieb:
 Hi Swen,
 
 [EMAIL PROTECTED]:~/win32$ make
 /bin/sh: line 0: cd:
 /home/pfefferkeks/win32/ekiga-/home/pfefferkeks/win32: No such file or
 directory
 
 what you obviously see is ekiga- which is entirely lacking the version
 but instead suffixing the entire local path. 
 
 That apparently is an issue with BUILDROOT. 
 
 As said, the old idea was to run make in the toplevel dir to ekiga
 itself. This was changed and the makefile from the SVN branch tries to
 find ekiga-X.Y.Z in the path and poke around. Just move the gnome-2-20
 dir to be named ekiga-2.0.x and it'll work.o
 You'll need to manually create include/, lib/ and src/ at the same level as
 ekiga-* ..
 
 That'll mean you have:
 win32/
 - lib/
 - src/
 - include/
 - ekiga-2.0.x/
   - win32/
 
 ... and in that win32/ dir you just type make.

Thanks, now it works.
Just some problems with pwlib but no more with ekiga!

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


Re: [Ekiga-devel-list] Compile gnome-2-20 (last stable) for Win32

2007-09-21 Thread Vincent Luba


Swen Walkowski a écrit :
 Hello,
   
Hello,
[...]

Look at the URL the script tries to get PWLIB from.
 --- Getting PWLib ...
 http://www.ekiga.net/misc/pwlib-.tar.gz:
 12:58:47 ERROR 404: Not Found.
 make: *** [/home/pfefferkeks/Thesis/gnome-2-20/win32/src/pwlib-.tar.gz] Error 
 1

 So is there a possibility to compile a stable version for Windows with
 cross compiling under Linux?

   
The package version is missing. I cannot say for sure if it is a problem 
in this version of the install script or not, and I cannot check it 
right now.

You'd better try to fix it in the win32/Makefile, in order to get the 
correct PWLIB version.

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


[Ekiga-devel-list] Compile gnome-2-20 (last stable) for Win32

2007-09-21 Thread Swen Walkowski
Hello,

thanks for all the answers! It was very helpful.
It the time I can compile an the Ekiga-Snapshot under a native Debian
for Windows XP.
But I need to compile the Ekiga-2.0.9 Version, or the last stable.

I have tried to check out:
svn co http://svn.gnome.org/svn/ekiga/branches/gnome-2-20
in the win32 folder I have done allso make update-sources, but now I
can't download the sources.

Thesis/gnome-2-20/win32$ make update-sources
grep: 
/home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32/configure.in:
No such file or directory
grep: 
/home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32/configure.in:
No such file or directory
Checking prerequisites...
--- Getting EXPAT ...
12:58:23 
URL:http://belnet.dl.sourceforge.net/sourceforge/expat/expat-2.0.0.tar.gz
[450860/450860] -
/home/pfefferkeks/Thesis/gnome-2-20/win32/src/expat-2.0.0.tar.gz [1]
--- Getting OpenLDAP...
12:58:47 
URL:http://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.3.19.tgz
[3709244/3709244] -
/home/pfefferkeks/Thesis/gnome-2-20/win32/src/openldap-2.3.19.tgz
[1]
--- Getting PWLib ...
http://www.ekiga.net/misc/pwlib-.tar.gz:
12:58:47 ERROR 404: Not Found.
make: *** [/home/pfefferkeks/Thesis/gnome-2-20/win32/src/pwlib-.tar.gz] Error 1

So is there a possibility to compile a stable version for Windows with
cross compiling under Linux?

Thanks,
Swen W.
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] Compile gnome-2-20 (last stable) for Win32

2007-09-21 Thread Matthias Schneider
Hello Swen,
afterr having checked th stable version Makfile I noticed it had not been 
revised like the trunk
version. Could you please try building with make without a make update-sources 
before? 
Matthias
 --- Swen Walkowski [EMAIL PROTECTED] schrieb: 
 Hello,
 
 thanks for all the answers! It was very helpful.
 It the time I can compile an the Ekiga-Snapshot under a native Debian
 for Windows XP.
 But I need to compile the Ekiga-2.0.9 Version, or the last stable.
 
 I have tried to check out:
 svn co http://svn.gnome.org/svn/ekiga/branches/gnome-2-20
 in the win32 folder I have done allso make update-sources, but now I
 can't download the sources.
 
 Thesis/gnome-2-20/win32$ make update-sources
 grep:

/home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32/configure.in:
 No such file or directory
 grep:

/home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32/configure.in:
 No such file or directory
 Checking prerequisites...
 --- Getting EXPAT ...
 12:58:23 
 URL:http://belnet.dl.sourceforge.net/sourceforge/expat/expat-2.0.0.tar.gz
 [450860/450860] -
 /home/pfefferkeks/Thesis/gnome-2-20/win32/src/expat-2.0.0.tar.gz [1]
 --- Getting OpenLDAP...
 12:58:47
 URL:http://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.3.19.tgz
 [3709244/3709244] -
 /home/pfefferkeks/Thesis/gnome-2-20/win32/src/openldap-2.3.19.tgz
 [1]
 --- Getting PWLib ...
 http://www.ekiga.net/misc/pwlib-.tar.gz:
 12:58:47 ERROR 404: Not Found.
 make: *** [/home/pfefferkeks/Thesis/gnome-2-20/win32/src/pwlib-.tar.gz] Error 
 1
 
 So is there a possibility to compile a stable version for Windows with
 cross compiling under Linux?
 
 Thanks,
 Swen W.
 ___
 Ekiga-devel-list mailing list
 Ekiga-devel-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/ekiga-devel-list
  



  __  
Yahoo! Clever: Sie haben Fragen? Yahoo! Nutzer antworten Ihnen. 
www.yahoo.de/clever

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


Re: [Ekiga-devel-list] Compile gnome-2-20 (last stable) for Win32

2007-09-21 Thread Swen Walkowski
Hi,

I just checkt out a clean version off gnome-2-20 and tried a 'make' in
the win32 folder without make update-sources. That is the output:
~/Thesis/gnome-2-20/win32$  make
grep: 
/home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32/configure.in:
No such file or directory
grep: 
/home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32/configure.in:
No such file or directory
Checking prerequisites...
/bin/sh: line 0: cd:
/home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32:
No such file or directory
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--
|diff -urN ekiga.old/configure.in ekiga/configure.in
|--- ekiga.old/configure.in 2006-10-03 16:04:23.0 +
|+++ ekiga/configure.in 2006-11-01 08:40:17.0 +
--
File to patch:



It looks like there is an error in the path, the grep doesn't look good.
grep: 
/home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32/configure.in:
No such file or directory

Swen


On 9/21/07, Matthias Schneider [EMAIL PROTECTED] wrote:
 Hello Swen,
 afterr having checked th stable version Makfile I noticed it had not been 
 revised like the trunk
 version. Could you please try building with make without a make 
 update-sources before?
 Matthias
  --- Swen Walkowski [EMAIL PROTECTED] schrieb:
  Hello,
 
  thanks for all the answers! It was very helpful.
  It the time I can compile an the Ekiga-Snapshot under a native Debian
  for Windows XP.
  But I need to compile the Ekiga-2.0.9 Version, or the last stable.
 
  I have tried to check out:
  svn co http://svn.gnome.org/svn/ekiga/branches/gnome-2-20
  in the win32 folder I have done allso make update-sources, but now I
  can't download the sources.
 
  Thesis/gnome-2-20/win32$ make update-sources
  grep:
 
 /home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32/configure.in:
  No such file or directory
  grep:
 
 /home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32/configure.in:
  No such file or directory
  Checking prerequisites...
  --- Getting EXPAT ...
  12:58:23 
  URL:http://belnet.dl.sourceforge.net/sourceforge/expat/expat-2.0.0.tar.gz
  [450860/450860] -
  /home/pfefferkeks/Thesis/gnome-2-20/win32/src/expat-2.0.0.tar.gz [1]
  --- Getting OpenLDAP...
  12:58:47
  URL:http://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.3.19.tgz
  [3709244/3709244] -
  /home/pfefferkeks/Thesis/gnome-2-20/win32/src/openldap-2.3.19.tgz
  [1]
  --- Getting PWLib ...
  http://www.ekiga.net/misc/pwlib-.tar.gz:
  12:58:47 ERROR 404: Not Found.
  make: *** [/home/pfefferkeks/Thesis/gnome-2-20/win32/src/pwlib-.tar.gz] 
  Error 1
 
  So is there a possibility to compile a stable version for Windows with
  cross compiling under Linux?
 
  Thanks,
  Swen W.
  ___
  Ekiga-devel-list mailing list
  Ekiga-devel-list@gnome.org
  http://mail.gnome.org/mailman/listinfo/ekiga-devel-list
 



   __
 Yahoo! Clever: Sie haben Fragen? Yahoo! Nutzer antworten Ihnen. 
 www.yahoo.de/clever


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


Re: [Ekiga-devel-list] Compile gnome-2-20 (last stable) for Win32

2007-09-21 Thread Swen Walkowski
Ok know it works! I have done some changes in the Makefile at the win32 folder.

Changes:

First I have comment out the line:
#EKIGA_URL := http://www.ekiga.net/misc

and comment in:
EKIGA_URL := http://www.ekiga.org/admin/downloads/latest/sources/sources

After that I have edit the opal and pwlib entrys like that:
OPAL_VER:= 2.2.8
OPAL_DIR:= $(BUILDROOT)/opal
OPAL_ARCHIVE := opal-2.2.8.tar.gz

PWLIB_VER:= 1.10.7
PWLIB_DIR:= $(BUILDROOT)/pwlib
PWLIB_ARCHIVE := pwlib-1.10.7.tar.gz

Now make update-sources will work. Will see if the rest is going on normal.

Best,
Swen


On 9/21/07, Swen Walkowski [EMAIL PROTECTED] wrote:
 Hi,

 I just checkt out a clean version off gnome-2-20 and tried a 'make' in
 the win32 folder without make update-sources. That is the output:
 ~/Thesis/gnome-2-20/win32$  make
 grep: 
 /home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32/configure.in:
 No such file or directory
 grep: 
 /home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32/configure.in:
 No such file or directory
 Checking prerequisites...
 /bin/sh: line 0: cd:
 /home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32:
 No such file or directory
 can't find file to patch at input line 4
 Perhaps you used the wrong -p or --strip option?
 The text leading up to this was:
 --
 |diff -urN ekiga.old/configure.in ekiga/configure.in
 |--- ekiga.old/configure.in 2006-10-03 16:04:23.0 +
 |+++ ekiga/configure.in 2006-11-01 08:40:17.0 +
 --
 File to patch:



 It looks like there is an error in the path, the grep doesn't look good.
 grep: 
 /home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32/configure.in:
 No such file or directory

 Swen


 On 9/21/07, Matthias Schneider [EMAIL PROTECTED] wrote:
  Hello Swen,
  afterr having checked th stable version Makfile I noticed it had not been 
  revised like the trunk
  version. Could you please try building with make without a make 
  update-sources before?
  Matthias
   --- Swen Walkowski [EMAIL PROTECTED] schrieb:
   Hello,
  
   thanks for all the answers! It was very helpful.
   It the time I can compile an the Ekiga-Snapshot under a native Debian
   for Windows XP.
   But I need to compile the Ekiga-2.0.9 Version, or the last stable.
  
   I have tried to check out:
   svn co http://svn.gnome.org/svn/ekiga/branches/gnome-2-20
   in the win32 folder I have done allso make update-sources, but now I
   can't download the sources.
  
   Thesis/gnome-2-20/win32$ make update-sources
   grep:
  
  /home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32/configure.in:
   No such file or directory
   grep:
  
  /home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32/configure.in:
   No such file or directory
   Checking prerequisites...
   --- Getting EXPAT ...
   12:58:23 
   URL:http://belnet.dl.sourceforge.net/sourceforge/expat/expat-2.0.0.tar.gz
   [450860/450860] -
   /home/pfefferkeks/Thesis/gnome-2-20/win32/src/expat-2.0.0.tar.gz [1]
   --- Getting OpenLDAP...
   12:58:47
   URL:http://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.3.19.tgz
   [3709244/3709244] -
   /home/pfefferkeks/Thesis/gnome-2-20/win32/src/openldap-2.3.19.tgz
   [1]
   --- Getting PWLib ...
   http://www.ekiga.net/misc/pwlib-.tar.gz:
   12:58:47 ERROR 404: Not Found.
   make: *** [/home/pfefferkeks/Thesis/gnome-2-20/win32/src/pwlib-.tar.gz] 
   Error 1
  
   So is there a possibility to compile a stable version for Windows with
   cross compiling under Linux?
  
   Thanks,
   Swen W.
   ___
   Ekiga-devel-list mailing list
   Ekiga-devel-list@gnome.org
   http://mail.gnome.org/mailman/listinfo/ekiga-devel-list
  
 
 
 
__
  Yahoo! Clever: Sie haben Fragen? Yahoo! Nutzer antworten Ihnen. 
  www.yahoo.de/clever
 
 

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


Re: [Ekiga-devel-list] Compile gnome-2-20 (last stable) for Win32

2007-09-21 Thread Swen Walkowski
Hello again,

after my modification at the Makefile in the win32 folder and a
successfully make update-sources there is still the error,

[EMAIL PROTECTED]:~/win32$ make
/bin/sh: line 0: cd:
/home/pfefferkeks/win32/ekiga-/home/pfefferkeks/win32: No such file or
directory
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--
|diff -urN ekiga.old/configure.in ekiga/configure.in
|--- ekiga.old/configure.in 2006-10-03 16:04:23.0 +
|+++ ekiga/configure.in 2006-11-01 08:40:17.0 +
--
File to patch:

when I try to do a make.

Thanks,
Swen


On 9/21/07, Swen Walkowski [EMAIL PROTECTED] wrote:
 Ok know it works! I have done some changes in the Makefile at the win32 
 folder.

 Changes:

 First I have comment out the line:
 #EKIGA_URL := http://www.ekiga.net/misc

 and comment in:
 EKIGA_URL := http://www.ekiga.org/admin/downloads/latest/sources/sources

 After that I have edit the opal and pwlib entrys like that:
 OPAL_VER:= 2.2.8
 OPAL_DIR:= $(BUILDROOT)/opal
 OPAL_ARCHIVE := opal-2.2.8.tar.gz

 PWLIB_VER:= 1.10.7
 PWLIB_DIR:= $(BUILDROOT)/pwlib
 PWLIB_ARCHIVE := pwlib-1.10.7.tar.gz

 Now make update-sources will work. Will see if the rest is going on normal.

 Best,
 Swen


 On 9/21/07, Swen Walkowski [EMAIL PROTECTED] wrote:
  Hi,
 
  I just checkt out a clean version off gnome-2-20 and tried a 'make' in
  the win32 folder without make update-sources. That is the output:
  ~/Thesis/gnome-2-20/win32$  make
  grep: 
  /home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32/configure.in:
  No such file or directory
  grep: 
  /home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32/configure.in:
  No such file or directory
  Checking prerequisites...
  /bin/sh: line 0: cd:
  /home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32:
  No such file or directory
  can't find file to patch at input line 4
  Perhaps you used the wrong -p or --strip option?
  The text leading up to this was:
  --
  |diff -urN ekiga.old/configure.in ekiga/configure.in
  |--- ekiga.old/configure.in 2006-10-03 16:04:23.0 +
  |+++ ekiga/configure.in 2006-11-01 08:40:17.0 +
  --
  File to patch:
 
 
 
  It looks like there is an error in the path, the grep doesn't look good.
  grep: 
  /home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32/configure.in:
  No such file or directory
 
  Swen
 
 
  On 9/21/07, Matthias Schneider [EMAIL PROTECTED] wrote:
   Hello Swen,
   afterr having checked th stable version Makfile I noticed it had not been 
   revised like the trunk
   version. Could you please try building with make without a make 
   update-sources before?
   Matthias
--- Swen Walkowski [EMAIL PROTECTED] schrieb:
Hello,
   
thanks for all the answers! It was very helpful.
It the time I can compile an the Ekiga-Snapshot under a native Debian
for Windows XP.
But I need to compile the Ekiga-2.0.9 Version, or the last stable.
   
I have tried to check out:
svn co http://svn.gnome.org/svn/ekiga/branches/gnome-2-20
in the win32 folder I have done allso make update-sources, but now I
can't download the sources.
   
Thesis/gnome-2-20/win32$ make update-sources
grep:
   
   /home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32/configure.in:
No such file or directory
grep:
   
   /home/pfefferkeks/Thesis/gnome-2-20/win32/ekiga-/home/pfefferkeks/Thesis/gnome-2-20/win32/configure.in:
No such file or directory
Checking prerequisites...
--- Getting EXPAT ...
12:58:23 
URL:http://belnet.dl.sourceforge.net/sourceforge/expat/expat-2.0.0.tar.gz
[450860/450860] -
/home/pfefferkeks/Thesis/gnome-2-20/win32/src/expat-2.0.0.tar.gz [1]
--- Getting OpenLDAP...
12:58:47
URL:http://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.3.19.tgz
[3709244/3709244] -
/home/pfefferkeks/Thesis/gnome-2-20/win32/src/openldap-2.3.19.tgz
[1]
--- Getting PWLib ...
http://www.ekiga.net/misc/pwlib-.tar.gz:
12:58:47 ERROR 404: Not Found.
make: *** [/home/pfefferkeks/Thesis/gnome-2-20/win32/src/pwlib-.tar.gz] 
Error 1
   
So is there a possibility to compile a stable version for Windows with
cross compiling under Linux?
   
Thanks,
Swen W.
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list
   
  
  
  
 __
   Yahoo! Clever: Sie haben Fragen? Yahoo! Nutzer antworten Ihnen. 
   www.yahoo.de/clever
  
  
 

___
Ekiga-devel-list 

Re: [Ekiga-devel-list] Compile gnome-2-20 (last stable) for Win32

2007-09-21 Thread Vincent Luba
Hello,

Swen Walkowski a écrit :
 Hello again,

 after my modification at the Makefile in the win32 folder and a
 successfully make update-sources there is still the error,

 [EMAIL PROTECTED]:~/win32$ make
 /bin/sh: line 0: cd:
 /home/pfefferkeks/win32/ekiga-/home/pfefferkeks/win32: No such file or
 directory
 can't find file to patch at input line 4
 Perhaps you used the wrong -p or --strip option?
 The text leading up to this was:
 --
 |diff -urN ekiga.old/configure.in ekiga/configure.in
 |--- ekiga.old/configure.in 2006-10-03 16:04:23.0 +
 |+++ ekiga/configure.in 2006-11-01 08:40:17.0 +
 --
 File to patch:

 when I try to do a make.

   
This is a proposition as I am not 100% sure.
The win32 build directory structure was {BUILDROOT}/ekiga-2.0.9/win32
You had to cd into that directory than type make. However all files were 
downloaded in {BUILDROOT} (2 levels upper).

Since then, it has been changed in svn HEAD.

In your case win32 directory is directly in your home directory. So I 
guess the script cannot create the required files 2 levels upper (out of 
your home dir).

Try creating some directory like ~/workspace/ekiga/, move ekiga's 
win32 dir to it, cd into win32 dir, then make.

Hope this helps.

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