Opened 18 years ago
Closed 18 years ago
#11123 closed defect (fixed)
py-game doesn't built on 10.4.8
Reported by: | Martin.Buchmann@… | Owned by: | ben@… |
---|---|---|---|
Priority: | Not set | Milestone: | |
Component: | ports | Version: | 1.3.2 |
Keywords: | Cc: | ben@… | |
Port: |
Description
I tried to install the py-game module but it failed druing building:
---> Building py-game with target build Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_python_py-game/work/pygame-1.7.1release" && /opt/local/bin/python2.4 setup.py build" returned error 1 Command output: Using Darwin configuration...
running build running build_py running build_ext building 'pygame.display' extension /usr/bin/gcc-4.0 -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -Ddarwin -I/opt/local/include/SDL -I/opt/local/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/include/python2.4 -c src/display.c -o build/temp.darwin-8.8.0-Power_Macintosh-2.4/src/display.o src/display.c: In function 'get_wm_info': src/display.c:432: error: 'SDL_SysWMinfo' has no member named 'data' error: command '/usr/bin/gcc-4.0' failed with exit status 1
Error: Status 1 encountered during processing.
Change History (1)
comment:1 Changed 18 years ago by markd@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
A patch was commited to fix this on ticket #10642.