I'm trying to install Calendar Server on an OSXS 10.4 system, which only has python 2.3. The current python is 2.5 though, so I was wondering if this should work as well as (the recommended) python 2.4. I'm getting the following error when running './run -s' and am wondering in this newer python might be the problem: Dependencies/zope.interface-ZopeInterface-3.1.0c1/zope.interface/ _zope_interface_coptimizations.c:550: error: parse error before ')' token lipo: can't figure out the architecture type of: /var/tmp//cc3wawXQ.out error: command 'gcc' failed with exit status 1 Thanks in advance for any insight. -- -- Michael Dunston -- Music and Technology -- <http://www.music.vt.edu/> -- Virginia Tech Department of Music -- -- -- -- -- -- -- -- -- -- -- --
Python 2.5 has a number of incompatibilities with Python 2.4. I haven't tried it, but I wouldn't be surprise to hear of problems. Note that Python 2.5 isn't actually released yet, so it's not "the current python". -wsv On Sep 20, 2006, at 11:45 AM, michael dunston wrote:
I'm trying to install Calendar Server on an OSXS 10.4 system, which only has python 2.3. The current python is 2.5 though, so I was wondering if this should work as well as (the recommended) python 2.4. I'm getting the following error when running './run -s' and am wondering in this newer python might be the problem:
Hi Wilfredo, --On September 20, 2006 1:18:04 PM -0700 Wilfredo Sánchez Vega <wsanchez@wsanchez.net> wrote:
Python 2.5 has a number of incompatibilities with Python 2.4. I haven't tried it, but I wouldn't be surprise to hear of problems.
Note that Python 2.5 isn't actually released yet, so it's not "the current python".
Actually 2.5 was released yesterday! -- Cyrus Daboo
wsanchez@wsanchez.net / Wednesday, September 20, 2006 / 16:18 wrote:
Python 2.5 has a number of incompatibilities with Python 2.4. I haven't tried it, but I wouldn't be surprise to hear of problems.
Well I went ahead and installed Python 2.4.3 just in case, and the './run -s' script still failed for the same error.
Note that Python 2.5 isn't actually released yet, so it's not "the current python".
According to <http://www.python.org/download/>, the current production version is Python 2.5. (released yesterday) Thanks again for the response though. -- -- Michael Dunston -- Music and Technology -- <http://www.music.vt.edu/> -- Virginia Tech Department of Music -- -- -- -- -- -- -- -- -- -- -- --
On Wed, September 20, 2006 1:45 pm, michael dunston wrote:
I'm trying to install Calendar Server on an OSXS 10.4 system, which only has python 2.3. The current python is 2.5 though, so I was wondering if this should work as well as (the recommended) python 2.4. I'm getting the following error when running './run -s' and am wondering in this newer python might be the problem:
Dependencies/zope.interface-ZopeInterface-3.1.0c1/zope.interface/ _zope_interface_coptimizations.c:550: error: parse error before ')' token
lipo: can't figure out the architecture type of: /var/tmp//cc3wawXQ.out error: command 'gcc' failed with exit status 1
Thanks in advance for any insight.
After never really having any build issues I now get this exact same problem. Mac OS X Server 10.4.8, Python 2.4.3. Josh -- Josh Wisenbaker U, U, D, D, L, R, L, R, B, A, Start for your server http://www.afp548.com
On Mon, November 27, 2006 9:22 am, Josh Wisenbaker wrote:
On Wed, September 20, 2006 1:45 pm, michael dunston wrote:
I'm trying to install Calendar Server on an OSXS 10.4 system, which only has python 2.3. The current python is 2.5 though, so I was wondering if this should work as well as (the recommended) python 2.4. I'm getting the following error when running './run -s' and am wondering in this newer python might be the problem:
Dependencies/zope.interface-ZopeInterface-3.1.0c1/zope.interface/ _zope_interface_coptimizations.c:550: error: parse error before ')' token
lipo: can't figure out the architecture type of: /var/tmp//cc3wawXQ.out error: command 'gcc' failed with exit status 1
Thanks in advance for any insight.
After never really having any build issues I now get this exact same problem.
Mac OS X Server 10.4.8, Python 2.4.3.
I just re-installed my Xcode tools and the problem went away. Strange. Josh -- Josh Wisenbaker U, U, D, D, L, R, L, R, B, A, Start for your server http://www.afp548.com
participants (4)
-
Cyrus Daboo
-
Josh Wisenbaker
-
michael dunston
-
Wilfredo Sánchez Vega