Re: lyx-gtk compilation error

2005-10-27 Thread Luca Nicotra
Thanks. Anyway I use Ubuntu, which is quite common for gnome users ...

2005/10/27, Jean-Marc Lasgouttes [EMAIL PROTECTED]:
  Luca == Luca Nicotra [EMAIL PROTECTED] writes:

 Luca it worked perfectly thanks Jean-Marc ... should I notify this as
 Luca a bug?

 No, configure has no way to guess where a particular distribution puts
 its files.

 Actually, this is not really true. It is possible to use
   pkg-config freetype2 --cflags
 to know that. I'll try to think about it later.

 JMarc



Re: lyx-gtk compilation error

2005-10-27 Thread Luca Nicotra
Thanks. Anyway I use Ubuntu, which is quite common for gnome users ...

2005/10/27, Jean-Marc Lasgouttes [EMAIL PROTECTED]:
  Luca == Luca Nicotra [EMAIL PROTECTED] writes:

 Luca it worked perfectly thanks Jean-Marc ... should I notify this as
 Luca a bug?

 No, configure has no way to guess where a particular distribution puts
 its files.

 Actually, this is not really true. It is possible to use
   pkg-config freetype2 --cflags
 to know that. I'll try to think about it later.

 JMarc



Re: lyx-gtk compilation error

2005-10-27 Thread Luca Nicotra
Thanks. Anyway I use Ubuntu, which is quite common for gnome users ...

2005/10/27, Jean-Marc Lasgouttes <[EMAIL PROTECTED]>:
> >>>>> "Luca" == Luca Nicotra <[EMAIL PROTECTED]> writes:
>
> Luca> it worked perfectly thanks Jean-Marc ... should I notify this as
> Luca> a bug?
>
> No, configure has no way to guess where a particular distribution puts
> its files.
>
> Actually, this is not really true. It is possible to use
>   pkg-config freetype2 --cflags
> to know that. I'll try to think about it later.
>
> JMarc
>


lyx-gtk compilation error

2005-10-26 Thread Luca Nicotra
Trying to compile lyx with gtk frontend (./configure
--with-frontend=gtk xforms --disable debug) I get the following
errors:

../xforms/FormPreferences.h:18:23: error: lyx_forms.h: No such file or directory
../xforms/FormPreferences.h:98 error: 'FL_FREE_COL15' was not declared
in this scope
../xforms/FormPreferences.h:98 error: 'FL_FREE_COL16' was not declared
in this scope

Am I supposed to compile lyx-xforms before trying with gtk??


Re: lyx-gtk compilation error

2005-10-26 Thread Luca Nicotra
Ok, sorry for bothering ... my fault ... it should have been 
--with-frontend=xforms gtk

2005/10/26, Luca Nicotra [EMAIL PROTECTED]:
 Trying to compile lyx with gtk frontend (./configure
 --with-frontend=gtk xforms --disable debug) I get the following
 errors:

 ../xforms/FormPreferences.h:18:23: error: lyx_forms.h: No such file or 
 directory
 ../xforms/FormPreferences.h:98 error: 'FL_FREE_COL15' was not declared
 in this scope
 ../xforms/FormPreferences.h:98 error: 'FL_FREE_COL16' was not declared
 in this scope

 Am I supposed to compile lyx-xforms before trying with gtk??



lyx-gtk compilation error

2005-10-26 Thread Luca Nicotra
Trying to compile lyx with gtk frontend (./configure
--with-frontend=gtk xforms --disable debug) I get the following
errors:

../xforms/FormPreferences.h:18:23: error: lyx_forms.h: No such file or directory
../xforms/FormPreferences.h:98 error: 'FL_FREE_COL15' was not declared
in this scope
../xforms/FormPreferences.h:98 error: 'FL_FREE_COL16' was not declared
in this scope

Am I supposed to compile lyx-xforms before trying with gtk??


Re: lyx-gtk compilation error

2005-10-26 Thread Luca Nicotra
Ok, sorry for bothering ... my fault ... it should have been 
--with-frontend=xforms gtk

2005/10/26, Luca Nicotra [EMAIL PROTECTED]:
 Trying to compile lyx with gtk frontend (./configure
 --with-frontend=gtk xforms --disable debug) I get the following
 errors:

 ../xforms/FormPreferences.h:18:23: error: lyx_forms.h: No such file or 
 directory
 ../xforms/FormPreferences.h:98 error: 'FL_FREE_COL15' was not declared
 in this scope
 ../xforms/FormPreferences.h:98 error: 'FL_FREE_COL16' was not declared
 in this scope

 Am I supposed to compile lyx-xforms before trying with gtk??



lyx-gtk compilation error

2005-10-26 Thread Luca Nicotra
Trying to compile lyx with gtk frontend (./configure
--with-frontend="gtk xforms" --disable debug) I get the following
errors:

../xforms/FormPreferences.h:18:23: error: lyx_forms.h: No such file or directory
../xforms/FormPreferences.h:98 error: 'FL_FREE_COL15' was not declared
in this scope
../xforms/FormPreferences.h:98 error: 'FL_FREE_COL16' was not declared
in this scope

Am I supposed to compile lyx-xforms before trying with gtk??


Re: lyx-gtk compilation error

2005-10-26 Thread Luca Nicotra
Ok, sorry for bothering ... my fault ... it should have been 
--with-frontend="xforms gtk"

2005/10/26, Luca Nicotra <[EMAIL PROTECTED]>:
> Trying to compile lyx with gtk frontend (./configure
> --with-frontend="gtk xforms" --disable debug) I get the following
> errors:
>
> ../xforms/FormPreferences.h:18:23: error: lyx_forms.h: No such file or 
> directory
> ../xforms/FormPreferences.h:98 error: 'FL_FREE_COL15' was not declared
> in this scope
> ../xforms/FormPreferences.h:98 error: 'FL_FREE_COL16' was not declared
> in this scope
>
> Am I supposed to compile lyx-xforms before trying with gtk??
>