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