Thanks for the tip Kevin. I do have a PPC, I'm not sure why it wasn't picking up the egg instead of trying to compile it. I've had 0.9a6 installed before, but I was having trouble installing the postgres module (it was installing psycopg for python 2.3 instead of 2.4) and I think I might have changed something I shouldn't have when I was fiddling with it. Once I had postgres installed I couldn't create new projects so I tried re-installing turbogears again and that's when I started running into trouble. I think I'll back up my python install directory and start over from scratch.
Jon Kevin Dangoor wrote: > Hi, > > Are you on an Intel Mac? (My guess is yes, because there are > precompiled eggs for ppc). > > I'm going to suggest that you may need to use gcc 3.3. try this, if > you haven't already: > > sudo gcc_select 3.3 > > and then rerun the command > > Kevin > > On Jun 21, 2006, at 9:35 AM, Jon wrote: > > > > > When I try to upgrade to TurboGears 0.9a6 I get the following errors > > when the RuleDispatch install is attempted. Any ideas on how to get > > around this? I'm using mac osx 10.4.6 with mac python 2.4 and the > > latest version of setuptools. > > > > Thanks in advance for your help > > > > Searching for RuleDispatch > > Reading http://www.python.org/pypi/RuleDispatch/ > > Couldn't find index page for 'RuleDispatch' (maybe misspelled?) > > Scanning index of all packages (this may take a while) > > Reading http://www.python.org/pypi/ > > Best match: RuleDispatch 0.5a0.dev-r2115 > > Downloading > > http://files.turbogears.org/eggs/RuleDispatch-0.5a0.dev-r2115.tar.gz > > Processing RuleDispatch-0.5a0.dev-r2115.tar.gz > > Running RuleDispatch-0.5a0.dev-r2115/setup.py -q bdist_egg --dist-dir > > /tmp/easy_install-2rAHn1/RuleDispatch-0.5a0.dev-r2115/egg-dist-tmp- > > NgU5Up > > warning: manifest_maker: standard file not found: should have one of > > README, README.txt > > In file included from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:18:20: > > error: limits.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:21:2: > > error: #error "Something's broken. UCHAR_MAX should be defined in > > limits.h." > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:25:2: > > error: #error "Python's source code assumes C's unsigned char is an > > 8-bit type." > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:32:19: > > error: stdio.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:34:5: > > error: #error "Python.h requires that stdio.h define NULL." > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:37:20: > > error: string.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:38:19: > > error: errno.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:39:20: > > error: stdlib.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:41:20: > > error: unistd.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:53:20: > > error: assert.h: No such file or directory > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:55, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyport.h:90:76: > > error: math.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyport.h:97:22: > > error: sys/time.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyport.h:98:18: > > error: time.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyport.h:116:24: > > error: sys/select.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyport.h:155:22: > > error: sys/stat.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyport.h:395:21: > > error: termios.h: No such file or directory > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:55, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyport.h:396: > > warning: 'struct winsize' declared inside parameter list > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyport.h:396: > > warning: its scope is only this definition or declaration, which is > > probably not what you want > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyport.h:396: > > warning: 'struct termios' declared inside parameter list > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyport.h:397: > > warning: 'struct winsize' declared inside parameter list > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyport.h:397: > > warning: 'struct termios' declared inside parameter list > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:74, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pymem.h:50: > > warning: parameter names (without types) in function declaration > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pymem.h:51: > > error: parse error before 'size_t' > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:76, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > object.h:227: > > error: parse error before 'FILE' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > object.h:371: > > error: parse error before 'FILE' > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:77, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > objimpl.h:97: > > warning: parameter names (without types) in function declaration > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > objimpl.h:98: > > error: parse error before 'size_t' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > objimpl.h:292: > > warning: parameter names (without types) in function declaration > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:81, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > unicodeobject.h:55:19: > > error: ctype.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > unicodeobject.h:118:21: > > error: wchar.h: No such file or directory > > In file included from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:18:20: > > error: limits.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:21:2: > > error: #error "Something's broken. UCHAR_MAX should be defined in > > limits.h." > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:25:2: > > error: #error "Python's source code assumes C's unsigned char is an > > 8-bit type." > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:32:19: > > error: stdio.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:34:5: > > error: #error "Python.h requires that stdio.h define NULL." > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:37:20: > > error: string.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:38:19: > > error: errno.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:39:20: > > error: stdlib.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:41:20: > > error: unistd.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:53:20: > > error: assert.h: No such file or directory > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:55, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyport.h:90:76: > > error: math.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyport.h:97:22: > > error: sys/time.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyport.h:98:18: > > error: time.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyport.h:116:24: > > error: sys/select.In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:81, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > unicodeobject.h:511: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > unicodeobject.h:529: > > error: parse error before '*' token > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:84, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > longobject.h:63: > > error: parse error before '_PyLong_NumBits' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > longobject.h:63: > > warning: data definition has no type or storage class > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > longobject.h:79: > > error: parse error before 'size_t' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > longobject.h:102: > > error: parse error before 'size_t' > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:90, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > stringobject.h:10:20: > > error: stdarg.h: No such file or directory > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:90, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > stringobject.h:63: > > error: parse error before 'va_list' > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:101, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:12: > > error: parse error before 'FILE' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:12: > > warning: no semicolon at end of struct or union > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:15: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:28: > > error: parse error before '}' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:28: > > warning: data definition has no type or storage class > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:38: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:39: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:40: > > warning: data definition has no type or storage class > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:57: > > error: parse error before 'FILE' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:58: > > error: parse error before 'Py_UniversalNewlineFread' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:58: > > error: parse error before 'size_t' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:58: > > warning: data definition has no type or storage class > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:112, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyerrors.h:226: > > error: parse error before 'size_t' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyerrors.h:228: > > error: parse error before 'size_t' > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:116, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > modsupport.h:20: > > error: parse error before 'va_list'h: No such file or > > directory/Library/Frameworks/Python.framework/Versions/2.4/include/ > > python2.4/pyport.h:155:22: > > error: sys/stat.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyport.h:395:21: > > error: termios.h: No such file or directory > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:55, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyport.h:396: > > warning: 'struct winsize' declared inside parameter list > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyport.h:396: > > warning: its scope is only this definition or declaration, which is > > probably not what you want > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyport.h:396: > > warning: 'struct termios' declared inside parameter list > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyport.h:397: > > warning: 'struct winsize' declared inside parameter list > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyport.h:397: > > warning: 'struct termios' declared inside parameter list > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:74, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pymem.h:50: > > warning: parameter names (without types) in function declaration > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pymem.h:51: > > error: parse error before 'size_t' > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:76, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > object.h:227: > > error: parse error before 'FILE' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > object.h:371: > > error: parse error before 'FILE' > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:77, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > objimpl.h:97: > > warning: parameter names (without types) in function declaration > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > objimpl.h:98: > > error: parse error before 'size_t' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > objimpl.h:292: > > warning: parameter names (without types) in function declaration > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:81, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > unicodeobject.h:55:19: > > error: ctype.h: No such file or directory > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > unicodeobject.h:118:21: > > error: wchar.h: No such file or directory > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:81, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > unicodeobject.h:511: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > unicodeobject.h:529: > > error: parse error before '*' token > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:84, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > longobject.h:63: > > error: parse error before '_PyLong_NumBits' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > longobject.h:63: > > warning: data definition has no type or storage class > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > longobject.h:79: > > error: parse error before 'size_t' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > modsupport.h:22: > > error: parse error before 'va_list' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > modsupport.h:23: > > error: parse error before 'va_list' > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:117, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:32: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:33: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:35: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:36: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:40: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:41: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:42: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:43: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:44: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:45: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:46: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:49: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:55: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:59: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:60: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:64: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:66: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:82: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:123: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:125: > > error: parse error before '*' token > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:119, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > sysmodule.h:12: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > sysmodule.h:12: > > error: parse error before 'FILE' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > sysmodule.h:12: > > warning: data definition has no type or storage class > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:121, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > import.h:25: > > error: parse error before 'size_t' > > In file included from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:131: > > error: parse error before 'size_t' > > In file included from src/dispatch/_speedups.c:4: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > structmember.h:10:39: > > error: stddef.h: No such file or directory > > > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > longobject.h:102: > > error: parse error before 'size_t' > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:90, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > stringobject.h:10:20: > > error: stdarg.h: No such file or directory > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:90, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > stringobject.h:63: > > error: parse error before 'va_list' > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:101, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:12: > > error: parse error before 'FILE' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:12: > > warning: no semicolon at end of struct or union > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:15: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:28: > > error: parse error before '}' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:28: > > warning: data definition has no type or storage class > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:38: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:39: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:40: > > warning: data definition has no type or storage class > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:57: > > error: parse error before 'FILE' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:58: > > error: parse error before 'Py_UniversalNewlineFread' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:58: > > error: parse error before 'size_t' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > fileobject.h:58: > > warning: data definition has no type or storage class > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:112, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyerrors.h:226: > > error: parse error before 'size_t' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pyerrors.h:228: > > error: parse error before 'size_t' > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:116, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > modsupport.h:20: > > error: parse error before 'va_list' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > modsupport.h:22: > > error: parse error before 'va_list' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > modsupport.h:23: > > error: parse error before 'va_list' > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:117, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:32: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:33: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:35: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:36: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:40: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:41: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:42: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:43: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:44: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:45: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:46: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:49: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:55: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:59: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:60: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:64: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:66: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:82: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:123: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > pythonrun.h:125: > > error: parse error before '*' token > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:119, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > sysmodule.h:12: > > error: parse error before '*' token > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > sysmodule.h:12: > > error: parse error before 'FILE' > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > sysmodule.h:12: > > warning: data definition has no type or storage class > > In file included from > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:121, > > from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > import.h:25: > > error: parse error before 'size_t' > > In file included from src/dispatch/_speedups.c:3: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > Python.h:131: > > error: parse error before 'size_t' > > In file included from src/dispatch/_speedups.c:4: > > /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/ > > structmember.h:10:39: > > error: stddef.h: No such file or directory > > src/dispatch/_speedups.c: In function > > '__pyx_f_9_speedups_12_ExtremeType___hash__': > > src/dispatch/_speedups.c:156: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c:156: error: (Each undeclared identifier is > > reported only once > > src/dispatch/_speedups.c:156: error: for each function it appears in.) > > src/dispatch/_speedups.c: In function > > '__pyx_f_9_speedups_12_ExtremeType___cmp__': > > src/dispatch/_speedups.c:200: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_f_9_speedups_12_ExtremeType___richcmp__': > > src/dispatch/_speedups.c:360: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_f_9_speedups_concatenate_ranges': > > src/dispatch/_speedups.c:494: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_f_9_speedups_dispatch_by_inequalities': > > src/dispatch/_speedups.c:657: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_f_9_speedups_dispatch_by_mro': > > src/dispatch/_speedups.c:797: warning: assignment from incompatible > > pointer type > > src/dispatch/_speedups.c:804: warning: assignment from incompatible > > pointer type > > src/dispatch/_speedups.c: In function > > '__pyx_f_9_speedups_12_ExtremeType___hash__': > > src/dispatch/_speedups.c:156: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c:156: error: (Each undeclared identifier is > > reported only once > > src/dispatch/_speedups.c:156: error: for each function it appears in.) > > src/dispatch/_speedups.c: In function > > '__pyx_f_9_speedups_12_ExtremeType___cmp__': > > src/dispatch/_speedups.c:200: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c:919: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_f_9_speedups_12_ExtremeType___richcmp__': > > src/dispatch/_speedups.c:360: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_f_9_speedups_concatenate_ranges': > > src/dispatch/_speedups.c:494: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_f_9_speedups_9ExprCache___init__': > > src/dispatch/_speedups.c:963: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_f_9_speedups_9ExprCache___getitem__': > > src/dispatch/_speedups.c:1019: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_f_9_speedups_dispatch_by_inequalities': > > src/dispatch/_speedups.c:657: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_f_9_speedups_14BaseDispatcher___getitem__': > > src/dispatch/_speedups.c:1251: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_f_9_speedups_dispatch_by_mro': > > src/dispatch/_speedups.c:797: warning: assignment from incompatible > > pointer type > > src/dispatch/_speedups.c:804: warning: assignment from incompatible > > pointer type > > src/dispatch/_speedups.c:919: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_f_9_speedups_9ExprCache___init__': > > src/dispatch/_speedups.c:963: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_f_9_speedups_9ExprCache___getitem__': > > src/dispatch/_speedups.c:1019: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_tp_dealloc_9_speedups__ExtremeType': > > src/dispatch/_speedups.c:1676: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_tp_clear_9_speedups__ExtremeType': > > src/dispatch/_speedups.c:1691: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_tp_dealloc_9_speedups_ExprCache': > > src/dispatch/_speedups.c:1827: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_tp_clear_9_speedups_ExprCache': > > src/dispatch/_speedups.c:1850: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_f_9_speedups_14BaseDispatcher___getitem__': > > src/dispatch/_speedups.c:1251: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function 'init_speedups': > > src/dispatch/_speedups.c:2258: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function '__Pyx_Import': > > src/dispatch/_speedups.c:2311: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function '__Pyx_Raise': > > src/dispatch/_speedups.c:2350: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function '__Pyx_ReRaise': > > src/dispatch/_speedups.c:2416: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function '__Pyx_GetExcValue': > > src/dispatch/_speedups.c:2434: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function '__Pyx_AddTraceback': > > src/dispatch/_speedups.c:2522: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_tp_dealloc_9_speedups__ExtremeType': > > src/dispatch/_speedups.c:1676: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_tp_clear_9_speedups__ExtremeType': > > src/dispatch/_speedups.c:1691: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_tp_dealloc_9_speedups_ExprCache': > > src/dispatch/_speedups.c:1827: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function > > '__pyx_tp_clear_9_speedups_ExprCache': > > src/dispatch/_speedups.c:1850: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function 'init_speedups': > > src/dispatch/_speedups.c:2258: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function '__Pyx_Import': > > src/dispatch/_speedups.c:2311: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function '__Pyx_Raise': > > src/dispatch/_speedups.c:2350: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function '__Pyx_ReRaise': > > src/dispatch/_speedups.c:2416: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function '__Pyx_GetExcValue': > > src/dispatch/_speedups.c:2434: error: 'NULL' undeclared (first use in > > this function) > > src/dispatch/_speedups.c: In function '__Pyx_AddTraceback': > > src/dispatch/_speedups.c:2522: error: 'NULL' undeclared (first use in > > this function) > > lipo: can't figure out the architecture type of: /var/tmp// > > ccjUOMLa.out > > error: Setup script exited with error: command 'gcc' failed with exit > > status 1 > > > > > > > > > > -- > Kevin Dangoor > TurboGears / Zesty News > > email: [EMAIL PROTECTED] > company: http://www.BlazingThings.com > blog: http://www.BlueSkyOnMars.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

