On 12 May 2011, at 17:30, Eduardo Suarez wrote: > I'm trying to compile some software which links to another library built over > fltk-1. > > It seems to need some destructors defined, but fluid is not generating them. > > Any hint?
Don't know - though earlier today I posted much the same query; I was looking at why Leonid was having problems building yoshimi, and the key there seemed to be that fluid-1.1 generated code contained destructors for one of the classes, whereas the same fluid file converted by fluid-1.3 did not, so at link time an error was thrown for an unresolved destructor... Is that the same circumstance that you are seeing, i.e. fluid-1.3 processing a fluid-1.1 input file? If so, it may be the case that simply editing the file a bit in fluid-1.3 then re-saving it would trigger a different parsing of the file? I'm totally guessing now, of course... _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

