[Stk] Stk does not build when debugging is on.

Immanuel Litzroth immanuel@bluebottle.com
Mon, 14 Aug 2006 11:55:06 +0200


Hi,
Stk does not build with the debug=yes switch. The reason is
that in two files there is code that is preprocessed out in
nondebug build, and that code uses nonexisting variables.
I don't remember offhand which files it were, but the culprits 
should show up when you do a debug build.
Immanuel