Re: Compile Errors on Itanium

2004-02-03 Thread Angus Leeming
On Monday 02 February 2004 7:54 pm, Jeremy Daily wrote: Angus et. al., I was able to fix my problem by using the trial an error method. In other words I don't know what I did but it worked. In the file /boost/boost/detail/limits.hpp I added || defined(__ia64__) to the end of the line

Re: Compile Errors on Itanium

2004-02-03 Thread Angus Leeming
On Monday 02 February 2004 7:54 pm, Jeremy Daily wrote: Angus et. al., I was able to fix my problem by using the trial an error method. In other words I don't know what I did but it worked. In the file /boost/boost/detail/limits.hpp I added || defined(__ia64__) to the end of the line

Re: Compile Errors on Itanium

2004-02-03 Thread Angus Leeming
On Monday 02 February 2004 7:54 pm, Jeremy Daily wrote: > Angus et. al., > > I was able to fix my problem by using the trial an error method. In > other words I don't know what I did but it worked. > > In the file /boost/boost/detail/limits.hpp > I added || defined(__ia64__) to the end of the line

Re: Compile Errors on Itanium

2004-02-02 Thread Jeremy Daily
Angus et. al., I was able to fix my problem by using the trial an error method. In other words I don't know what I did but it worked. In the file /boost/boost/detail/limits.hpp I added || defined(__ia64__) to the end of the line beginning with #elif defined(__i386_) I guessed it right

Re: Compile Errors on Itanium

2004-02-02 Thread Jeremy Daily
Angus et. al., I was able to fix my problem by using the trial an error method. In other words I don't know what I did but it worked. In the file /boost/boost/detail/limits.hpp I added || defined(__ia64__) to the end of the line beginning with #elif defined(__i386_) I guessed it right

Re: Compile Errors on Itanium

2004-02-02 Thread Jeremy Daily
Angus et. al., I was able to fix my problem by using the trial an error method. In other words I don't know what I did but it worked. In the file /boost/boost/detail/limits.hpp I added || defined(__ia64__) to the end of the line beginning with #elif defined(__i386_) I guessed it right

Re: Compile Errors on Itanium

2004-02-01 Thread Angus Leeming
Jeremy Daily wrote: I just tried to compile lyx-1.3.3 on a dual Itanium machine running RedHat Advance Workstation 2.1. The configure script executed just fine after The results of make are attached. P.S. I'm a user, not a developer (baby steps) Hi, Jeremy. Extracting the error itself:

Re: Compile Errors on Itanium

2004-02-01 Thread Angus Leeming
Jeremy Daily wrote: I just tried to compile lyx-1.3.3 on a dual Itanium machine running RedHat Advance Workstation 2.1. The configure script executed just fine after The results of make are attached. P.S. I'm a user, not a developer (baby steps) Hi, Jeremy. Extracting the error itself:

Re: Compile Errors on Itanium

2004-02-01 Thread Angus Leeming
Jeremy Daily wrote: > I just tried to compile lyx-1.3.3 on a dual Itanium machine running > RedHat Advance Workstation 2.1. The configure script executed just > fine after > The results of "make" are attached. > P.S. I'm a user, not a developer (baby steps) Hi, Jeremy. Extracting the error

Compile Errors on Itanium

2004-01-30 Thread Jeremy Daily
I just tried to compile lyx-1.3.3 on a dual Itanium machine running RedHat Advance Workstation 2.1. The configure script executed just fine after ./configure --with-frontend=qt The results of make are attached. Does anyone know what I can do to make it complile. P.S. I'm a user, not a

Compile Errors on Itanium

2004-01-30 Thread Jeremy Daily
I just tried to compile lyx-1.3.3 on a dual Itanium machine running RedHat Advance Workstation 2.1. The configure script executed just fine after ./configure --with-frontend=qt The results of make are attached. Does anyone know what I can do to make it complile. P.S. I'm a user, not a

Compile Errors on Itanium

2004-01-30 Thread Jeremy Daily
I just tried to compile lyx-1.3.3 on a dual Itanium machine running RedHat Advance Workstation 2.1. The configure script executed just fine after ./configure --with-frontend=qt The results of "make" are attached. Does anyone know what I can do to make it complile. P.S. I'm a user, not a

Re: lyx-1.1.6 compile errors

2001-03-05 Thread Jean-Marc Lasgouttes
"Stefano" == Stefano Ghirlanda [EMAIL PROTECTED] writes: Stefano Hi, I am getting the following errors, I presume because my Stefano c++ libraries are too old (Slackware 7.0): Stefano g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images Stefano -I./../ -I../.. -I../.. -I../../boost -g -O2

Re: lyx-1.1.6 compile errors

2001-03-05 Thread Stefano Ghirlanda
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Stefano # g++ -v Reading specs from Stefano /usr/lib/gcc-lib/i386-slackware-linux/egcs-2.91.66/specs gcc Stefano version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) This version should work OK, and configure should have detected that

Re: lyx-1.1.6 compile errors

2001-03-05 Thread Jean-Marc Lasgouttes
"Stefano" == Stefano Ghirlanda [EMAIL PROTECTED] writes: Stefano It says that sstream is found... but: Stefano # find /usr/include/ /usr/local/include -name '*sstream*' Did you remove config.cache before running configure? Stefano nothing is found. As a confirmation: Stefano # cattry.CEOF

Re: lyx-1.1.6 compile errors

2001-03-05 Thread Lars Gullik Bjønnes
Stefano Ghirlanda [EMAIL PROTECTED] writes: | Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | | Stefano # g++ -v Reading specs from | Stefano /usr/lib/gcc-lib/i386-slackware-linux/egcs-2.91.66/specs gcc | Stefano version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) | | This version

Re: lyx-1.1.6 compile errors

2001-03-05 Thread Jean-Marc Lasgouttes
"Stefano" == Stefano Ghirlanda [EMAIL PROTECTED] writes: Stefano Hi, I am getting the following errors, I presume because my Stefano c++ libraries are too old (Slackware 7.0): Stefano g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images Stefano -I./../ -I../.. -I../.. -I../../boost -g -O2

Re: lyx-1.1.6 compile errors

2001-03-05 Thread Stefano Ghirlanda
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Stefano # g++ -v Reading specs from Stefano /usr/lib/gcc-lib/i386-slackware-linux/egcs-2.91.66/specs gcc Stefano version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) This version should work OK, and configure should have detected that

Re: lyx-1.1.6 compile errors

2001-03-05 Thread Jean-Marc Lasgouttes
"Stefano" == Stefano Ghirlanda [EMAIL PROTECTED] writes: Stefano It says that sstream is found... but: Stefano # find /usr/include/ /usr/local/include -name '*sstream*' Did you remove config.cache before running configure? Stefano nothing is found. As a confirmation: Stefano # cattry.CEOF

Re: lyx-1.1.6 compile errors

2001-03-05 Thread Lars Gullik Bjønnes
Stefano Ghirlanda [EMAIL PROTECTED] writes: | Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | | Stefano # g++ -v Reading specs from | Stefano /usr/lib/gcc-lib/i386-slackware-linux/egcs-2.91.66/specs gcc | Stefano version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) | | This version

Re: lyx-1.1.6 compile errors

2001-03-05 Thread Jean-Marc Lasgouttes
> "Stefano" == Stefano Ghirlanda <[EMAIL PROTECTED]> writes: Stefano> Hi, I am getting the following errors, I presume because my Stefano> c++ libraries are too old (Slackware 7.0): Stefano> g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images Stefano> -I./../ -I../.. -I../..

Re: lyx-1.1.6 compile errors

2001-03-05 Thread Stefano Ghirlanda
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > Stefano> # g++ -v Reading specs from > Stefano> /usr/lib/gcc-lib/i386-slackware-linux/egcs-2.91.66/specs gcc > Stefano> version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) > > This version should work OK, and configure should have detected

Re: lyx-1.1.6 compile errors

2001-03-05 Thread Jean-Marc Lasgouttes
> "Stefano" == Stefano Ghirlanda <[EMAIL PROTECTED]> writes: Stefano> It says that sstream is found... but: Stefano> # find /usr/include/ /usr/local/include -name '*sstream*' Did you remove config.cache before running configure? Stefano> nothing is found. As a confirmation: Stefano> #

Re: lyx-1.1.6 compile errors

2001-03-05 Thread Lars Gullik Bjønnes
Stefano Ghirlanda <[EMAIL PROTECTED]> writes: | Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | | > Stefano> # g++ -v Reading specs from | > Stefano> /usr/lib/gcc-lib/i386-slackware-linux/egcs-2.91.66/specs gcc | > Stefano> version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) | > | >

lyx-1.1.6 compile errors

2001-03-04 Thread Stefano Ghirlanda
Hi, I am getting the following errors, I presume because my c++ libraries are too old (Slackware 7.0): g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../ -I../.. -I../.. -I../../boost -g -O2 -fno-rtti -fno-exceptions -c formula.C -o formula.o In file included from formula.C:18:

lyx-1.1.6 compile errors

2001-03-04 Thread Stefano Ghirlanda
Hi, I am getting the following errors, I presume because my c++ libraries are too old (Slackware 7.0): g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../ -I../.. -I../.. -I../../boost -g -O2 -fno-rtti -fno-exceptions -c formula.C -o formula.o In file included from formula.C:18:

lyx-1.1.6 compile errors

2001-03-04 Thread Stefano Ghirlanda
Hi, I am getting the following errors, I presume because my c++ libraries are too old (Slackware 7.0): g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../ -I../.. -I../.. -I../../boost -g -O2 -fno-rtti -fno-exceptions -c formula.C -o formula.o In file included from formula.C:18:

Re: Compile Errors

2000-01-04 Thread Jean-Marc Lasgouttes
"Ian" == Ian Macdonald [EMAIL PROTECTED] writes: Ian If anyone could help me to figure out why I am not able to Ian compile LyX, I'd appreciate it. I have tried 1.0.4 and 1.1.2, and Ian this error comes up on both of them. I have egcs 2.91.57 on PPC Ian R4. I know that there were some problems

Re: Compile Errors

2000-01-04 Thread Jean-Marc Lasgouttes
"Ian" == Ian Macdonald [EMAIL PROTECTED] writes: Ian If anyone could help me to figure out why I am not able to Ian compile LyX, I'd appreciate it. I have tried 1.0.4 and 1.1.2, and Ian this error comes up on both of them. I have egcs 2.91.57 on PPC Ian R4. I know that there were some problems

Re: Compile Errors

2000-01-04 Thread Jean-Marc Lasgouttes
> "Ian" == Ian Macdonald <[EMAIL PROTECTED]> writes: Ian> If anyone could help me to figure out why I am not able to Ian> compile LyX, I'd appreciate it. I have tried 1.0.4 and 1.1.2, and Ian> this error comes up on both of them. I have egcs 2.91.57 on PPC Ian> R4. I know that there were

Compile Errors

2000-01-03 Thread Ian Macdonald
If anyone could help me to figure out why I am not able to compile LyX, I'd appreciate it. I have tried 1.0.4 and 1.1.2, and this error comes up on both of them. I have egcs 2.91.57 on PPC R4. I know that there were some problems with the version of egcs included with this linix version, but I

Compile Errors

2000-01-03 Thread Ian Macdonald
If anyone could help me to figure out why I am not able to compile LyX, I'd appreciate it. I have tried 1.0.4 and 1.1.2, and this error comes up on both of them. I have egcs 2.91.57 on PPC R4. I know that there were some problems with the version of egcs included with this linix version, but I

Compile Errors

2000-01-03 Thread Ian Macdonald
If anyone could help me to figure out why I am not able to compile LyX, I'd appreciate it. I have tried 1.0.4 and 1.1.2, and this error comes up on both of them. I have egcs 2.91.57 on PPC R4. I know that there were some problems with the version of egcs included with this linix version, but I