banthar / Go-SDL

Go bindings for SDL
218 stars 68 forks source link

Bunch of unresolved names when building #44

Open haasn opened 12 years ago

haasn commented 12 years ago

Riddle me this: http://pastebin.com/Jc5wEdwu

I ran gofix over all source files (wouldn't even get that far without it) and went through all makefiles, removed the pkg-config stuff and added -Ia:/mingw/msys/1.0/include to CFLAGS and -La:/mingw/msys/1.0/lib to LDFLAGS.

I have not made any further changes. Any idea what the issue could be?

dersebi commented 12 years ago

some gofix versions will destroy your code if you use cgo. See: http://groups.google.com/group/golang-nuts/browse_thread/thread/115693de2e9c3894/345c0aa0f3dcc902