I build and deployed the mod_wsgi module successfully on a macbook air osx 
10.8.2, xcode 4.6.1 installed.

I first had to symlink (as described also in another post:
cd /Applications/Xcode.app/Contents/Developer/Toolchains/
sudo ln -s XcodeDefault.xctoolchain  OSX10.8.xctoolchain

then modify the generated Makefile with the following includes (should be a 
single line):
CPPFLAGS 
=-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include
 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/apr-1
 
-I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/apache2
 
-DNDEBUG 

The module builds fine (some warnings), 
The sudo make install runs fine. 
After this the apache config can be done and the 'hello world' example 
works fine.

Hope this helps other people trying to get it done.

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to modwsgi+unsubscr...@googlegroups.com.
To post to this group, send email to modwsgi@googlegroups.com.
Visit this group at http://groups.google.com/group/modwsgi?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to