cvs 1.1.6 compile errors

2000-10-11 Thread Garst R. Reese
attached Garst make[3]: Entering directory `/usr/local/garst/lyx-devel/src' g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost-isystem /usr/X11R6/include -g -O -fno-rtti -fno-exceptions -W -Wall -Wconversion -Winline -c gettext.C gettext.C:7: parse error before `char' gettext.C:13: parse

Re: cvs 1.1.6 compile errors

2000-10-11 Thread Lars Gullik Bjønnes
"Garst R. Reese" [EMAIL PROTECTED] writes: | attached Try this patch: Index: gettext.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/gettext.C,v retrieving revision 1.1 diff -u -p -r1.1 gettext.C --- gettext.C 2000/10/11

Re: cvs 1.1.6 compile errors

2000-10-11 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: "Garst R. Reese" [EMAIL PROTECTED] writes: | attached Are you configuring --disable-nls ? (if you don't you have a _very_ strange compiler...) Lgb Yes, I was having problems earlier with compiling with nls enabled. I'll check the patch. Thanks

Re: cvs 1.1.6 compile errors

2000-10-11 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: "Garst R. Reese" [EMAIL PROTECTED] writes: | attached Try this patch: Lgb Worked.

cvs 1.1.6 compile errors

2000-10-11 Thread Garst R. Reese
attached Garst make[3]: Entering directory `/usr/local/garst/lyx-devel/src' g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost-isystem /usr/X11R6/include -g -O -fno-rtti -fno-exceptions -W -Wall -Wconversion -Winline -c gettext.C gettext.C:7: parse error before `char' gettext.C:13: parse

Re: cvs 1.1.6 compile errors

2000-10-11 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | attached Try this patch: Index: gettext.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/gettext.C,v retrieving revision 1.1 diff -u -p -r1.1 gettext.C --- gettext.C 2000/10/11

Re: cvs 1.1.6 compile errors

2000-10-11 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > "Garst R. Reese" <[EMAIL PROTECTED]> writes: > > | attached > > Are you configuring --disable-nls ? > > (if you don't you have a _very_ strange compiler...) > > Lgb Yes, I was having problems earlier with compiling with nls enabled. I'll check the

Re: cvs 1.1.6 compile errors

2000-10-11 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > "Garst R. Reese" <[EMAIL PROTECTED]> writes: > > | attached > > Try this patch: > Lgb Worked.