Jean-Marc Lasgouttes wrote:
"Stephan" == Stephan Witt <[EMAIL PROTECTED]> writes:
Stephan> Dear automake/configure friends, ;)
Dear Stephan,
Stephan> I have succesfully built a lyx binary from the tar-ball.
Stephan> There was no problem. Thank you.
Great. What platform? If it is standard enough and you can run 'make
bindist', we would appreciate a bniary ditribution for your
architecture (you run solaris, don't you?).
Yes, your memory capabilities are impressing!
I'll provide a binary distribution. I have to write a README.bin
before. And some tests should be done too. Are there any proposals
for testing? Of course I'll test it with my own belongings.
Stephan> But there is a typo in the configure scripts I guess.
Stephan> Configure is looking for stpcpy and it is obviously not
Stephan> existant. I think it should be a lookup of strcpy instead.
As strange as it may seem, the gettext code in intl/dcigettext.c does
use a function named stpcpy. I do not know what it is, though.
The man page on Linux tells...
CONFORMING TO
This function is not part of the ANSI or POSIX standards,
and is not customary on Unix systems, but is not a GNU
invention either. Perhaps it comes from MS-DOS.
The standard conformance group of LyX has overlooked this one? :)
But configure on Solaris said
checking for stpcpy... no
anyway.
Stephan