Jose' Matos wrote:

> On Thursday 05 May 2005 19:27, Angus Leeming wrote:
>>
>> "char const b" (and c) wouldn't hurt though :)
> 
>   Done. Committed.
> 
>> Also, if your used a separate build tree from your source tree, you
>> wouldn't have those
>>
>> ? frontends/gtk/pch.h.gch
>> ? frontends/gtk/pch.h.gch.dep
>>
>> :-P
> 
>   True but everytime I searched for such option I did not find it... :-)

Here's the wrapper script to configure that I use. Edit the options to 
suit.

~$ ls lyx
configure-14x devel
~$ cd lyx/devel
~/lyx/devel$ ./autogen.sh
~/lyx/devel$ cd ..
~/lyx$ ./configure-14x devel xforms qt gtk

This will create a directory devel/build if it doesn't already exist and 
run devel/configure from this directory (ie ../configure). Thereafter, all 
you need do is

~/lyx/devel/build$ make

Voilá!

> Also like this I know that there is a .cvsignore missing somewhere...
> ;-)

;-)

-- 
Angus

Attachment: configure-14x
Description: application/shellscript

Reply via email to