Some recent lyx2lyx change breaks "make install":
make[2]: Entering directory `/home/kayvan/src/lyx-build/lib'
make[2]: *** No rule to make target `lyx2lyx/error.pyc', needed by `all-am'. Stop.
make[2]: Leaving directory `/home/kayvan/src/lyx-build/lib'
make[1]: *** [install-recursive] Error 1
ma
Am Samstag, 29. Mai 2004 09:38 schrieb Duncan Simpson:
> Also Angus put the terminator in too early---unless strncat guarantees
> termination tje '\0' might get clobbered. A suggested alternative, which
strncat puts the '\0' at the end as long as there is enough room. So if you
call it with a lim
Having just installed a new Fedora Core 2 system, I'm reminded of a
problem I think I had with Fedora Core 1 too, and LyX 1.3.4:
When trying to spell-check in French, I get the error:
"Cannot open /usr/lib/aspell/frenchb"
This is fair enough, there's no such file. Copying the existing
"french.al
Am Montag, 24. Mai 2004 13:52 schrieb Angus Leeming:
>
> No, it's a definite improvement over what we have. Shove it in.
I did extend it to cover the include inset as well. Now the external,
graphics and include inset write every file to the temp dir, and
Exporter::Export() copies the files and
Am Samstag, 29. Mai 2004 00:16 schrieb Lars Gullik Bjønnes:
> Georg Baum <[EMAIL PROTECTED]> writes:
>
> | Lars,
> >
> | lib/Makefile.am contains some compiled python files:
> | If they are not there, make complains (with builddir != srcdir).
> | If they should be installed, then certainly all of
> --nextPart2143034.hU0dofkB2d
>
> Actually, once you've got your head around the fact that nobody is
> there to hold your hand, it isn't too bad. The attached trial program
> has been tested and is always safe. I'm going to commit this to
> XForms cvs.
>
Unfrotunately Angus' fix is buggy too, be