Re: scons frontend=qt3 failing (tries to link against qt4)

2006-05-31 Thread Kayvan A. Sylvan
On Tue, May 30, 2006 at 08:50:32PM -0500, Bo Peng wrote: ranlib debug/libs/libincluded_intl.a g++ -o debug/qt4/lyx -Ldebug/libs -L/usr/lib64/qt-3.3/lib -llyxbase_pre -lmathed -linsets -lfrontends -lqt4 -lcontrollers -lgraphics -lsupports -llyxbase_post -lincluded_boost_signals

Re: scons frontend=qt3 failing (tries to link against qt4)

2006-05-31 Thread Kayvan A. Sylvan
I have fixed this issue. See below. I will have an scons-style RPM spec file soon (with some minimal changes to SConstruct). Index: SConscript === --- SConscript (revision 13969) +++ SConscript (working copy) @@ -58,7 +58,7 @@ #

Re: scons frontend=qt3 failing (tries to link against qt4)

2006-05-31 Thread Bo Peng
Index: SConscript === --- SConscript (revision 13969) +++ SConscript (working copy) @@ -58,7 +58,7 @@ # sync frontend and env['frontend'] (maybe build qt4 with frontend=qt3) if build_qt3: frontend = 'qt3' - env['frontend'] =

Re: scons frontend=qt3 failing (tries to link against qt4)

2006-05-31 Thread Kayvan A. Sylvan
On Tue, May 30, 2006 at 08:50:32PM -0500, Bo Peng wrote: > >ranlib debug/libs/libincluded_intl.a > >g++ -o debug/qt4/lyx -Ldebug/libs -L/usr/lib64/qt-3.3/lib -llyxbase_pre > >-lmathed -linsets -lfrontends -lqt4 -lcontrollers -lgraphics -lsupports > >-llyxbase_post -lincluded_boost_signals

Re: scons frontend=qt3 failing (tries to link against qt4)

2006-05-31 Thread Kayvan A. Sylvan
I have fixed this issue. See below. I will have an scons-style RPM spec file soon (with some minimal changes to SConstruct). Index: SConscript === --- SConscript (revision 13969) +++ SConscript (working copy) @@ -58,7 +58,7 @@ #

Re: scons frontend=qt3 failing (tries to link against qt4)

2006-05-31 Thread Bo Peng
Index: SConscript === --- SConscript (revision 13969) +++ SConscript (working copy) @@ -58,7 +58,7 @@ # sync frontend and env['frontend'] (maybe build qt4 with frontend=qt3) if build_qt3: frontend = 'qt3' - env['frontend'] =

scons frontend=qt3 failing (tries to link against qt4)

2006-05-30 Thread Kayvan A. Sylvan
Here's what happens for me: ranlib debug/libs/libincluded_intl.a g++ -o debug/qt4/lyx -Ldebug/libs -L/usr/lib64/qt-3.3/lib -llyxbase_pre -lmathed -linsets -lfrontends -lqt4 -lcontrollers -lgraphics -lsupports -llyxbase_post -lincluded_boost_signals -lincluded_boost_regex

Re: scons frontend=qt3 failing (tries to link against qt4)

2006-05-30 Thread Bo Peng
ranlib debug/libs/libincluded_intl.a g++ -o debug/qt4/lyx -Ldebug/libs -L/usr/lib64/qt-3.3/lib -llyxbase_pre -lmathed -linsets -lfrontends -lqt4 -lcontrollers -lgraphics -lsupports -llyxbase_post -lincluded_boost_signals -lincluded_boost_regex -lincluded_boost_filesystem

scons frontend=qt3 failing (tries to link against qt4)

2006-05-30 Thread Kayvan A. Sylvan
Here's what happens for me: ranlib debug/libs/libincluded_intl.a g++ -o debug/qt4/lyx -Ldebug/libs -L/usr/lib64/qt-3.3/lib -llyxbase_pre -lmathed -linsets -lfrontends -lqt4 -lcontrollers -lgraphics -lsupports -llyxbase_post -lincluded_boost_signals -lincluded_boost_regex

Re: scons frontend=qt3 failing (tries to link against qt4)

2006-05-30 Thread Bo Peng
ranlib debug/libs/libincluded_intl.a g++ -o debug/qt4/lyx -Ldebug/libs -L/usr/lib64/qt-3.3/lib -llyxbase_pre -lmathed -linsets -lfrontends -lqt4 -lcontrollers -lgraphics -lsupports -llyxbase_post -lincluded_boost_signals -lincluded_boost_regex -lincluded_boost_filesystem