Bertalan Fodor writes:
> I can't link lilypond to kpathsea-4. I don't know where the problem lies.
It seems to work fine for me. Can you try if the simple test file below
works for you?
There seems to be a packaging error, /usr/lib/libkpathsea.la is
packaged in tetex-bin. Does that file look ok?
Jan.
10:47:38 [EMAIL PROTECTED]:/cygwin/tmp
$ cat kpathsea.c
#include <stdio.h>
#include <kpathsea/kpathsea.h>
int
main (int argc, char const* argv[])
{
if (argc > 1 && argv[1])
return printf ("%s -> %s\n", argv[1], kpse_var_expand (argv[1]));
return 2;
}
10:47:45 [EMAIL PROTECTED]:/cygwin/tmp
$ i686-cygwin-gcc -o kpathsea kpathsea.c -lkpathsea
10:47:55 [EMAIL PROTECTED]:/cygwin/tmp
$ wine cygcheck -v /tmp/kpathsea
C:/cygwin/tmp/kpathsea - os=4.0 img=1.0 sys=4.0
*cC:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
*c"cygwin1.dll" v0.0 ts=2003/9/20 22:31
*cC:\Windows\System\KERNEL32.dll - os=64728.30624 img=51362.30643
sys=60416.30680
*cC:\cygwin\bin\cygkpathsea-4.dll - os=4.0 img=1.0 sys=4.0
*c"cygkpathsea-4.dll" v0.0 ts=2005/4/4 16:14
*cC:\cygwin\bin\cygwin1.dll (already done)
*cC:\Windows\System\KERNEL32.dll (already done)
*cC:\Windows\System\KERNEL32.dll (already done)
Wine exited with a successful status
10:48:10 [EMAIL PROTECTED]:/cygwin/tmp
$ wine ./kpathsea \\$TEXMF
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config
file
{/home/janneke/cvs/savannah/lilypond/lilypond/share/lilypond,/home/janneke/cvs/savannah/lilypond/lilypond/share/lilypond/2.5.21}
->
{/home/janneke/cvs/savannah/lilypond/lilypond/share/lilypond,/home/janneke/cvs/savannah/lilypond/lilypond/share/lilypond/2.5.21}
--
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien | http://www.lilypond.org
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel