[q-lang-users] Another question around SDL and SWIG
Brought to you by:
agraef
From: Andrew B. <and...@ya...> - 2007-05-13 01:11:47
|
So, I've been whacking on some SDL bindings again, and now I'm getting something that might be easy, but I don't quite understand the error. Here's the error: ------------------------------- andrewb$ q SDL.q /Users/andrewb/dategrity-tourmaline-trunk/q/sdl/q/SDL.q: error loading module Warning: 361 unresolved external symbols ____ / __ \ Q interpreter version 7.6 (i686-apple-darwin8.8.1) / /_/ / Copyright (c) 1991-2006 by Albert Graef \___\_\ http://q-lang.sourceforge.net This software is distributed under the terms of the GNU General Public License version 2 or later; type `copying' for details. ! File SDL.q, line 728: Value mismatch in definition ==> ------------------------------- I've attached the SDL.q file. It is pretty much swiped from another SWIG SDL binding project, so I suspect that it should work. The last line in this .q file is pretty long. Is there perhaps some line limit length in the interpreter that I'm hitting? Thanks, -andrew |