Am Dienstag 19 Dezember 2006 16:09 schrieb Bo Peng: > > > Although your qt installation has to be blamed. I have modified > > > SConstruct to accommendate this. > > > > Why should my qt installation be blamed? > > Ok. Maybe it is perfectly ok for a distribution to provide only > release libraries for a package like qt-devel. (Then what if people > need to debug qt?) Anyway, this is fixed in scons.
If people want to debug qt they install the package libqt4-debug (on SuSE these packages are named -debuginfo). That package includes debug symbols for all qt libraries in files named /usr/lib/libQtCore.so.4.2.1.debug etc. See http://en.opensuse.org/Bugs:An_application_crashed for a short description. > > I still need to give qt_lib_path=/usr/lib), > > especially since pkg-config provides all necessary information. > > This part puzzled me since these work fine here. Could you please take > a look at config.log and give me error messages like (please use > load_option=no and --config=force to reconfig without qt_dir=...) No config.log gets created. All I have is this: ~/lyx-1.5/build-tree-scons$ scons -f ../development/scons/SConstruct build_dir=. scons: Reading SConscript files ... Qt library directory is not found. Please specify it using qt_lib_path > > That is not the problem. The problem is that LyX will refuse to start > > if I install it into a DESTDIR and run it from there. It will only run > > from the final destination dir, because it won't find its support > > files. > > NO!! I install to *any* DESTDIR and lyx starts fine. I am doing this > everyday. Last time I tried it did not work, but now it really seems to work. > I am checking this one by installing system boost 1.33.1. I will get > back to you soon. I see that you found out that 1.33 cannot be used anymore. I'll try again after I installed the 1.34 devel packages. Georg