Re: LyX-1.1.6 compile problem on OSF

2001-08-22 Thread EXT / GREEN BELLET Jérôme
Hi Dave and others here! The thread LyX-1.1.6 compile problem on OSF helped me a lot with building Lyx on my Tru64 box. Here's what I'd like to add: - Configure option to use is not --with-included-strings, but --with-included-string (without 's') - With lyx-1.1.6fix3 and GNU Make version

Re: LyX-1.1.6 compile problem on OSF

2001-08-22 Thread Simon Greaves
I posted a similar message a while ago re compiling lyx 1.1.6n on a Tru64 v5.1 box. I had problems with both GCC-3.0 and Compaq's CXX 6.3-002 even after all patches were applied. Well, I found GCC-3.0.1 was released, grabbed and compiled it then tried the old: ./configure make

Re: LyX-1.1.6 compile problem on OSF

2001-08-22 Thread EXT / GREEN BELLET Jérôme
Hi Dave and others here! The thread LyX-1.1.6 compile problem on OSF helped me a lot with building Lyx on my Tru64 box. Here's what I'd like to add: - Configure option to use is not --with-included-strings, but --with-included-string (without 's') - With lyx-1.1.6fix3 and GNU Make version

Re: LyX-1.1.6 compile problem on OSF

2001-08-22 Thread Simon Greaves
I posted a similar message a while ago re compiling lyx 1.1.6n on a Tru64 v5.1 box. I had problems with both GCC-3.0 and Compaq's CXX 6.3-002 even after all patches were applied. Well, I found GCC-3.0.1 was released, grabbed and compiled it then tried the old: ./configure make

Re: LyX-1.1.6 compile problem on OSF

2001-08-22 Thread EXT / GREEN BELLET Jérôme
Hi Dave and others here! The thread "LyX-1.1.6 compile problem on OSF" helped me a lot with building Lyx on my Tru64 box. Here's what I'd like to add: - Configure option to use is not --with-included-strings, but --with-included-string (without 's') - With lyx-1.1.6fix3 and GNU Ma

Re: LyX-1.1.6 compile problem on OSF

2001-08-22 Thread Simon Greaves
I posted a similar message a while ago re compiling lyx 1.1.6n on a Tru64 v5.1 box. I had problems with both GCC-3.0 and Compaq's CXX 6.3-002 even after all patches were applied. Well, I found GCC-3.0.1 was released, grabbed and compiled it then tried the old: ./configure make

Re: LyX-1.1.6 compile problem on OSF

2001-05-02 Thread Jean-Marc Lasgouttes
David == David Bailey [EMAIL PROTECTED] writes: David ../../src/LString.h:20: #error The string header has been David included before LString.h In formula.C, could you try to move the line #include Lsstream.h after the other #include lines? JMarc

Re: LyX-1.1.6 compile problem on OSF

2001-05-02 Thread David Bailey
Hi Jean-Marc, Oui, c'est ca! Thanks so much for your help and also to Allan. That was the final key to get it to compile. I had to move the Lsstream.h include statement to the end of the includes in the following files: src/Spacing.C:#include Lsstream.h src/buffer.C:#include Lsstream.h

Re: LyX-1.1.6 compile problem on OSF

2001-05-02 Thread Jean-Marc Lasgouttes
David == David Bailey [EMAIL PROTECTED] writes: David ../../src/LString.h:20: #error The string header has been David included before LString.h In formula.C, could you try to move the line #include Lsstream.h after the other #include lines? JMarc

Re: LyX-1.1.6 compile problem on OSF

2001-05-02 Thread David Bailey
Hi Jean-Marc, Oui, c'est ca! Thanks so much for your help and also to Allan. That was the final key to get it to compile. I had to move the Lsstream.h include statement to the end of the includes in the following files: src/Spacing.C:#include Lsstream.h src/buffer.C:#include Lsstream.h

Re: LyX-1.1.6 compile problem on OSF

2001-05-02 Thread Jean-Marc Lasgouttes
> "David" == David Bailey <[EMAIL PROTECTED]> writes: David> ../../src/LString.h:20: #error The header has been David> included before LString.h In formula.C, could you try to move the line #include "Lsstream.h" after the other #include lines? JMarc

Re: LyX-1.1.6 compile problem on OSF

2001-05-02 Thread David Bailey
Hi Jean-Marc, Oui, c'est ca! Thanks so much for your help and also to Allan. That was the final key to get it to compile. I had to move the Lsstream.h include statement to the end of the includes in the following files: src/Spacing.C:#include "Lsstream.h" src/buffer.C:#include "Lsstream.h"

Re: LyX-1.1.6 compile problem on OSF

2001-04-27 Thread David Bailey
Hi Allan, I tried exactly as you suggested and that did not work. So I finally gave up and downloaded GNU make. All my missing file problems went away. I did configure with the --with-included-string option, but now it complains with: ../../src/LString.h:20: #error The string header has been

Re: LyX-1.1.6 compile problem on OSF

2001-04-27 Thread David Bailey
Hi Allan, I tried exactly as you suggested and that did not work. So I finally gave up and downloaded GNU make. All my missing file problems went away. I did configure with the --with-included-string option, but now it complains with: ../../src/LString.h:20: #error The string header has been

Re: LyX-1.1.6 compile problem on OSF

2001-04-27 Thread David Bailey
Hi Allan, I tried exactly as you suggested and that did not work. So I finally gave up and downloaded GNU make. All my missing file problems went away. I did configure with the --with-included-string option, but now it complains with: ../../src/LString.h:20: #error The header has been included

Re: LyX-1.1.6 compile problem on OSF

2001-04-26 Thread David Bailey
Hi again, That gets it past the acconfig step. Analagously, I received messages like: Make: Don't know how to make ./macros/../sigc++/basic_signal.h.m4. Stop. In this case, I had to create a directory sigc++ in the existing sigc++ directory. I then touched the files: adaptor.h.m4

Re: LyX-1.1.6 compile problem on OSF

2001-04-26 Thread David Bailey
Actually in my last email I had a syntax error in the as script. It should be: #!/bin/sh /usr/bin/as -oldas $* This does correct the problems with my last point about the Invalid stabs/stabn directives. I had some additional touching to do in sigc++/macros after that: object.h.m4 marshal.h.m4

Re: LyX-1.1.6 compile problem on OSF

2001-04-26 Thread Allan Rae
On Thu, 26 Apr 2001, David Bailey wrote: [...touching files all over the place...] Then of course I had to touch the corresponding *.h files in sigc++ again. This is a very weird situation to be in. My makefile knowledge isn't terrific but it'd be nice to be able to specify what header files

Re: LyX-1.1.6 compile problem on OSF

2001-04-26 Thread David Bailey
Hi again, That gets it past the acconfig step. Analagously, I received messages like: Make: Don't know how to make ./macros/../sigc++/basic_signal.h.m4. Stop. In this case, I had to create a directory sigc++ in the existing sigc++ directory. I then touched the files: adaptor.h.m4

Re: LyX-1.1.6 compile problem on OSF

2001-04-26 Thread David Bailey
Actually in my last email I had a syntax error in the as script. It should be: #!/bin/sh /usr/bin/as -oldas $* This does correct the problems with my last point about the Invalid stabs/stabn directives. I had some additional touching to do in sigc++/macros after that: object.h.m4 marshal.h.m4

Re: LyX-1.1.6 compile problem on OSF

2001-04-26 Thread Allan Rae
On Thu, 26 Apr 2001, David Bailey wrote: [...touching files all over the place...] Then of course I had to touch the corresponding *.h files in sigc++ again. This is a very weird situation to be in. My makefile knowledge isn't terrific but it'd be nice to be able to specify what header files

Re: LyX-1.1.6 compile problem on OSF

2001-04-26 Thread David Bailey
Hi again, That gets it past the acconfig step. Analagously, I received messages like: Make: Don't know how to make ./macros/../sigc++/basic_signal.h.m4. Stop. In this case, I had to create a directory sigc++ in the existing sigc++ directory. I then touched the files: adaptor.h.m4

Re: LyX-1.1.6 compile problem on OSF

2001-04-26 Thread David Bailey
Actually in my last email I had a syntax error in the as script. It should be: #!/bin/sh /usr/bin/as -oldas $* This does correct the problems with my last point about the Invalid stabs/stabn directives. I had some additional touching to do in sigc++/macros after that: object.h.m4 marshal.h.m4

Re: LyX-1.1.6 compile problem on OSF

2001-04-26 Thread Allan Rae
On Thu, 26 Apr 2001, David Bailey wrote: [...touching files all over the place...] > Then of course I had to touch the corresponding *.h files in sigc++ again. This is a very weird situation to be in. My makefile knowledge isn't terrific but it'd be nice to be able to specify what header files

Re: LyX-1.1.6 compile problem on OSF

2001-04-25 Thread David Bailey
Hi Allan, Actually, there is an acconfig.h in the sigc++ directory already. It is identical to the one you sent out. It sounds like something more peculiar to the make utility on the tru64 operating system? Regards, Dave On Wed, 25 Apr 2001, Allan Rae wrote: On Tue, 24 Apr 2001, David

Re: LyX-1.1.6 compile problem on OSF

2001-04-25 Thread Allan Rae
On Wed, 25 Apr 2001, David Bailey wrote: Hi Allan, Actually, there is an acconfig.h in the sigc++ directory already. It is identical to the one you sent out. It sounds like something more peculiar to the make utility on the tru64 operating system? Hmmm... It would seem that either there

Re: LyX-1.1.6 compile problem on OSF

2001-04-25 Thread David Bailey
Hi Allan, Actually, there is an acconfig.h in the sigc++ directory already. It is identical to the one you sent out. It sounds like something more peculiar to the make utility on the tru64 operating system? Regards, Dave On Wed, 25 Apr 2001, Allan Rae wrote: On Tue, 24 Apr 2001, David

Re: LyX-1.1.6 compile problem on OSF

2001-04-25 Thread Allan Rae
On Wed, 25 Apr 2001, David Bailey wrote: Hi Allan, Actually, there is an acconfig.h in the sigc++ directory already. It is identical to the one you sent out. It sounds like something more peculiar to the make utility on the tru64 operating system? Hmmm... It would seem that either there

Re: LyX-1.1.6 compile problem on OSF

2001-04-25 Thread David Bailey
Hi Allan, Actually, there is an acconfig.h in the sigc++ directory already. It is identical to the one you sent out. It sounds like something more peculiar to the make utility on the tru64 operating system? Regards, Dave On Wed, 25 Apr 2001, Allan Rae wrote: > On Tue, 24 Apr 2001, David

Re: LyX-1.1.6 compile problem on OSF

2001-04-25 Thread Allan Rae
On Wed, 25 Apr 2001, David Bailey wrote: > Hi Allan, > > Actually, there is an acconfig.h in the sigc++ directory already. It is > identical to the one you sent out. > > It sounds like something more peculiar to the make utility on the tru64 > operating system? Hmmm... It would seem that either

LyX-1.1.6 compile problem on OSF

2001-04-24 Thread David Bailey
Hi there, I new to LyX and I just downloaded lyx-1.1.6fix1. I running an alphaev6-dec-osf5.1 with gcc 2.95.3. Peer Frank had posted a message on the 16th of January: http://www.mail-archive.com/lyx-users@lists.lyx.org/msg08602.html that he was having troubles compiling on a version 4.0

Re: LyX-1.1.6 compile problem on OSF

2001-04-24 Thread Allan Rae
On Tue, 24 Apr 2001, David Bailey wrote: [...] Making all in sigc++ Make: Don't know how to make ./macros/acconfig.h.m4. Stop. *** Exit 1 Stop. Has anyone experienced this as well? Has anyone resolved it? Forgive me if I'm being naive on this. Very weird. sigc++/acconfig.h should be in

LyX-1.1.6 compile problem on OSF

2001-04-24 Thread David Bailey
Hi there, I new to LyX and I just downloaded lyx-1.1.6fix1. I running an alphaev6-dec-osf5.1 with gcc 2.95.3. Peer Frank had posted a message on the 16th of January: http://www.mail-archive.com/lyx-users@lists.lyx.org/msg08602.html that he was having troubles compiling on a version 4.0

Re: LyX-1.1.6 compile problem on OSF

2001-04-24 Thread Allan Rae
On Tue, 24 Apr 2001, David Bailey wrote: [...] Making all in sigc++ Make: Don't know how to make ./macros/acconfig.h.m4. Stop. *** Exit 1 Stop. Has anyone experienced this as well? Has anyone resolved it? Forgive me if I'm being naive on this. Very weird. sigc++/acconfig.h should be in

LyX-1.1.6 compile problem on OSF

2001-04-24 Thread David Bailey
Hi there, I new to LyX and I just downloaded lyx-1.1.6fix1. I running an alphaev6-dec-osf5.1 with gcc 2.95.3. Peer Frank had posted a message on the 16th of January: http://www.mail-archive.com/lyx-users@lists.lyx.org/msg08602.html that he was having troubles compiling on a version 4.0

Re: LyX-1.1.6 compile problem on OSF

2001-04-24 Thread Allan Rae
On Tue, 24 Apr 2001, David Bailey wrote: [...] > Making all in sigc++ > Make: Don't know how to make ./macros/acconfig.h.m4. Stop. > *** Exit 1 > Stop. > > Has anyone experienced this as well? Has anyone resolved it? Forgive me if > I'm being naive on this. Very weird. sigc++/acconfig.h should

Re: LyX-1.1.6 compile problem on OSF

2001-01-15 Thread Allan Rae
On Mon, 15 Jan 2001, Peer Frank wrote: Hi everybody ! unlike for all the previous releases i'm unable to compile LyX-1.1.6 today: acconfig.h is located in ~/lyx-1.1.6/sigc++ So it's definitely there? what does `ls -l` say? == No suffix list. --- what about

Re: LyX-1.1.6 compile problem on OSF

2001-01-15 Thread Allan Rae
Peer lets take this back to the list. It's getting late here and I have a million and one things I have to do before I catch a plane in a little under 30 hours time. Please follow up to the list. On Mon, 15 Jan 2001, Peer Frank wrote: Hi Allen: thanks a lot for your speed of light fast

Re: LyX-1.1.6 compile problem on OSF

2001-01-15 Thread Allan Rae
On Mon, 15 Jan 2001, Peer Frank wrote: Hi everybody ! unlike for all the previous releases i'm unable to compile LyX-1.1.6 today: acconfig.h is located in ~/lyx-1.1.6/sigc++ So it's definitely there? what does `ls -l` say? == No suffix list. --- what about

Re: LyX-1.1.6 compile problem on OSF

2001-01-15 Thread Allan Rae
Peer lets take this back to the list. It's getting late here and I have a million and one things I have to do before I catch a plane in a little under 30 hours time. Please follow up to the list. On Mon, 15 Jan 2001, Peer Frank wrote: Hi Allen: thanks a lot for your speed of light fast

Re: LyX-1.1.6 compile problem on OSF

2001-01-15 Thread Allan Rae
On Mon, 15 Jan 2001, Peer Frank wrote: > Hi everybody ! > > unlike for all the previous releases i'm unable to compile LyX-1.1.6 > today: > acconfig.h is located in ~/lyx-1.1.6/sigc++ So it's definitely there? what does `ls -l` say? > == > No suffix list. <---

Re: LyX-1.1.6 compile problem on OSF

2001-01-15 Thread Allan Rae
Peer lets take this back to the list. It's getting late here and I have a million and one things I have to do before I catch a plane in a little under 30 hours time. Please follow up to the list. On Mon, 15 Jan 2001, Peer Frank wrote: > Hi Allen: > > thanks a lot for your speed of light fast

LyX-1.1.6 compile problem on OSF

2001-01-14 Thread Peer Frank
Hi everybody ! unlike for all the previous releases i'm unable to compile LyX-1.1.6 today: === Platform configuration: === DEC alphaev56 with OSF1 V4.0e == Some configure messages that might be of

LyX-1.1.6 compile problem on OSF

2001-01-14 Thread Peer Frank
Hi everybody ! unlike for all the previous releases i'm unable to compile LyX-1.1.6 today: === Platform configuration: === DEC alphaev56 with OSF1 V4.0e == Some configure messages that might be of

LyX-1.1.6 compile problem on OSF

2001-01-14 Thread Peer Frank
Hi everybody ! unlike for all the previous releases i'm unable to compile LyX-1.1.6 today: === Platform configuration: === DEC alphaev56 with OSF1 V4.0e == Some configure messages that might be of