> On 02/21/13 18:09, edgar wrote:
> >
> > the fltk-config --complile is not finding Fl_Box.
> >
> > I typed fltk-config --complile hello.cxx
> >
> > and get an error message .... /hello.cxx:7: undefined reference to
> > 'FL_Box::Fl_Box(int, int, int, int, char const*)'
> >
> > It is finding FL_Window but not FL_Box ...
>
> Note the casing on the names: the 'l' in Fl_* should be lowercase. ie:
> Fl_Window and Fl_Box,
> ..and not..
> FL_Window and FL_Box.
>
Thanks for responding, Greg. I made an error writing the report from the
compiler.
The code is a copy from the hello.cxx on the fltk.org site.
The compiler statement actually reads :
/hello.cxx:7: undefined reference to 'Fl_Box::Fl_Box(int, int, int, int,
char const*)'
Other suggestions? By the way - I am enjoying your cheat sheet tutorials.
Edgar
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk