Thanks guys for the tips!

I updated what I could since I don't have any apple here.

> Widget_Types.h: In member function `virtual const Enumeration* 
> ButtonType::subtypes() const':
> Widget_Types.h:77: internal compiler error: Bus error
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://developer.apple.com/bugreporter> for instructions.
> make[1]: *** [fluid_menus.o] Error 1
> make: *** [all] Error 2
> 
>       W00t, got a bus error out of the compiler..!

And this is something :) AFAIK nothing is changed in fluid related to
above; two things could be: virual mess in above code or the latest
breakage with unfinished code. Patches are welcome :)

> -  Rectangle r; transform(r1,r);
> +  fltk::Rectangle r; transform(r1,r);

I'm not sure how this can't be compiled since 'using namespace fltk' is
placed at the top, and Rectangle is in it.

I don't know is it too late, but probably the good idea would be to in
the .cxx files instead 'using namespace ...' wrap whole code _in_ that
namespace. This would remove above errors (not first time reported) and
probably made code compileable on older compilers without #ifdef hacks.

But, would Bill follow this convention :) ?

Btw. I would ask (with Big please) to keep code on the repository compileable 
(a good develompent practice) or we could adopt kernel development way,
take some distributed revision tool so everyone could have their own
playground (http://www.youtube.com/watch?v=4XpnKHJAok8).

--
Sanel
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to