I've got the following errors when compiling mod_wsgi in freebsd /home/apache/bin/apxs -c -I/usr/local/Python-2.4/include/python2.4 - DNDEBUG -DTHREAD_STACK_SIZE=0x100000 mod_wsgi.c -L/usr/local/ Python-2.4/lib/python2.4/config -lpython2.4 -lutil /home/apache-2.0.63/build/libtool --silent --mode=compile gcc -prefer- pic -DAP_HAVE_DESIGNATED_INITIALIZER -D_REENTRANT -D_THREAD_SAFE -g - O2 -I/home/apache-2.0.63/include -I/home/apache-2.0.63/include -I/ home/apache-2.0.63/include -I/usr/local/include -I/usr/local/ Python-2.4/include/python2.4 -DNDEBUG -DTHREAD_STACK_SIZE=0x100000 -c -o mod_wsgi.lo mod_wsgi.c && touch mod_wsgi.slo mod_wsgi.c: In function `wsgi_hook_child_init': mod_wsgi.c:10039: error: `WSGIProcessGroup' undeclared (first use in this function) mod_wsgi.c:10039: error: (Each undeclared identifier is reported only once mod_wsgi.c:10039: error: for each function it appears in.) mod_wsgi.c:10039: error: `entries' undeclared (first use in this function) mod_wsgi.c:10040: error: `entry' undeclared (first use in this function) mod_wsgi.c:10047: error: syntax error before ')' token apxs:Error: Command failed with rc=65536 . *** Error code 1
the os is 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 and gcc is gcc (GCC) 3.4.2 [FreeBSD] any suggestions? thx in front --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. 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 -~----------~----~----~----~------~----~------~--~---
