[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] BUG: pygame 1.8 crash on osx in run_tests.py



This is a difficult work for me,I hope the beta version can be published quickly.

On 11/12/06, Sean Jensen-Grey <seanj@xxxxxxxx > wrote:
Pygame 1.8 is still in development. If you would like to build from
source see

http://pygame.org/wiki/cvs

do a checkout with

svn co svn://seul.org/svn/pygame/trunk pygame_trunk
cd pygame_trunk
python setup.py build
... enter configuration nightmare

you will need libsdl.org dependencies installed from
http://www.libsdl.org

Sean


On Sun, Nov 12, 2006 at 09:23:06AM +0800, flyaflya wrote:
>    Where can I get 1.8 Version?
>
>    On 11/12/06, Noah Kantrowitz <[1]kantrn@rpi.edu> wrote:
>
>      On Nov 11, 2006, at 6:42 PM, Noah Kantrowitz wrote:
>
>      > On Nov 11, 2006, at 6:37 PM, Sean Jensen-Grey wrote:
>      >
>      >> I haven't been able to build a framework version of sdl_mixer on osx
>      >> intel. I determined that yes it is crashing in timidity. If I
>      >> remove sdl_mixer
>      >> the crashes go away.
>      >>
>      >> While running ktrace produces a ktrace.log
>      >>
>      >> ktrace -t c python run_tests.py
>      > [snip]
>      >> Is there a way to turn the open calls into readable strings
>      >> instead of
>      >> pointers to strings?
>      >
>      > Try "ktrace -t ci"
>
>      Actually what you want is this:
>      ktrace -t cn <blah>
>      kdump | grep -C2 open
>
>      The NAMI translation is shown on the line under the open() call
>
>      --Naoh
>
>    --
>    [2]http://www.flyaflya.com powered by pygame+python
>
> References
>
>    Visible links
>    1. mailto:kantrn@xxxxxxx
>    2. http://www.flyaflya.com/



--
http://www.flyaflya.com powered by pygame+python