----- Forwarded message from ralph bacolod <[EMAIL PROTECTED]> -----

Date: Sun, 11 Nov 2007 00:49:47 -0500
From: ralph bacolod <[EMAIL PROTECTED]>
To: pykaraoke-discuss@lists.sourceforge.net
Subject: mac osx tiger

hi! I am having trouble running pykaraoke on my mac . i've attached the
output . It seems to be that the pygame module can't find my sdl header.
I dont know how to fix this. 

-- 
--
Ralph Bacolod,RMT,MT
http://rbacolod.blogspot.com

Script started on Sun Nov 11 00:42:58 2007
mac:~/Desktop/pykaraoke-0.5 dev$ exitunrar e ~/Desktop/18_Nasty11-TP.rar 
mac:~/Desktop/pykaraoke-0.5 dev$ exitpython setp up.py y 
install
running install
running build
running build_py
running build_ext
building '_pycdgAux' extension
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd 
-fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes 
-I/usr/include/SDL 
-I/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3 -c 
_pycdgAux.c -o build/temp.darwin-8.10.1-i386-2.3/_pycdgAux.o
_pycdgAux.c:36:17: error: SDL.h: No such file or directory
_pycdgAux.c:37:27: error: pygame/pygame.h: No such file or directory
_pycdgAux.c:112: error: parse error before 'SDL_Surface'
_pycdgAux.c:112: warning: no semicolon at end of struct or union
_pycdgAux.c:135: error: parse error before '__cdgSurfarray'
_pycdgAux.c:135: warning: type defaults to 'int' in declaration of 
'__cdgSurfarray'
_pycdgAux.c:135: warning: data definition has no type or storage class
_pycdgAux.c:139: error: parse error before '}' token
_pycdgAux.c:139: warning: type defaults to 'int' in declaration of 
'CdgPacketReader'
_pycdgAux.c:139: warning: data definition has no type or storage class
_pycdgAux.c:142: error: parse error before '*' token
_pycdgAux.c:142: warning: function declaration isn't a prototype
_pycdgAux.c:143: error: parse error before '*' token
_pycdgAux.c:143: warning: function declaration isn't a prototype
_pycdgAux.c:144: error: parse error before '*' token
_pycdgAux.c:144: warning: function declaration isn't a prototype
_pycdgAux.c:145: error: parse error before '*' token
_pycdgAux.c:145: warning: function declaration isn't a prototype
_pycdgAux.c:146: error: parse error before '*' token
_pycdgAux.c:146: warning: function declaration isn't a prototype
_pycdgAux.c:147: error: parse error before '*' token
_pycdgAux.c:147: warning: function declaration isn't a prototype
_pycdgAux.c:148: error: parse error before '*' token
_pycdgAux.c:148: warning: function declaration isn't a prototype
_pycdgAux.c:149: error: parse error before '*' token
_pycdgAux.c:149: warning: function declaration isn't a prototype
_pycdgAux.c:150: error: parse error before '*' token
_pycdgAux.c:150: warning: function declaration isn't a prototype
_pycdgAux.c:151: error: parse error before '*' token
_pycdgAux.c:151: warning: function declaration isn't a prototype
_pycdgAux.c:152: error: parse error before '*' token
_pycdgAux.c:152: warning: function declaration isn't a prototype
_pycdgAux.c:156: error: parse error before '*' token
_pycdgAux.c:156: warning: function declaration isn't a prototype
_pycdgAux.c: In function 'CdgPacketReader_dealloc':
_pycdgAux.c:157: error: 'self' undeclared (first use in this function)
_pycdgAux.c:157: error: (Each undeclared identifier is reported only once
_pycdgAux.c:157: error: for each function it appears in.)
_pycdgAux.c: In function 'CdgPacketReader_new':
_pycdgAux.c:168: error: 'self' undeclared (first use in this function)
_pycdgAux.c:170: error: parse error before ')' token
_pycdgAux.c: At top level:
_pycdgAux.c:182: error: parse error before '*' token
_pycdgAux.c:182: warning: function declaration isn't a prototype
_pycdgAux.c: In function 'CdgPacketReader_init':
_pycdgAux.c:189: error: 'args' undeclared (first use in this function)
_pycdgAux.c:189: error: 'kwds' undeclared (first use in this function)
_pycdgAux.c:199: error: 'self' undeclared (first use in this function)
_pycdgAux.c:202: warning: implicit declaration of function 'PySurface_AsSurface'
_pycdgAux.c: At top level:
_pycdgAux.c:213: error: parse error before '*' token
_pycdgAux.c:213: warning: function declaration isn't a prototype
_pycdgAux.c: In function 'CdgPacketReader_Rewind':
_pycdgAux.c:214: error: 'self' undeclared (first use in this function)
_pycdgAux.c:215: error: 'Py_RETURN_NONE' undeclared (first use in this function)
_pycdgAux.c:216: warning: no return statement in function returning non-void
_pycdgAux.c: At top level:
_pycdgAux.c:220: error: parse error before '*' token
_pycdgAux.c:220: warning: function declaration isn't a prototype
_pycdgAux.c: In function 'do_rewind':
_pycdgAux.c:223: error: 'self' undeclared (first use in this function)
_pycdgAux.c:236: error: 'Uint32' undeclared (first use in this function)
_pycdgAux.c: At top level:
_pycdgAux.c:245: error: parse error before '*' token
_pycdgAux.c:245: warning: function declaration isn't a prototype
_pycdgAux.c: In function 'CdgPacketReader_MarkTilesDirty':
_pycdgAux.c:246: error: 'self' undeclared (first use in this function)
_pycdgAux.c:247: error: 'Py_RETURN_NONE' undeclared (first use in this function)
_pycdgAux.c:248: warning: no return statement in function returning non-void
_pycdgAux.c: At top level:
_pycdgAux.c:254: error: parse error before '*' token
_pycdgAux.c:254: warning: function declaration isn't a prototype
_pycdgAux.c: In function 'CdgPacketReader_GetDirtyTiles':
_pycdgAux.c:260: error: 'self' undeclared (first use in this function)
_pycdgAux.c: At top level:
_pycdgAux.c:283: error: parse error before '*' token
_pycdgAux.c:283: warning: function declaration isn't a prototype
_pycdgAux.c: In function 'CdgPacketReader_GetBorderColour':
_pycdgAux.c:284: error: 'self' undeclared (first use in this function)
_pycdgAux.c:285: error: 'Py_RETURN_NONE' undeclared (first use in this function)
_pycdgAux.c: At top level:
_pycdgAux.c:297: error: parse error before '*' token
_pycdgAux.c:297: warning: function declaration isn't a prototype
_pycdgAux.c: In function 'CdgPacketReader_DoPackets':
_pycdgAux.c:305: error: 'args' undeclared (first use in this function)
_pycdgAux.c:305: error: 'kwds' undeclared (first use in this function)
_pycdgAux.c:315: error: 'self' undeclared (first use in this function)
_pycdgAux.c: At top level:
_pycdgAux.c:335: error: parse error before '*' token
_pycdgAux.c:335: warning: function declaration isn't a prototype
_pycdgAux.c: In function 'CdgPacketReader_FillTile':
_pycdgAux.c:339: error: 'SDL_Surface' undeclared (first use in this function)
_pycdgAux.c:339: error: 'surface' undeclared (first use in this function)
_pycdgAux.c:343: error: 'Uint8' undeclared (first use in this function)
_pycdgAux.c:343: error: 'start' undeclared (first use in this function)
_pycdgAux.c:344: error: 'pixels8' undeclared (first use in this function)
_pycdgAux.c:345: error: 'Uint16' undeclared (first use in this function)
_pycdgAux.c:345: error: 'pixels16' undeclared (first use in this function)
_pycdgAux.c:346: error: 'Uint32' undeclared (first use in this function)
_pycdgAux.c:346: error: 'pixels32' undeclared (first use in this function)
_pycdgAux.c:350: error: 'args' undeclared (first use in this function)
_pycdgAux.c:350: error: 'kwds' undeclared (first use in this function)
_pycdgAux.c:362: error: 'self' undeclared (first use in this function)
_pycdgAux.c:367: warning: implicit declaration of function 'SDL_LockSurface'
_pycdgAux.c:368: error: parse error before ')' token
_pycdgAux.c:384: error: parse error before ')' token
_pycdgAux.c:394: error: parse error before ')' token
_pycdgAux.c:405: warning: implicit declaration of function 'SDL_UnlockSurface'
_pycdgAux.c:407: error: 'Py_RETURN_NONE' undeclared (first use in this function)
_pycdgAux.c: At top level:
_pycdgAux.c:418: error: parse error before '*' token
_pycdgAux.c:418: warning: function declaration isn't a prototype
_pycdgAux.c: In function '__getNextPacket':
_pycdgAux.c:421: error: 'self' undeclared (first use in this function)
_pycdgAux.c:426: error: 'packd' undeclared (first use in this function)
_pycdgAux.c: At top level:
_pycdgAux.c:434: error: parse error before '*' token
_pycdgAux.c:434: warning: function declaration isn't a prototype
_pycdgAux.c: In function '__cdgPacketProcess':
_pycdgAux.c:437: error: 'packd' undeclared (first use in this function)
_pycdgAux.c:441: error: 'self' undeclared (first use in this function)
_pycdgAux.c: At top level:
_pycdgAux.c:485: error: parse error before '*' token
_pycdgAux.c:485: warning: function declaration isn't a prototype
_pycdgAux.c: In function '__cdgMemoryPreset':
_pycdgAux.c:488: error: 'Uint32' undeclared (first use in this function)
_pycdgAux.c:488: error: parse error before 'presetColour'
_pycdgAux.c:490: error: 'packd' undeclared (first use in this function)
_pycdgAux.c:496: error: 'self' undeclared (first use in this function)
_pycdgAux.c:504: error: 'presetColour' undeclared (first use in this function)
_pycdgAux.c: At top level:
_pycdgAux.c:525: error: parse error before '*' token
_pycdgAux.c:525: warning: function declaration isn't a prototype
_pycdgAux.c: In function '__cdgBorderPreset':
_pycdgAux.c:528: error: 'Uint32' undeclared (first use in this function)
_pycdgAux.c:528: error: parse error before 'borderColour'
_pycdgAux.c:530: error: 'packd' undeclared (first use in this function)
_pycdgAux.c:531: error: 'self' undeclared (first use in this function)
_pycdgAux.c:536: error: 'borderColour' undeclared (first use in this function)
_pycdgAux.c: At top level:
_pycdgAux.c:565: error: parse error before '*' token
_pycdgAux.c:565: warning: function declaration isn't a prototype
_pycdgAux.c: In function '__cdgScrollPreset':
_pycdgAux.c:566: error: 'self' undeclared (first use in this function)
_pycdgAux.c:566: error: 'packd' undeclared (first use in this function)
_pycdgAux.c: At top level:
_pycdgAux.c:571: error: parse error before '*' token
_pycdgAux.c:571: warning: function declaration isn't a prototype
_pycdgAux.c: In function '__cdgScrollCopy':
_pycdgAux.c:572: error: 'self' undeclared (first use in this function)
_pycdgAux.c:572: error: 'packd' undeclared (first use in this function)
_pycdgAux.c: At top level:
_pycdgAux.c:577: error: parse error before '*' token
_pycdgAux.c:577: warning: function declaration isn't a prototype
_pycdgAux.c: In function '__cdgScrollCommon':
_pycdgAux.c:585: error: 'packd' undeclared (first use in this function)
_pycdgAux.c:609: error: 'self' undeclared (first use in this function)
_pycdgAux.c:646: error: 'copy' undeclared (first use in this function)
_pycdgAux.c: At top level:
_pycdgAux.c:693: error: parse error before '*' token
_pycdgAux.c:693: warning: function declaration isn't a prototype
_pycdgAux.c: In function '__cdgDefineTransparentColour':
_pycdgAux.c:694: error: 'self' undeclared (first use in this function)
_pycdgAux.c:694: error: 'packd' undeclared (first use in this function)
_pycdgAux.c: At top level:
_pycdgAux.c:699: error: parse error before '*' token
_pycdgAux.c:699: warning: function declaration isn't a prototype
_pycdgAux.c: In function '__cdgLoadColourTableCommon':
_pycdgAux.c:706: error: 'table' undeclared (first use in this function)
_pycdgAux.c:713: error: 'packd' undeclared (first use in this function)
_pycdgAux.c:721: error: 'self' undeclared (first use in this function)
_pycdgAux.c:721: warning: implicit declaration of function 'SDL_MapRGB'
_pycdgAux.c: At top level:
_pycdgAux.c:740: error: parse error before '*' token
_pycdgAux.c:740: warning: function declaration isn't a prototype
_pycdgAux.c: In function '__cdgTileBlockCommon':
_pycdgAux.c:747: error: 'packd' undeclared (first use in this function)
_pycdgAux.c:752: error: 'self' undeclared (first use in this function)
_pycdgAux.c:776: error: 'xor' undeclared (first use in this function)
error: command 'gcc' failed with exit status 1
mac:~/Desktop/pykaraoke-0.5 dev$ quit
bash: quit: command not found
mac:~/Desktop/pykaraoke-0.5 dev$ exit
exit

Script done on Sun Nov 11 00:43:39 2007


----- End forwarded message -----

-- 
--
Ralph Bacolod,RMT,MT
http://rbacolod.blogspot.com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Pykaraoke-discuss mailing list
Pykaraoke-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pykaraoke-discuss

Reply via email to