bug-lilypond
[Top][All Lists]
Advanced

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

Problems building Lilypond


From: Peter Teeson
Subject: Problems building Lilypond
Date: Mon, 8 Aug 2005 13:02:03 -0400

Greetings from Toronto:
I am sort of retired but still enjoy my Macintosh. (Mac OS X Panther 10.3.9, gcc 3.3) To keep my hand in and to refresh my faded Unix skills I decided to try building Lilypond 2.6.3. (yes I know you have a .dmg but as I said it's to keep my hand in..<smile>) This meant getting and installing all the dependancies - which I have done. I then did a ./configure for Lilypond which had a problem I was able to identify and fix
But when I tried make I run into  another problem.
I hope the information I provided is helpful to you but if not please get back to me.

=========== Problems ==========
Problem (0) stepmake does not handle spaces in paths (e.g. .../Version 2.6.3)? Previously everything worked well so I am wondering if it has something to do with stepmake? Please observe that I have a fairly deep path and also a space in one directory name.
I renamed the directory to  replace the spacewith '-'.
So perhaps stepmake needs to deal with spaces in paths?

= ./configure log =
Last login: Mon Aug  8 10:48:37 on ttyp1
Welcome to Darwin!
Gandalf:~ pteeson$ cd /Volumes/Data/Development/MyProjects/Lilypond/Version\ 2.6.3/lilypond-2.6.3 Gandalf:/Volumes/Data/Development/MyProjects/Lilypond/Version 2.6.3/lilypond-2.6.3 pteeson$ make make/stepmake.make:105: /Volumes/Data/Development/MyProjects/Lilypond/zVersion: No such file or directory make/stepmake.make:105: 2.6.3/lilypond-2.6.3/stepmake/stepmake/no-builtin-rules.make: No such file or directory
........
GNUmakefile:162: warning: overriding commands for target `/Volumes/Data/Development/MyProjects/Lilypond/zVersion' GNUmakefile:103: warning: ignoring old commands for target `/Volumes/Data/Development/MyProjects/Lilypond/zVersion' make: *** No rule to make target `2.6.3/lilypond-2.6.3/stepmake/stepmake/install-targets.make'. Stop. Gandalf:/Volumes/Data/Development/MyProjects/Lilypond/Version 2.6.3/lilypond-2.6.3 pteeson$
-----------------------

Problem (1) g++ does not recognize -shared option
Note: After I changed directory name and re-ran ./config
(a) here's what it says about g++
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking g++ version... 3.3

(b) trying make
Gandalf:/Volumes/Data/Development/MyProjects/Lilypond/Version-2.6.3/ lilypond-2.6.3 pteeson$ sudo make all /Volumes/Data/Development/MyProjects/Lilypond/Version-2.6.3/lilypond -2.6.3/stepmake/stepmake/generic-targets.make:142: out/dummy.dep: No such file or directory
please ignore innocent warning about dummy.dep
mkdir -p ./out
touch ./out/dummy.dep
cd /Volumes/Data/Development/MyProjects/Lilypond/Version-2.6.3/lilypond -2.6.3 && rm -rf lib share mkdir -p /Volumes/Data/Development/MyProjects/Lilypond/Version-2.6.3/lilypond -2.6.3/lib/lilypond mkdir -p /Volumes/Data/Development/MyProjects/Lilypond/Version-2.6.3/lilypond -2.6.3/share/lilypond/2.6.3
....................
usr/local/include/freetype2     -fpic -fPIC -o out/midi.lo midi.c
g++ -shared -o out/midi.so out/midi.lo
g++: unrecognized option `-shared'
ld: Undefined symbols:
_main
_PyArg_ParseTuple
_PyDict_SetItemString
_PyErr_SetString
_PyInt_FromLong
_PyList_Append
_PyList_New
_PyModule_GetDict
_PyString_FromString
_PyTuple_GetItem
_Py_BuildValue
_Py_InitModule4
make[1]: *** [out/midi.so] Error 1
make: *** [all] Error 2





reply via email to

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