I get an error during make install (make works fine).
Here is the story:

 > cvs -z9 checkout lyx-devel
 > cd lyx-devel
 > ./autogen.sh
 > ./configure --prefix=/home2/marco/local/lyx-1.2

...


Configuration
   Host type:                      i686-pc-linux-gnu
   Special build flags:            warnings assertions included-libsigc 
xforms-image-loader
   C   Compiler:                   gcc
   C   Compiler flags:             -g -O2
   C++ Compiler:                   g++ (3.0.4)
   C++ Compiler flags:             -g -O -fno-rtti -fno-exceptions -W -Wall
   Linker flags:
   Frontend:                       xforms
     libXpm version:               4.11
     libforms version:             0.89.6
   LyX binary dir:                 /home2/marco/local/lyx-1.2/bin
   LyX files dir:                  /home2/marco/local/lyx-1.2/share/lyx

Configuration of LyX was successful.
Type 'make' to compile the program,
and then 'make install' to install it.


 > make
 > make install

...

files=`sed -e 's/^\([^ ]*\) .*$/\1/' xfonts/fonts.dir` ; \
for i in $(files) ; do \
   ln -sf `kpsewhich $i` /home2/marco/local/lyx-1.2/share/lyx/xfonts/$i ; \
done
sed: can't read xfonts/fonts.dir: No such file or directory
/bin/sh: files: command not found
/usr/bin/install -c -m 644 xfonts/fonts.dir 
/home2/marco/local/lyx-1.2/share/lyx/xfonts/fonts.dir
/usr/bin/install: cannot stat `xfonts/fonts.dir': No such file or directory
make[3]: *** [install-xfonts] Error 1
make[3]: Leaving directory `/home3/marco/lyx-devel/lib'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home3/marco/lyx-devel/lib'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home3/marco/lyx-devel/lib'
make: *** [install-recursive] Error 1


What's wrong?

Thanks in advance for your help,

Marco Morandini

Reply via email to