6 Jan
2008
6 Jan
'08
6:04 p.m.
On Jan 6, 2008, at 6:28 PM, Some Guy wrote:
I have re-installed dbus-python25 and tried again to install gnucash but it fails again at this point :(
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -I/ opt/local/include/python2.5 -c _hashopenssl.c -o build/temp.macosx- 10.3-i386-2.5/_hashopenssl.o unable to execute -DNDEBUG: No such file or directory error: command '-DNDEBUG' failed with exit status 1
This a hairy bug which is affecting recently the sequential build of Python packages: simply note that the compiler name is missing. You have to clean the Python port which stopped the build process ("sudo port clean py25-hashlib" in your case) and relaunch the original port command. -- Guido