teratogen icon indicating copy to clipboard operation
teratogen copied to clipboard

Isn't working on mac os x

Open Xecutor opened this issue 14 years ago • 3 comments

At least on my. Looks like SDLMain isn't linked. When I try to start sdl_test, there is a lot of objective c errors and some kind of crashdump.

Xecutor avatar May 06 '10 10:05 Xecutor

Little explanation. On OS X non-c SDL program should make initialization normally done by main in SDLMain.a Example can be found in pygame. But to do so there must be objective c bindings... I don't know if there are any for go.

Xecutor avatar May 06 '10 10:05 Xecutor

Thanks for reporting this. Unfortunately, I don't have a Mac and don't know anything about making things work on one, so there isn't much I can currently do to fix this.

rsaarelm avatar May 08 '10 06:05 rsaarelm

one problem may be that it depends on gomake and gomake is in a state of serious flux. try retooling the build process now that go 1.0 is out

dacresni avatar May 19 '12 04:05 dacresni