OK trying this again with the new build. The symlink works, I filed a bug 
report on it.

Now the makefile fails with error:

mod_wsgi.c:34:10: fatal error: 'httpd.h' file not found
#include "httpd.h"

which a search reveals at path:
/Applications/Xcode.app/Contents/ 
/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/apache2/httpd.h

Should I just paste this path in the .c file and it will import? Sorry I'm 
a Python programmer, unsure what to do.

-- Gnarlie



On Sunday, June 24, 2012 4:38:59 PM UTC-6, Graham Dumpleton wrote:
>
> Try going to: 
>
> /Applications/Xcode.app/Contents/Developer/Toolchains/ 
>
> and do: 
>
> ln -s XcodeDefault.xctoolchain OSX10.8.xctoolchain 
>
> and see if that solves all the problems in one go without you needing 
> to change anything. 
>
> IOW, you are creating a symlink for the directory it is looking for, 
> to the one that actually exists. 
>
> Graham 
>
> On 24 June 2012 23:29, Gnarlodious <[email protected]> wrote: 
> > Is it possible that if the Makefile script was updated to point to the 
> Xcode 
> > folders at the beginning all this would work as expected? That is what I 
> am 
> > seeing all over, a lot of unixy stuff is now in specialized 
> applications, 
> > probably part of the move toward the ios minimalist operating system. 
> > 
> > If you have Gchat and want access to my Screen Sharing I can let you in 
> > maybe you can fix it in the wsgi installer. 
> > 
> > -- Gnarlie 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups 
> > "modwsgi" group. 
> > To view this discussion on the web visit 
> > https://groups.google.com/d/msg/modwsgi/-/JhxaxP3S90QJ. 
> > 
> > To post to this group, send email to [email protected]. 
> > To unsubscribe from this group, send email to 
> > [email protected]. 
> > For more options, visit this group at 
> > http://groups.google.com/group/modwsgi?hl=en. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/modwsgi/-/XjOzIjAp3YsJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to