On 02.08.2011, at 11:02, MacArthur, Ian (SELEX GALILEO, UK) wrote: > >> Thanks for following this and trying to compile it! I just >> checked in the change. Sorry it got swallowed (I wonder why, >> but with the amount of code changes ATM, I guess that can happen). > > Doh! I know why... > > I had not noticed that workspace_panel is fluid generated, so I changed > the C++ source files, not the .fl file... > Next time fluid was run, my change was reverted. > > I was confused because the .cxx/.h files are configured too, not just > the .fl file, but of course in fluid we need to configure the generated > files, since we may not yet have fluid to generate them at compile time.
Ah, sure. I thought about that. One way would be to have a pure command line Fluid before building anything else. We could then build all fl files for the library and GUI fluid, then finally build everything else. It seems like a useless complication of things though ;-) So, yes, for Fluid and fltk.lib, you always need to change the .fl *and* the .h/.cxx files. Note though that most fltk/fluid .fl files are not FLTK3 format yet! I only ported the ones in test/. - Matthias _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
