On 22 Mar 2009, at 11:32, Colin Adams wrote:

creating build/temp.macosx-10.3-i386-2.5
-DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include
-I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/ 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

A search on the Apple site says it is a compile option used to remove assert():
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/assert.3.html

The first line mentions macosx-10.3 - do you have a compiler for an old system, or something?

And I have a fairly recent python:
$ python --version
Python 2.5.1
$ which python
/usr/bin/python

Make sure to sign up (for free) as a developer at developer.apple.com and take down latest Xcode (mine is Version 3.1.2, though I do not know if it is the absolutely latest).

  Hans Aberg


_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to