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 19:38:25 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

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