lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Build error using kpathsea-4


From: Jan Nieuwenhuizen
Subject: Re: Build error using kpathsea-4
Date: Mon, 25 Apr 2005 11:06:49 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

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 address@hidden:/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 address@hidden:/cygwin/tmp
$ i686-cygwin-gcc -o kpathsea kpathsea.c -lkpathsea
10:47:55 address@hidden:/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 address@hidden:/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 <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]