Jean-Marc Lasgouttes wrote:
> 
> 
> Yann> sorry but it doesn't work, all same errors...
> 
> Are you sure?? First remove config.cache, and then reconfigure with
> --with-included-string. Then 'make clean' 'make'. This works for me on
> my alpha.

in fact my configure line was too long and --with-included-string was
not taken into account.

./configure --with-included-string --prefix=$HOME/bureau/lyx
--exec-prefix=$HOME/bureau/lyx --with-extra-lib=$HOME/bureau/xforms/lib
--with-extra-inc=$HOME/bureau/xforms/include

i'm not root had i have to put it in my own directory.

as works well now

It works better but i got others errors...

g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost   
-I/users/laih2/ymorere/bureau/xforms/include     -g -O -fno-rtti
-fno-exceptions -W -Wall -Wno-return-type -c minibuffer.C
minibuffer.C:32: parse error before `::'
make[3]: *** [minibuffer.o] Error 1
make[3]: Leaving directory
`/users/laih2/ymorere/bureau/lyx-1.1.6pre1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/users/laih2/ymorere/bureau/lyx-1.1.6pre1/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory
`/users/laih2/ymorere/bureau/lyx-1.1.6pre1/src'
make: *** [all-recursive] Error 1
338.24u 72.80s 8:14 83% 2+121k 825+56553io 0pf+0w


here the beginning of the file minibuffer.C


 /*
###########################################################################
 *
 *                 The MiniBuffer Class
 *                 read minibuffer.h for more
 *                 information.
 * 
 *           Copyright 1995 Matthias Ettrich
 *           Copyright 1995-2000 The LyX Team.  
 * 
 *
###########################################################################
 */

#include <config.h>

#ifdef __GNUG__
#pragma implementation "minibuffer.h"
#endif

#include "support/filetools.h"
#include "lyx_main.h" 
#include "lyxfunc.h"
#include FORMS_H_LOCATION
#include "minibuffer.h"  
#include "LyXView.h"
#include "debug.h"
#include "gettext.h"
#include "LyXAction.h"
#include "BufferView.h"
#include "buffer.h"

using std::endl; //line 31
using SigC::slot; //line 32

extern bool keyseqUncomplete();
extern string keyseqOptions(int l = 190);
extern string keyseqStr(int l = 190);
extern LyXAction lyxaction;
> JMarc


can you help me?

Yann

-- 
"Y faut liiirrreee, Arlequin, Champion de l'amourrrr" Dany Boon
 ---------------------------------------------------------------
(Yann MORERE                 mailto:[EMAIL PROTECTED] )
(Doctorant Automatique       http://ymorere.multimania.com/     )

Reply via email to