Re: 1.4.0pre2 on cygwin

2005-10-16 Thread Luis Rivera
Kayvan A. Sylvan [EMAIL PROTECTED] writes: On Sat, Oct 15, 2005 at 04:40:28PM +, Luis Rivera wrote: minires solved the problem. LyX now compiles happily on my brand new Cygwin installation... So, this far, I have compiled LyX on cygwin succesfully, both with-xforms and

Re: 1.4.0pre2 on cygwin

2005-10-16 Thread Luis Rivera
Kayvan A. Sylvan <[EMAIL PROTECTED]> writes: > > On Sat, Oct 15, 2005 at 04:40:28PM +, Luis Rivera wrote: > > > > minires solved the problem. LyX now compiles happily on my brand new Cygwin > > installation... > > > > So, this far, I have compiled LyX on cygwin succesfully, both

Re: 1.4.0pre2 on cygwin

2005-10-15 Thread Luis Rivera
Kayvan A. Sylvan [EMAIL PROTECTED] writes: 2) The qt-3 build needs you to use a linker script in the final ld phase. Is it because there is a missing -lresolv library, or something else? My compiling chokes, right on trying to link the binary... No, this linker script

Re: 1.4.0pre2 on cygwin

2005-10-15 Thread Kayvan A. Sylvan
On Sat, Oct 15, 2005 at 04:40:28PM +, Luis Rivera wrote: minires solved the problem. LyX now compiles happily on my brand new Cygwin installation... So, this far, I have compiled LyX on cygwin succesfully, both with-xforms and with-qt. Cool. This is with gcc-3.4.4? However, the

Re: 1.4.0pre2 on cygwin

2005-10-15 Thread Luis Rivera
Kayvan A. Sylvan [EMAIL PROTECTED] writes: On Sat, Oct 15, 2005 at 04:40:28PM +, Luis Rivera wrote: So, this far, I have compiled LyX on cygwin succesfully, both with-xforms and with-qt. Cool. This is with gcc-3.4.4? Hmmm... What's your QT version? How did you compile it?

Re: 1.4.0pre2 on cygwin

2005-10-15 Thread Luis Rivera
Kayvan A. Sylvan <[EMAIL PROTECTED]> writes: > > > > 2) The qt-3 build needs you to use a linker script in the final ld phase. > > > > > > > Is it because there is a missing -lresolv library, or something else? My > > compiling chokes, right on trying to link the binary... > > No, this

Re: 1.4.0pre2 on cygwin

2005-10-15 Thread Kayvan A. Sylvan
On Sat, Oct 15, 2005 at 04:40:28PM +, Luis Rivera wrote: > > minires solved the problem. LyX now compiles happily on my brand new Cygwin > installation... > > So, this far, I have compiled LyX on cygwin succesfully, both with-xforms and > with-qt. Cool. This is with gcc-3.4.4? > However,

Re: 1.4.0pre2 on cygwin

2005-10-15 Thread Luis Rivera
Kayvan A. Sylvan <[EMAIL PROTECTED]> writes: > > On Sat, Oct 15, 2005 at 04:40:28PM +, Luis Rivera wrote: > > So, this far, I have compiled LyX on cygwin succesfully, both with-xforms > > and > > with-qt. > > Cool. This is with gcc-3.4.4? > > Hmmm... What's your QT version? How did you

Re: 1.4.0pre2 on cygwin

2005-10-13 Thread Luis Rivera
Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Luis Rivera [EMAIL PROTECTED] writes: | Anyway, I went ahead and tried | | ./configure --with-frontend=xforms --with-extra-prefix=/usr/local | --without-latex-config --disable-pch --disable-nls | You can try with

Re: 1.4.0pre2 on cygwin

2005-10-13 Thread Lars Gullik Bjønnes
Luis Rivera [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | | Luis Rivera [EMAIL PROTECTED] writes: | | | Anyway, I went ahead and tried | | | | ./configure --with-frontend=xforms --with-extra-prefix=/usr/local | | --without-latex-config --disable-pch

Re: 1.4.0pre2 on cygwin

2005-10-13 Thread Luis Rivera
Kayvan A. Sylvan [EMAIL PROTECTED] writes: There are a couple of vagaries: 1) Any compiler more recent than gcc-3.3.3 seems to screw me up. Even if I recompile xforms and qt-3. I compiled with xforms with gcc 3.4.4, and save for the error at supporting nls, it went on fine... 2)

Re: 1.4.0pre2 on cygwin

2005-10-13 Thread Angus Leeming
Luis Rivera wrote: There are a couple of vagaries: 1) Any compiler more recent than gcc-3.3.3 seems to screw me up. Even if I recompile xforms and qt-3. I compiled with xforms with gcc 3.4.4, and save for the error at supporting nls, it went on fine... 2) The qt-3 build needs you to

Re: 1.4.0pre2 on cygwin

2005-10-13 Thread Kayvan A. Sylvan
On Thu, Oct 13, 2005 at 10:01:50PM +, Luis Rivera wrote: Kayvan A. Sylvan [EMAIL PROTECTED] writes: There are a couple of vagaries: 1) Any compiler more recent than gcc-3.3.3 seems to screw me up. Even if I recompile xforms and qt-3. I compiled with xforms with gcc

Re: 1.4.0pre2 on cygwin

2005-10-13 Thread Luis Rivera
Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Luis Rivera [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes larsbj at ... writes: | | | Luis Rivera jlrn7 at ... writes: | | | Anyway, I went ahead and tried | | | | ./configure --with-frontend=xforms

Re: 1.4.0pre2 on cygwin

2005-10-13 Thread Luis Rivera
Kayvan A. Sylvan [EMAIL PROTECTED] writes: ld cannot find -lresolv Perhaps I'm missing some other library from cygwin... I think you are missing some library. On my Cygwin, I have: $ ls -l /usr/lib/libresolv.a lrwxrwxrwx 1 kayvan Users 25 Apr 27 15:31 /usr/lib/libresolv.a

Re: 1.4.0pre2 on cygwin

2005-10-13 Thread Kayvan A. Sylvan
On Fri, Oct 14, 2005 at 01:12:01AM +, Luis Rivera wrote: $ ls -l /usr/lib/libresolv.a lrwxrwxrwx 1 kayvan Users 25 Apr 27 15:31 /usr/lib/libresolv.a - /usr/lib/libminires.dll.a It comes from minires and minires-devel. ---Kayvan

Re: 1.4.0pre2 on cygwin

2005-10-13 Thread Luis Rivera
Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > > Luis Rivera <[EMAIL PROTECTED]> writes: > > | Anyway, I went ahead and tried > | > | ./configure --with-frontend=xforms --with-extra-prefix=/usr/local > | --without-latex-config --disable-pch --disable-nls > | > > You can try with

Re: 1.4.0pre2 on cygwin

2005-10-13 Thread Lars Gullik Bjønnes
Luis Rivera <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | > | > Luis Rivera <[EMAIL PROTECTED]> writes: | > | > | Anyway, I went ahead and tried | > | | > | ./configure --with-frontend=xforms --with-extra-prefix=/usr/local | > | --without-latex-config

Re: 1.4.0pre2 on cygwin

2005-10-13 Thread Luis Rivera
Kayvan A. Sylvan <[EMAIL PROTECTED]> writes: > > > There are a couple of vagaries: > > 1) Any compiler more recent than gcc-3.3.3 seems to screw me up. Even >if I recompile xforms and qt-3. > I compiled with xforms with gcc 3.4.4, and save for the error at supporting nls, it went on

Re: 1.4.0pre2 on cygwin

2005-10-13 Thread Angus Leeming
Luis Rivera wrote: >> There are a couple of vagaries: >> >> 1) Any compiler more recent than gcc-3.3.3 seems to screw me up. Even >>if I recompile xforms and qt-3. > I compiled with xforms with gcc 3.4.4, and save for the error at > supporting nls, it went on fine... > >> 2) The qt-3 build

Re: 1.4.0pre2 on cygwin

2005-10-13 Thread Kayvan A. Sylvan
On Thu, Oct 13, 2005 at 10:01:50PM +, Luis Rivera wrote: > Kayvan A. Sylvan <[EMAIL PROTECTED]> writes: > > > > > > > There are a couple of vagaries: > > > > 1) Any compiler more recent than gcc-3.3.3 seems to screw me up. Even > >if I recompile xforms and qt-3. > > > > I compiled

Re: 1.4.0pre2 on cygwin

2005-10-13 Thread Luis Rivera
Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > > Luis Rivera <[EMAIL PROTECTED]> writes: > > | Lars Gullik Bjønnes ...> writes: > | > | > > | > Luis Rivera ...> writes: > | > > | > | Anyway, I went ahead and tried > | > | > | > | ./configure --with-frontend=xforms

Re: 1.4.0pre2 on cygwin

2005-10-13 Thread Luis Rivera
Kayvan A. Sylvan <[EMAIL PROTECTED]> writes: > > > > > ld cannot find -lresolv > > > > Perhaps I'm missing some other library from cygwin... > > > > I think you are missing some library. On my Cygwin, I have: > > $ ls -l /usr/lib/libresolv.a > lrwxrwxrwx 1 kayvan Users 25 Apr 27 15:31

Re: 1.4.0pre2 on cygwin

2005-10-13 Thread Kayvan A. Sylvan
On Fri, Oct 14, 2005 at 01:12:01AM +, Luis Rivera wrote: > > > > $ ls -l /usr/lib/libresolv.a > > lrwxrwxrwx 1 kayvan Users 25 Apr 27 15:31 /usr/lib/libresolv.a -> > /usr/lib/libminires.dll.a > > It comes from minires and minires-devel. ---Kayvan

Re: 1.4.0pre2 on cygwin

2005-10-12 Thread Jean-Marc Lasgouttes
Luis == Luis Rivera [EMAIL PROTECTED] writes: Luis And then it failed almost at the end of compilation. I attach Luis config.log and error.log reporting the errors... Didn't you forget them? JMarc

Re: 1.4.0pre2 on cygwin

2005-10-12 Thread Luis Rivera
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Luis == Luis Rivera [EMAIL PROTECTED] writes: Luis And then it failed almost at the end of compilation. I attach Luis config.log and error.log reporting the errors... Didn't you forget them? Yep. I realized as soon as I clicked on

Re: 1.4.0pre2 on cygwin

2005-10-12 Thread Kayvan A. Sylvan
On Wed, Oct 12, 2005 at 07:31:22PM +, Luis Rivera wrote: Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Luis == Luis Rivera [EMAIL PROTECTED] writes: Luis And then it failed almost at the end of compilation. I attach Luis config.log and error.log reporting the errors...

Re: 1.4.0pre2 on cygwin

2005-10-12 Thread Lars Gullik Bjønnes
Luis Rivera [EMAIL PROTECTED] writes: | I assume it is my fault, since I don't know exactly how to install nls | support. However, I think ./configure should report it, to keep people | away from assuming nls will be working. | | Anyway, I went ahead and tried | | ./configure

Re: 1.4.0pre2 on cygwin

2005-10-12 Thread Jean-Marc Lasgouttes
Luis == Luis Rivera [EMAIL PROTECTED] writes: Luis Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Luis == Luis Rivera [EMAIL PROTECTED] writes: Luis And then it failed almost at the end of compilation. I attach Luis config.log and error.log reporting the errors... Didn't you forget them?

Re: 1.4.0pre2 on cygwin

2005-10-12 Thread Luis Rivera
Kayvan A. Sylvan [EMAIL PROTECTED] writes: On Wed, Oct 12, 2005 at 07:31:22PM +, Luis Rivera wrote: Jean-Marc Lasgouttes Jean-Marc.Lasgouttes at ... writes: Luis == Luis Rivera jlrn7 at ... writes: Luis And then it failed almost at the end of compilation. I attach

Re: 1.4.0pre2 on cygwin

2005-10-12 Thread Kayvan A. Sylvan
On Wed, Oct 12, 2005 at 09:50:53PM +, Luis Rivera wrote: Are you trying to compile for xforms or for qt? I did it with xforms. I'm trying with qt... Now I'll try --with-included-gettext (thanks to Lars!) I do both all the time with LyX CVS. Maybe I can help you. Do you? On

Re: 1.4.0pre2 on cygwin

2005-10-12 Thread Jean-Marc Lasgouttes
> "Luis" == Luis Rivera <[EMAIL PROTECTED]> writes: Luis> And then it failed almost at the end of compilation. I attach Luis> config.log and error.log reporting the errors... Didn't you forget them? JMarc

Re: 1.4.0pre2 on cygwin

2005-10-12 Thread Luis Rivera
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > > "Luis" == Luis Rivera <[EMAIL PROTECTED]> writes: > > Luis> And then it failed almost at the end of compilation. I attach > Luis> config.log and error.log reporting the errors... > > Didn't you forget them? > Yep. I realized as soon

Re: 1.4.0pre2 on cygwin

2005-10-12 Thread Kayvan A. Sylvan
On Wed, Oct 12, 2005 at 07:31:22PM +, Luis Rivera wrote: > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > > > > > "Luis" == Luis Rivera <[EMAIL PROTECTED]> writes: > > > > Luis> And then it failed almost at the end of compilation. I attach > > Luis> config.log and error.log

Re: 1.4.0pre2 on cygwin

2005-10-12 Thread Lars Gullik Bjønnes
Luis Rivera <[EMAIL PROTECTED]> writes: | I assume it is my fault, since I don't know exactly how to install nls | support. However, I think ./configure should report it, to keep people | away from assuming nls will be working. | | Anyway, I went ahead and tried | | ./configure

Re: 1.4.0pre2 on cygwin

2005-10-12 Thread Jean-Marc Lasgouttes
> "Luis" == Luis Rivera <[EMAIL PROTECTED]> writes: Luis> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> > "Luis" == Luis Rivera <[EMAIL PROTECTED]> writes: >> Luis> And then it failed almost at the end of compilation. I attach Luis> config.log and error.log reporting the errors...

Re: 1.4.0pre2 on cygwin

2005-10-12 Thread Luis Rivera
Kayvan A. Sylvan <[EMAIL PROTECTED]> writes: > > On Wed, Oct 12, 2005 at 07:31:22PM +, Luis Rivera wrote: > > Jean-Marc Lasgouttes ...> writes: > > > > > > > > > "Luis" == Luis Rivera ...> writes: > > > > > > Luis> And then it failed almost at the end of compilation. I attach > > >

Re: 1.4.0pre2 on cygwin

2005-10-12 Thread Kayvan A. Sylvan
On Wed, Oct 12, 2005 at 09:50:53PM +, Luis Rivera wrote: > > Are you trying to compile for xforms or for qt? > > I did it with xforms. > > I'm trying with qt... > > Now I'll try --with-included-gettext (thanks to Lars!) > > > I do both all the time with LyX CVS. Maybe I can help you. >