Dekel Tsur wrote:
>
> I added to CVS a lyxconvert_220 module.
> You only need to your patch the changes that are in the attached patch
> (changing the file format to 221)
Dekel,
I've done that (it's included in my latest "follow-up" patch to the Grarphics dialog.
John may apply that patch soon (I hope).
---
But when I do following:
$ ./autogen.sh
$ ./configure --prefix=/opt
$ gmake
# gmake install-strip
$ /opt/bin/lyx
and open a 220-document, I get an error dialog that says:
ERROR!
An error occured while running the conversion script.
[Dismiss]
The xterminal spits out: "lyx2lyx: not found".
When I do:
$ find /opt | grep lyx2lyx
gives no output.
So I conclude that lyx2lyx is not at all installed with "gmake install-strip".
Is this an bug in the install script?
I expect the lyx2lyx scripts to be either in $PREFIX/bin (together with lyx, noweb2lyx
and reLyX), or in $PREFIX/share/lyx/scripts (together with the graphics conversion
scripts).
Why are the lyx2lyx scripts not installed with "gmake install" ?
Regards,
Rob.