I'm trying to get Python 2.5 installed but get this error in return. I'm running: Macports Version: 1.520 Mac OS X (PPC) 10.4.10 Xcode Version: 2.4.1 root# port install python25 ---> Fetching python25 ---> Verifying checksum(s) for python25 ---> Extracting python25 ---> Applying patches to python25 ---> Configuring python25 ---> Building python25 with target all Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_py thon25/work/Python-2.5.1" && make all " returned error 2 Command output: Python/mactoolboxglue.c:425: error: 'cobj' undeclared (first use in this function) Python/mactoolboxglue.c: At top level: Python/mactoolboxglue.c:428: warning: parameter names (without types) in function declaration Python/mactoolboxglue.c:428: error: parse error before 'cobj' Python/mactoolboxglue.c:428: warning: function declaration isn't a prototype Python/mactoolboxglue.c: In function 'UserDataObj_New': Python/mactoolboxglue.c:428: error: 'cobj' undeclared (first use in this function) Python/mactoolboxglue.c: At top level: Python/mactoolboxglue.c:429: error: parse error before 'UserData' Python/mactoolboxglue.c:429: warning: function declaration isn't a prototype Python/mactoolboxglue.c:429: error: parse error before 'UserData' Python/mactoolboxglue.c:429: warning: function declaration isn't a prototype Python/mactoolboxglue.c: In function 'UserDataObj_Convert': Python/mactoolboxglue.c:429: error: 'pyobj' undeclared (first use in this function) Python/mactoolboxglue.c:429: error: 'cobj' undeclared (first use in this function) Python/mactoolboxglue.c: At top level: Python/mactoolboxglue.c:430: warning: parameter names (without types) in function declaration Python/mactoolboxglue.c:430: error: parse error before 'cobj' Python/mactoolboxglue.c:430: warning: function declaration isn't a prototype Python/mactoolboxglue.c: In function 'MediaObj_New': Python/mactoolboxglue.c:430: error: 'cobj' undeclared (first use in this function) Python/mactoolboxglue.c: At top level: Python/mactoolboxglue.c:431: error: parse error before 'Media' Python/mactoolboxglue.c:431: warning: function declaration isn't a prototype Python/mactoolboxglue.c:431: error: parse error before 'Media' Python/mactoolboxglue.c:431: warning: function declaration isn't a prototype Python/mactoolboxglue.c: In function 'MediaObj_Convert': Python/mactoolboxglue.c:431: error: 'pyobj' undeclared (first use in this function) Python/mactoolboxglue.c:431: error: 'cobj' undeclared (first use in this function) make: *** [Python/mactoolboxglue.o] Error 1 Error: Status 1 encountered during processing. root# -- Rene
Hi Rene, port(1) exptects [1] a full XCode installation (the default XCode installation + X11 SDK). I'd say that at least the Quicktime SDK is missing on your system. -Markus [1] http://trac.macosforge.org/projects/macports/wiki/InstallingMacPorts On 24.09.2007, at 20:06, René Mølsted wrote:
I'm trying to get Python 2.5 installed but get this error in return.
I'm running: Macports Version: 1.520 Mac OS X (PPC) 10.4.10 Xcode Version: 2.4.1
root# port install python25 ---> Fetching python25 ---> Verifying checksum(s) for python25 ---> Extracting python25 ---> Applying patches to python25 ---> Configuring python25 ---> Building python25 with target all Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ python25/work/Python-2.5.1" && make all " returned error 2 Command output: Python/mactoolboxglue.c:425: error: 'cobj' undeclared (first use in this function) Python/mactoolboxglue.c: At top level: Python/mactoolboxglue.c:428: warning: parameter names (without types) in function declaration Python/mactoolboxglue.c:428: error: parse error before 'cobj' Python/mactoolboxglue.c:428: warning: function declaration isn't a prototype Python/mactoolboxglue.c: In function 'UserDataObj_New': Python/mactoolboxglue.c:428: error: 'cobj' undeclared (first use in this function) Python/mactoolboxglue.c: At top level: Python/mactoolboxglue.c:429: error: parse error before 'UserData' Python/mactoolboxglue.c:429: warning: function declaration isn't a prototype Python/mactoolboxglue.c:429: error: parse error before 'UserData' Python/mactoolboxglue.c:429: warning: function declaration isn't a prototype Python/mactoolboxglue.c: In function 'UserDataObj_Convert': Python/mactoolboxglue.c:429: error: 'pyobj' undeclared (first use in this function) Python/mactoolboxglue.c:429: error: 'cobj' undeclared (first use in this function) Python/mactoolboxglue.c: At top level: Python/mactoolboxglue.c:430: warning: parameter names (without types) in function declaration Python/mactoolboxglue.c:430: error: parse error before 'cobj' Python/mactoolboxglue.c:430: warning: function declaration isn't a prototype Python/mactoolboxglue.c: In function 'MediaObj_New': Python/mactoolboxglue.c:430: error: 'cobj' undeclared (first use in this function) Python/mactoolboxglue.c: At top level: Python/mactoolboxglue.c:431: error: parse error before 'Media' Python/mactoolboxglue.c:431: warning: function declaration isn't a prototype Python/mactoolboxglue.c:431: error: parse error before 'Media' Python/mactoolboxglue.c:431: warning: function declaration isn't a prototype Python/mactoolboxglue.c: In function 'MediaObj_Convert': Python/mactoolboxglue.c:431: error: 'pyobj' undeclared (first use in this function) Python/mactoolboxglue.c:431: error: 'cobj' undeclared (first use in this function) make: *** [Python/mactoolboxglue.o] Error 1
Error: Status 1 encountered during processing. root#
-- Rene _______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
--- Markus W. Weissmann http://www.mweissmann.de/
On 25/09/2007, at 23.44, Weissmann Markus wrote:
Hi Rene,
port(1) exptects [1] a full XCode installation (the default XCode installation + X11 SDK). I'd say that at least the Quicktime SDK is missing on your system.
-Markus
Hi Markus That did just the trick - thanks. -- Rene
participants (2)
-
René Mølsted
-
Weissmann Markus