Hello all,
I am having a problem with the GOB2 preprocessor, with a minimal file of:
class Ude:Dock:Debug from G:Object
{
init (self)
{
}
dispose(self)
{
}
}
I am receiving a sigfault when gob is run with the command:
gob2 --always-private-header --always-private-struct -o ./gen/
../src/ude-dock-debug.gob
I would like to confirm whether this is just me, or if it is a simple
mistake i've made?
If I remove the dispose method it works fine, this also happens if I add a
finalize method.
Thanks for your time, Dan
Received on Thu Mar 25 2010 - 20:28:10 CDT
This archive was generated by hypermail 2.2.0 : Sun Apr 17 2011 - 21:05:02 CDT