Re: [Ekiga-devel-list] Compiling Problem

2007-01-19 Thread Gustavo Valdes

Hello.
I have tried to compile the application but I get the following errors.

$ make
make: dpkg-architecture: Command not found
Checking prerequisites...
/bin/sh.exe: hash: i586-mingw32msvc-gcc: not found
/bin/sh.exe: hash: i586-mingw32msvc-g++: not found
/bin/sh.exe: hash: i586-mingw32msvc-ld: not found
/bin/sh.exe: hash: i586-mingw32msvc-nm: not found
/bin/sh.exe: hash: i586-mingw32msvc-ar: not found
/bin/sh.exe: hash: i586-mingw32msvc-ranlib: not found
/bin/sh.exe: hash: i586-mingw32msvc-dlltool: not found
/bin/sh.exe: hash: i586-mingw32msvc-dllwrap: not found
/bin/sh.exe: hash: i586-mingw32msvc-objdump: not found
/bin/sh.exe: hash: i586-mingw32msvc-windres: not found
/bin/sh.exe: hash: i586-mingw32msvc-as: not found
You need to install mingw32
make: *** [binaries] Error 1

I have installed MinGW 5.0, MinGW32-make and MSys.
In the downloads list of MinGW site I can find gcc and g++, but I can't find
the other programs or modules.

Would you please let me know what modules do I have to install?

Thanks in advance.

On 1/16/07, Kilian Krause [EMAIL PROTECTED] wrote:


Gustavo,

On Mon, Jan 15, 2007 at 04:23:25PM -0600, Gustavo Valdes wrote:
 I'm trying to add some libraries to make the UI skinnable, this
libraries
 belong to a project  named SLIK and I'd also want to remove or hide some
 tabs.

for SILK, just copy a target like libxml2 or libogg (3 targets overall).
Add the last lib/libsilk.a to the depends of ekiga/config.status. Then
go ahead and update the tarball or hack away with the ekiga/ directory.
Touch ekiga/autogen.sh will cause make all to refresh all subsequent
targets.

Hth.

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





--
Experiencia no es lo que le sucede al hombre, sino lo que el hombre hace con
lo que le sucede.
-- Aldous Huxley
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] Compiling Problem

2007-01-16 Thread Kilian Krause
Gustavo,

On Mon, Jan 15, 2007 at 04:23:25PM -0600, Gustavo Valdes wrote:
 I'm trying to add some libraries to make the UI skinnable, this libraries
 belong to a project  named SLIK and I'd also want to remove or hide some
 tabs.

for SILK, just copy a target like libxml2 or libogg (3 targets overall).
Add the last lib/libsilk.a to the depends of ekiga/config.status. Then
go ahead and update the tarball or hack away with the ekiga/ directory.
Touch ekiga/autogen.sh will cause make all to refresh all subsequent
targets. 

Hth.

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


Re: [Ekiga-devel-list] Compiling Problem

2007-01-15 Thread Gustavo Valdes

I've downloaded the CVS versions and the Ekiga Build file to check it,
unfotunatelly my experience with .make files is quite short. So, reading the
file, I'm not sure if it's going to connect to CVS and get the source from
there, or if I have the option to specify the directory where I've placed my
downloaded versions?

On 12/27/06, Kilian Krause [EMAIL PROTECTED] wrote:


Gustavo,

On Mon, Dec 18, 2006 at 01:22:17PM -0600, Gustavo Valdes wrote:
 I plan to distribute it within a company but I'd like to share the code,
 once made.

 About compiling on windows ... any clue to get rid of config.hdependency???

 I'm checking the windows version you've made an in the account screen
the
 account type combo (to choose from SIP or H323) does not appear as it
does
 in the manual screenshots.

what about the scripts that are on the webpage, namely:
http://snapshots.ekiga.net/win32/ekiga_build.tgz ?

Does that answer your question how we actually get rid of all the
problems?

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





--
Experiencia no es lo que le sucede al hombre, sino lo que el hombre hace con
lo que le sucede.
-- Aldous Huxley
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] Compiling Problem

2007-01-15 Thread Gustavo Valdes

What if I need to change or add some features to the program and I need to
compile against that new code?


On 1/15/07, Kilian Krause [EMAIL PROTECTED] wrote:


Gustavo,

On Mon, Jan 15, 2007 at 10:11:50AM -0600, Gustavo Valdes wrote:
 I've downloaded the CVS versions and the Ekiga Build file to check it,
 unfotunatelly my experience with .make files is quite short. So, reading
the
 file, I'm not sure if it's going to connect to CVS and get the source
from
 there, or if I have the option to specify the directory where I've
placed my
 downloaded versions?

the Makefile does rely on the sources being available through our
CVS/SVN webspace at http://snapshots.ekiga.net/cvs/ (or voxgratia.org).
No need to get CVS sources or anything yourself, the script has all the
source-retrievals built-in.

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





--
Experiencia no es lo que le sucede al hombre, sino lo que el hombre hace con
lo que le sucede.
-- Aldous Huxley
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] Compiling Problem

2007-01-15 Thread Kilian Krause
Gustavo,

On Mon, Jan 15, 2007 at 03:47:10PM -0600, Gustavo Valdes wrote:
 What if I need to change or add some features to the program and I need to
 compile against that new code?

basically add it to [the build-depends of] the target you need it compiled
(that new code). It's all in the make syntax and dependency chains. If
you can bring a more straightforward question what kind of code you need
to add and where to I can give you more direct instructions.

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


Re: [Ekiga-devel-list] Compiling Problem

2007-01-15 Thread Gustavo Valdes

I'm trying to add some libraries to make the UI skinnable, this libraries
belong to a project  named SLIK and I'd also want to remove or hide some
tabs.


On 1/15/07, Kilian Krause [EMAIL PROTECTED] wrote:


Gustavo,

On Mon, Jan 15, 2007 at 03:47:10PM -0600, Gustavo Valdes wrote:
 What if I need to change or add some features to the program and I need
to
 compile against that new code?

basically add it to [the build-depends of] the target you need it compiled
(that new code). It's all in the make syntax and dependency chains. If
you can bring a more straightforward question what kind of code you need
to add and where to I can give you more direct instructions.

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





--
Experiencia no es lo que le sucede al hombre, sino lo que el hombre hace con
lo que le sucede.
-- Aldous Huxley
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] Compiling Problem

2006-12-27 Thread Kilian Krause
Gustavo,

On Mon, Dec 18, 2006 at 01:22:17PM -0600, Gustavo Valdes wrote:
 I plan to distribute it within a company but I'd like to share the code,
 once made.
 
 About compiling on windows ... any clue to get rid of config.h dependency???
 
 I'm checking the windows version you've made an in the account screen the
 account type combo (to choose from SIP or H323) does not appear as it does
 in the manual screenshots.

what about the scripts that are on the webpage, namely:
http://snapshots.ekiga.net/win32/ekiga_build.tgz ?

Does that answer your question how we actually get rid of all the
problems?

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


Re: [Ekiga-devel-list] Compiling Problem

2006-12-18 Thread Gustavo Valdes

Thanks Jan. I was not aware of it. I've included the lib directories in my
compiler's includes list and it compiles the file that was referencing the
gmconf.h header file.

However, now it stops in the accounts.cpp file, in the following line:
#include ../../config.h

Going up to levels from the src/gui directory, I'm not able to find any
config.h file, as a matter of fact the only config.h* files are:
config.h.inoutside the src directory and
config.h file inside the src/gui directory, the same where accounts.cpp is.
I've changed the line to #include config.h with no luck.

Thanks in advance.

On 12/17/06, Jan Schampera [EMAIL PROTECTED] wrote:


On Sun, 17 Dec 2006 12:50:45 -0600
Gustavo Valdes [EMAIL PROTECTED] wrote:

 I'm trying to compile egika but the compiler has not been able to
 find the file gmconf.h.
 I've also added to the include path the sources of OPAL, OpenH323 and
 PWLib, however, the problem still persists.

Something really strange must have happened, as gmconf.h is part of the
ekiga source code (lib/gmconf/gmconf.h).


J.

--
Live as if you were to die tomorrow.
Learn as if you were to live forever.
___
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

Re: [Ekiga-devel-list] Compiling Problem

2006-12-18 Thread Julien Puydt
Gustavo Valdes a écrit :
 Thanks Jan. I was not aware of it. I've included the lib directories in my
 compiler's includes list and it compiles the file that was referencing the
 gmconf.h header file.
 
 However, now it stops in the accounts.cpp file, in the following line:
 #include ../../config.h
 
 Going up to levels from the src/gui directory, I'm not able to find any
 config.h file, as a matter of fact the only config.h* files are:
 config.h.inoutside the src directory and
 config.h file inside the src/gui directory, the same where accounts.cpp is.
 I've changed the line to #include config.h with no luck.

Your development environment is broken. This file is created by the 
configure script, if I remember well.

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


Re: [Ekiga-devel-list] Compiling Problem

2006-12-18 Thread Gustavo Valdes

I think broken is not exactly the word, what I'm trying to do is compile it
under windows, but if this file is created running the configure script,
it's kind of difficult to find out what other dependencies it might include.

Do you know if anyone has ported it to windows?

On 12/18/06, Julien Puydt [EMAIL PROTECTED] wrote:


Gustavo Valdes a écrit :
 Thanks Jan. I was not aware of it. I've included the lib directories in
my
 compiler's includes list and it compiles the file that was referencing
the
 gmconf.h header file.

 However, now it stops in the accounts.cpp file, in the following line:
 #include ../../config.h

 Going up to levels from the src/gui directory, I'm not able to find any
 config.h file, as a matter of fact the only config.h* files are:
 config.h.inoutside the src directory and
 config.h file inside the src/gui directory, the same where accounts.cppis.
 I've changed the line to #include config.h with no luck.

Your development environment is broken. This file is created by the
configure script, if I remember well.

Snark
___
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

Re: [Ekiga-devel-list] Compiling Problem

2006-12-18 Thread Julien Puydt
Gustavo Valdes a écrit :
 I think broken is not exactly the word, what I'm trying to do is compile it
 under windows, but if this file is created running the configure script,
 it's kind of difficult to find out what other dependencies it might 
 include.
 
 Do you know if anyone has ported it to windows?

We ported it to win32, but compile it with a sane development 
environment : mingw.

See http://snapshots.seconix.com/win32.php

Why didn't you ask the right question at once !?

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


Re: [Ekiga-devel-list] Compiling Problem

2006-12-18 Thread Julien Puydt
Gustavo Valdes a écrit :
 Jaja... maybe because I wanted to do it the hard way!!!
 However, the underlying reason is that I need to change the UI, 
 specifically
 I want to use SLIK so I can make it skinnable.

What is SLIK ?

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


Re: [Ekiga-devel-list] Compiling Problem

2006-12-18 Thread Gustavo Valdes

SLIK is a project intended to make an application skinnable in a very simple
way.
I'm sending you some links to the location of the library and some tutorials
(in java but using GTK libraries):

Libraries:
http://gqmpeg.sourceforge.net/mpeg-down.html

Tutorials:
http://www-128.ibm.com/developerworks/linux/library/l-slik/
http://www-128.ibm.com/developerworks/java/library/j-slik/


On 12/18/06, Julien Puydt [EMAIL PROTECTED] wrote:


Gustavo Valdes a écrit :
 Jaja... maybe because I wanted to do it the hard way!!!
 However, the underlying reason is that I need to change the UI,
 specifically
 I want to use SLIK so I can make it skinnable.

What is SLIK ?

Snark
___
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

Re: [Ekiga-devel-list] Compiling Problem

2006-12-18 Thread Gustavo Valdes

Excuse me Julien, I've run the Ekiga Windows exe and I have seen in the
credits that it's got a copyright.

Am I allowed to change the code or appearance of Ekiga? If I am... is there
any legal limitations of any kind?

Thanks.

On 12/18/06, Julien Puydt [EMAIL PROTECTED] wrote:


Gustavo Valdes a écrit :
 Jaja... maybe because I wanted to do it the hard way!!!
 However, the underlying reason is that I need to change the UI,
 specifically
 I want to use SLIK so I can make it skinnable.

What is SLIK ?

Snark
___
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

Re: [Ekiga-devel-list] Compiling Problem

2006-12-18 Thread Damien Sandras
Le lundi 18 décembre 2006 à 04:22 -0600, Gustavo Valdes a écrit :
 Excuse me Julien, I've run the Ekiga Windows exe and I have seen in
 the credits that it's got a copyright.
 
 Am I allowed to change the code or appearance of Ekiga? If I am... is
 there any legal limitations of any kind? 

You can do it as long as you respect the GPL license.

-- 
 _  Damien Sandras
(o- 
//\   Ekiga Softphone : http://www.ekiga.org/
v_/_ NOVACOM : http://www.novacom.be/
  FOSDEM  : http://www.fosdem.org/
  SIP Phone   : sip:[EMAIL PROTECTED]
   

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


Re: [Ekiga-devel-list] Compiling Problem

2006-12-18 Thread Simon Wood
On Mon, 18 Dec 2006 16:23:58 +0100
Damien Sandras [EMAIL PROTECTED] wrote:

  Am I allowed to change the code or appearance of Ekiga? If I am... is
  there any legal limitations of any kind? 
 
 You can do it as long as you respect the GPL license.
 

To absolutely correct you have to respect the GPL if you are _distributing_ the 
modified code to a customer base - if it was purely personal or closed 
distrobution within a company then you are not obligied to make the source 
available.

more explaination on:
http://www.gnu.org/licenses/gpl-faq.html

Have fun,
Simon.

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


Re: [Ekiga-devel-list] Compiling Problem

2006-12-18 Thread Gustavo Valdes

I plan to distribute it within a company but I'd like to share the code,
once made.

About compiling on windows ... any clue to get rid of config.h dependency???

I'm checking the windows version you've made an in the account screen the
account type combo (to choose from SIP or H323) does not appear as it does
in the manual screenshots.

Regards.

On 12/18/06, Simon Wood [EMAIL PROTECTED] wrote:


On Mon, 18 Dec 2006 16:23:58 +0100
Damien Sandras [EMAIL PROTECTED] wrote:

  Am I allowed to change the code or appearance of Ekiga? If I am... is
  there any legal limitations of any kind?

 You can do it as long as you respect the GPL license.


To absolutely correct you have to respect the GPL if you are
_distributing_ the modified code to a customer base - if it was purely
personal or closed distrobution within a company then you are not obligied
to make the source available.

more explaination on:
http://www.gnu.org/licenses/gpl-faq.html

Have fun,
Simon.

___
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] Compiling Problem

2006-12-17 Thread Gustavo Valdes

Hello everyone.
I'm trying to compile egika but the compiler has not been able to find the
file gmconf.h.
I've also added to the include path the sources of OPAL, OpenH323 and PWLib,
however, the problem still persists.

Any help or guidance about this issue will be highly appreciated. Regards.

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

Re: [Ekiga-devel-list] Compiling Problem

2006-12-17 Thread Jan Schampera
On Sun, 17 Dec 2006 12:50:45 -0600
Gustavo Valdes [EMAIL PROTECTED] wrote:

 I'm trying to compile egika but the compiler has not been able to
 find the file gmconf.h.
 I've also added to the include path the sources of OPAL, OpenH323 and
 PWLib, however, the problem still persists.

Something really strange must have happened, as gmconf.h is part of the
ekiga source code (lib/gmconf/gmconf.h).


J.

-- 
Live as if you were to die tomorrow.
Learn as if you were to live forever.
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list