On Wed, May 10, 2006 at 05:01:33PM -0500, Bo Peng wrote: > Please test. all you need to do is > > $ cd development/scons > $ scons frontend=qt3 ... > $ scons frontend=qt4 ...
Failure on cygwin, too. $ cd development/scons $ cat scons_lyx #!/bin/sh scons --config=force CCFLAGS=-O2 frontend=qt3 qt_dir=/usr/lib/qt3 qt_inc_path=/usr/include/qt3 extra_inc_path=/usr/local/include extra_lib_path=/usr/local/lib mode=release boost=included gettext=included assertions=false warnings=false concept_checks=false logfile=scons_lyx.log $ ./scons_lyx scons: Reading SConscript files ... Checking for pkg-config...yes Checking for main() in C library z... yes Checking for QApplication qapp() in C++ library qt-mt... yes Checking for main() in C library socket... no Checking for main() in C library nsl... no Generating src/config.h ... Checking for C header file io.h... yes Checking for C header file limits.h... yes Checking for C header file locale.h... yes Checking for C++ header file locale... yes Checking for C header file process.h... yes Checking for C header file stdlib.h... yes Checking for C header file sys/stat.h... yes Checking for C header file sys/time.h... yes Checking for C header file sys/types.h... yes Checking for C header file sys/utime.h... yes Checking for C header file sys/socket.h... yes Checking for C header file unistd.h... yes Checking for C header file utime.h... yes Checking for C++ header file istream... yes Checking for C++ header file ostream... yes Checking for C++ header file ios... yes Checking for C function open()... yes Checking for C function close()... yes Checking for C function popen()... yes Checking for C function pclose()... yes Checking for C function _open()... yes Checking for C function _close()... yes Checking for C function _popen()... yes Checking for C function _pclose()... yes Checking for C function getpid()... yes Checking for C function _getpid()... yes Checking for C function mkdir()... yes Checking for C function _mkdir()... yes Checking for C function mktemp()... yes Checking for C function mkstemp()... yes Checking for C function strerror()... yes Checking for main() in C library Aiksaurus... yes Checking for C++ header file Aiksaurus.h... no Checking for C++ header file Aiksaurus/Aiksaurus.h... yes Checking for main() in C library aspell... yes Checking for putenv... yes Checking for iostreambuf::iterator... yes Checking for the number of args for mkdir... two Checking for std::count... yes Checking for arg types for select... yes Configuration Host type: cygwin Special build flags: -O2 C Compiler: g++ C Compiler flags: C++ Compiler: g++ C++ Compiler LyX flags: -O2 C++ Compiler flags: -O2 Linker flags: -Wl,--enable-runtime-pseudo-reloc -Wl,--script,/usr/lib/qt3/mkspecs/cygwin-g++/i386pe.x-no-rdata -Wl,-s Linker user flags: -Wl,--enable-runtime-pseudo-reloc -Wl,--script,/usr/lib/qt3/mkspecs/cygwin-g++/i386pe.x-no-rdata -Wl,-s Build info: Builing directory: release Local library directory: #release/libs Libraries pathes: ['$LOCALLIBPATH', '/usr/lib/qt3/lib', '$QT_LIB_PATH', '/usr/local/lib', '/usr/X11R6/lib'] Boost libraries: ['boost_signals', 'boost_regex', 'boost_filesystem', 'boost_iostreams'] Extra libraries: ['Aiksaurus', 'aspell', 'qt-mt', 'GL', 'Xmu', 'Xi', 'Xrender', 'Xrandr', 'Xcursor', 'Xft', 'freetype', 'fontconfig', 'Xext', 'X11', 'SM', 'ICE', 'resolv', 'pthread'] System libraries: ['shlwapi', 'z'] Frontend: Frontend: qt3 Packaging: posix LyX binary dir: FIXME LyX files dir: FIXME include dir: /usr/include/qt3 library dir: /usr/lib/qt3/lib X11: True Building all targets recursively Processing files in boost/libs/filesystem/src... Processing files in boost/libs/regex/src... scons: *** Import of non-existent variable ''boostenv'' File "SConscript", line 58, in ? -- Enrico