On Fri, Apr 08, 2005 at 03:07:30PM +0200, Georg Baum wrote: > Helge Hafting wrote: > > > Here is the complete configuration: > > > > ./configure --exec-prefix=/usr/local --with-version-suffix=-1.4cvs > > --with-frontend=qt --with-gnu-ld --with-qt-includes=/usr/include/qt3 > > That may explain it. Try --prefix instead of --exec-prefix.
Tried, but it wasn't that. Lyx finds the scripts in /usr/local/share/lyx-1.4cvs/scripts just fine, the problem is that "make install" misses a couple of scripts. I guess that problem is masked for regular developers who have a working test install *before* running make install. lyxpreview_tools.py and fig_copy.sh isn't copied from lib/scripts by "make install" - that is the problem. I copied them myself (and used chmod oug+x on them) and then lyx-1.4 produced pdf and dvi containing xfig insets. Problem solved, and I guess the fix is an update to the makefile. To test for such things, try deleting all the .lyx* and /usr/local/share/lyx* directories - then "make install". Helge Hafting