Debut of the scons-based build system for lyx

2006-05-07 Thread Bo Peng
Dear all, The scons-based building system is now available from svn. Currently, 1. Under Linux (RHEL4), scons can build qt3, qt4 without problem. Using commands like $ scons( default to use qt3) $ scons frontend=qt4 qt_dir=/path/to/qt4 You can also use options like $ scons

Re: Debut of the scons-based build system for lyx

2006-05-07 Thread Bo Peng
BTW, please use SCons = 0.96.92. Bo

Re: Debut of the scons-based build system for lyx

2006-05-07 Thread Enrico Forestieri
On Sun, May 07, 2006 at 06:00:42PM -0500, Bo Peng wrote: Windows troubles: 1. the ...rdata file used to build cygwin seems to be a libtool thing, I have tried to pass script=... option to g++ but failed. I guess one can run till the last step, get the link command from scons_lyx.log and

Re: Debut of the scons-based build system for lyx

2006-05-07 Thread Bo Peng
No, it is not. The -Wl,--script,/path/to/i386pe.x-no-rdata option is indeed meant for libtool which then translates it to -Wl,--script -Wl,/path/to/i386pe.x-no-rdata when calling g++. Please, don't forget -Wl,--enable-runtime-pseudo-reloc. These options are passed. Under cygwin, I just notice

Debut of the scons-based build system for lyx

2006-05-07 Thread Bo Peng
Dear all, The scons-based building system is now available from svn. Currently, 1. Under Linux (RHEL4), scons can build qt3, qt4 without problem. Using commands like $ scons( default to use qt3) $ scons frontend=qt4 qt_dir=/path/to/qt4 You can also use options like $ scons

Re: Debut of the scons-based build system for lyx

2006-05-07 Thread Bo Peng
BTW, please use SCons >= 0.96.92. Bo

Re: Debut of the scons-based build system for lyx

2006-05-07 Thread Enrico Forestieri
On Sun, May 07, 2006 at 06:00:42PM -0500, Bo Peng wrote: > Windows troubles: > > 1. the ...rdata file used to build cygwin seems to be a libtool thing, > I have tried to pass script=... option to g++ but failed. I guess one > can run till the last step, get the link command from scons_lyx.log >

Re: Debut of the scons-based build system for lyx

2006-05-07 Thread Bo Peng
No, it is not. The "-Wl,--script,/path/to/i386pe.x-no-rdata" option is indeed meant for libtool which then translates it to "-Wl,--script -Wl,/path/to/i386pe.x-no-rdata" when calling g++. Please, don't forget "-Wl,--enable-runtime-pseudo-reloc". These options are passed. Under cygwin, I just

<    1   2   3   4