Bertalan Fodor writes:

> Still the same error.

Ah
> So somehow this symbol is not found:
> ____kpathsea__libs_libkpathsea_dll_a_iname' when linking.

Ah, I see.  It's an error from my part.  Try compiling with
-DKPSE_DLL, ie, this patch

Jan.

Index: cygwin/mknetrel
===================================================================
RCS file: /cvsroot/lilypond/lilypond/cygwin/mknetrel,v
retrieving revision 1.40
diff -p -u -r1.40 mknetrel
--- cygwin/mknetrel     25 Apr 2005 11:15:30 -0000      1.40
+++ cygwin/mknetrel     25 Apr 2005 17:34:28 -0000
@@ -155,7 +155,7 @@ prebuild () {
     # set LDFLAGS to find the python library
     # EXTRABUILDARGS="LDFLAGS=$cygwin_root/usr/bin/libpython2.3.dll"
 
-    addmakeflags LDFLAGS="$cygwin_root/usr/bin/libpython2.4.dll" ' ' 
"target=i686-pc-cygwin" ' '
+    addmakeflags CFLAGS=-DKPSE_DLL 
LDFLAGS="$cygwin_root/usr/bin/libpython2.4.dll" ' ' "target=i686-pc-cygwin" ' '
 
     if iscygwin; then
        # EXTRABUILDARGS="$EXTRABUILDARGS all doc web"


-- 
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

Reply via email to