Can someone who builds under Cygwin please contact me
directly?  I don't want to spam the whole list with build
issues, especially since building under Cygwin seems to
be frowned upon.

These are the only warnings from configure:
checking kpathsea/kpathsea.h usability... no
checking kpathsea/kpathsea.h presence... yes
configure: WARNING: kpathsea/kpathsea.h: present but cannot be compiled
configure: WARNING: kpathsea/kpathsea.h: check for missing prerequisite
headers?
configure: WARNING: kpathsea/kpathsea.h: proceeding with the preprocessor's
result


Are they causing this?:

/usr/src/lilypond-1.7.9/python/midi.c:426: undefined reference to
`_Py_InitModule4'
out/midi.lo(.text+0x49b):/usr/src/lilypond-1.7.9/python/midi.c:427:
undefined reference to `_PyModule_GetDict'
out/midi.lo(.text+0x4a9):/usr/src/lilypond-1.7.9/python/midi.c:429:
undefined reference to `_PyString_FromString'
out/midi.lo(.text+0x4c2):/usr/src/lilypond-1.7.9/python/midi.c:430:
undefined reference to `_PyDict_SetItemString'

...


I installed all the kpathsea stuff I could find, and I
now have the library and include file, but if I follow the
directions and add:

//RPECK-DESKTOP/.../lilypond-1.7.9 $ export LDFLAGS=-L/lib
//RPECK-DESKTOP/.../lilypond-1.7.9 $ export
CPPFLAGS=-I/usr/include/kpathsea/kpathsea.h

configure dies:

//RPECK-DESKTOP/.../lilypond-1.7.9 $ ./configure
...
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler
cannot create executables


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to