LyX-1.3.6 compile error on Slackware-10.1 system.

2005-07-17 Thread rsamurti
Hello, I tried to compile LyX-1.3.6 on stock Slackware 10.1 system. My build script is given below: #!/bin/sh VERSION=1.3.6 SLKCFLAGS=-O2 -march=i486 -mcpu=i686 CFLAGS=$SLKCFLAGS CXXFLAGS=$SLKCFLAGS rm -rf lyx-$VERSION tar -xjvf lyx-$VERSION.tar.bz2 cd lyx-$VERSION # Corret ownerships chown

Re: LyX-1.3.6 compile error on Slackware-10.1 system.

2005-07-17 Thread rsamurti
On Sunday 17 Jul 2005 9:33 pm, Jean-Marc Lasgouttes wrote: Georg == Georg Baum [EMAIL PROTECTED] writes: Georg Am Sonntag, 17. Juli 2005 08:40 schrieb [EMAIL PROTECTED]: Can anybody help to correct this error? Georg Change line 350 of QPrefs.C from Georg if (cb-text(i) ==

Re: LyX-1.3.6 compile error on Slackware-10.1 system.

2005-07-17 Thread rsamurti
On Sunday 17 Jul 2005 6:16 pm, Georg Baum wrote: Am Sonntag, 17. Juli 2005 08:40 schrieb [EMAIL PROTECTED]: Can anybody help to correct this error? Change line 350 of QPrefs.C from if (cb-text(i) == default_font_name) { to if (fromqstr(cb-text(i)) == default_font_name) { Georg I did

How to rotateleft caption in a pdftex document?

2003-09-18 Thread rsamurti
Hello: How do I rotateleft the figure caption in a pdftex document. Please help. Thanks for your help. Anand

LyX-1.3.6 compile error on Slackware-10.1 system.

2005-07-17 Thread rsamurti
Hello, I tried to compile LyX-1.3.6 on stock Slackware 10.1 system. My build script is given below: #!/bin/sh VERSION=1.3.6 SLKCFLAGS=-O2 -march=i486 -mcpu=i686 CFLAGS=$SLKCFLAGS CXXFLAGS=$SLKCFLAGS rm -rf lyx-$VERSION tar -xjvf lyx-$VERSION.tar.bz2 cd lyx-$VERSION # Corret ownerships chown

Re: LyX-1.3.6 compile error on Slackware-10.1 system.

2005-07-17 Thread rsamurti
On Sunday 17 Jul 2005 9:33 pm, Jean-Marc Lasgouttes wrote: Georg == Georg Baum [EMAIL PROTECTED] writes: Georg Am Sonntag, 17. Juli 2005 08:40 schrieb [EMAIL PROTECTED]: Can anybody help to correct this error? Georg Change line 350 of QPrefs.C from Georg if (cb-text(i) ==

Re: LyX-1.3.6 compile error on Slackware-10.1 system.

2005-07-17 Thread rsamurti
On Sunday 17 Jul 2005 6:16 pm, Georg Baum wrote: Am Sonntag, 17. Juli 2005 08:40 schrieb [EMAIL PROTECTED]: Can anybody help to correct this error? Change line 350 of QPrefs.C from if (cb-text(i) == default_font_name) { to if (fromqstr(cb-text(i)) == default_font_name) { Georg I did

How to rotateleft caption in a pdftex document?

2003-09-18 Thread rsamurti
Hello: How do I rotateleft the figure caption in a pdftex document. Please help. Thanks for your help. Anand

LyX-1.3.6 compile error on Slackware-10.1 system.

2005-07-17 Thread rsamurti
Hello, I tried to compile LyX-1.3.6 on stock Slackware 10.1 system. My build script is given below: #!/bin/sh VERSION=1.3.6 SLKCFLAGS="-O2 -march=i486 -mcpu=i686" CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" rm -rf lyx-$VERSION tar -xjvf lyx-$VERSION.tar.bz2 cd lyx-$VERSION # Corret ownerships

Re: LyX-1.3.6 compile error on Slackware-10.1 system.

2005-07-17 Thread rsamurti
On Sunday 17 Jul 2005 9:33 pm, Jean-Marc Lasgouttes wrote: > > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: > > Georg> Am Sonntag, 17. Juli 2005 08:40 schrieb [EMAIL PROTECTED]: > >> Can anybody help to correct this error? > > Georg> Change line 350 of QPrefs.C from > > Georg> if

Re: LyX-1.3.6 compile error on Slackware-10.1 system.

2005-07-17 Thread rsamurti
On Sunday 17 Jul 2005 6:16 pm, Georg Baum wrote: > Am Sonntag, 17. Juli 2005 08:40 schrieb [EMAIL PROTECTED]: > > Can anybody help to correct this error? > > Change line 350 of QPrefs.C from > > if (cb->text(i) == default_font_name) { > > to > if (fromqstr(cb->text(i)) == default_font_name) { >

How to rotateleft caption in a pdftex document?

2003-09-18 Thread rsamurti
Hello: How do I rotateleft the figure caption in a pdftex document. Please help. Thanks for your help. Anand