From: Stephen W. <ste...@cs...> - 2005-01-04 02:48:29
|
Happy New Year, Fernando! Gee, I can't believe I can answer one of your questions :-) > /usr/include/pygtk-2.0/pygobject.h:140: error: expected `,' or `...' > before "typename" > /usr/include/pygtk-2.0/pygobject.h:147: error: expected `,' or `...' > before "typename" > error: command 'gcc' failed with exit status 1 It's a known typo in the referenced two lines in pygobject.h. Until a patch is released, manually change "typename" to "_typename"; it's just in the function prototype so the name doesn't matter. Best of all, on FC3, 'python setup.py bdist_rpm' works great and generates a distributable RPM provided one is mindful of the dependency on a statically linked, architecture-specific ATLAS library. Steve Walton |