Re: [fltk.general] change labelfont and labelize in fltk 1.3.2

2013-02-21 Thread edgar
> 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 find

Re: [fltk.general] change labelfont and labelize in fltk 1.3.2

2013-02-21 Thread edgar
> On 02/21/13 18:09, edgar wrote: > >> > >> On 21 Feb 2013, at 20:33, edgar wrote: > > Hi Ian - that fixed it! Thanks!!! I've been able to compile numerous tests > > and play around with the font size and style. > > > > Here is a different issue: > > > > the fltk-config --complile is not find

Re: [fltk.general] change labelfont and labelize in fltk 1.3.2

2013-02-21 Thread Greg Ercolano
On 02/21/13 18:09, edgar wrote: >> >> On 21 Feb 2013, at 20:33, edgar wrote: > Hi Ian - that fixed it! Thanks!!! I've been able to compile numerous tests > and play around with the font size and style. > > Here is a different issue: > > the fltk-config --complile is not finding FL_Box. > >

Re: [fltk.general] change labelfont and labelize in fltk 1.3.2

2013-02-21 Thread edgar
> > On 21 Feb 2013, at 20:33, edgar wrote: Hi Ian - that fixed it! Thanks!!! I've been able to compile numerous tests and play around with the font size and style. Here is a different issue: the fltk-config --complile is not finding FL_Box. I typed fltk-config --complile hello.cxx and

Re: [fltk.general] change labelfont and labelize in fltk 1.3.2

2013-02-21 Thread edgar
> > On 21 Feb 2013, at 20:33, edgar wrote: > >=20 > > I installed the packages above as mentioned. One note according to = > Ubuntu support: libglut3-dev has been replaced. This package has been = > replaced by ``freeglut3-dev''. Could this be affecting the fonts? > > No, that would only affect us

Re: [fltk.general] change labelfont and labelize in fltk 1.3.2

2013-02-21 Thread Ian MacArthur
On 21 Feb 2013, at 20:33, edgar wrote: > > I installed the packages above as mentioned. One note according to Ubuntu > support: libglut3-dev has been replaced. This package has been replaced by > ``freeglut3-dev''. Could this be affecting the fonts? No, that would only affect use of GL and GL

Re: [fltk.general] change labelfont and labelize in fltk 1.3.2

2013-02-21 Thread edgar
> > On 21 Feb 2013, at 02:35, edgar wrote: > > > I copied hello.cxx from the docs and compiled but the font comes up = > tiny- > > definitely not 36 - and does not change when other values are given as = > arguments. Nor do the fonts change. If you send me an email address I = > will send a screen

Re: [fltk.general] change labelfont and labelsize in fltk 1.3.2

2013-02-21 Thread edgar
> > On 21 Feb 2013, at 03:09, edgar wrote: > > >> I just installed Xext lib and compiled hello.cxx with -lXext. > > > It compiled but still no change in labelfont and label size. :( > > See my earlier post - I suspect you are missing more dev packs than just = > Xext... > > Also, once you have inst

Re: [fltk.general] change labelfont and labelsize in fltk 1.3.2

2013-02-21 Thread edgar
> > On 21 Feb 2013, at 03:09, edgar wrote: > > >> I just installed Xext lib and compiled hello.cxx with -lXext. > > > It compiled but still no change in labelfont and label size. :( > > See my earlier post - I suspect you are missing more dev packs than just = > Xext... > > Also, once you have inst

Re: [fltk.general] change labelfont and labelsize in fltk 1.3.2

2013-02-21 Thread edgar
> > On 21 Feb 2013, at 03:09, edgar wrote: > > >> I just installed Xext lib and compiled hello.cxx with -lXext. > > > It compiled but still no change in labelfont and label size. :( > > See my earlier post - I suspect you are missing more dev packs than just = > Xext... > > Also, once you have inst

Re: [fltk.general] change labelfont and labelsize in fltk 1.3.2

2013-02-21 Thread Ian MacArthur
On 21 Feb 2013, at 03:09, edgar wrote: >> I just installed Xext lib and compiled hello.cxx with -lXext. > It compiled but still no change in labelfont and label size. :( See my earlier post - I suspect you are missing more dev packs than just Xext... Also, once you have installed the missing p

Re: [fltk.general] change labelfont and labelize in fltk 1.3.2

2013-02-21 Thread Ian MacArthur
On 21 Feb 2013, at 02:35, edgar wrote: > I copied hello.cxx from the docs and compiled but the font comes up tiny- > definitely not 36 - and does not change when other values are given as > arguments. Nor do the fonts change. If you send me an email address I will > send a screenshot with code

Re: [fltk.general] Missing scandir() (STR #2687) - now STR #2931

2013-02-21 Thread Michael Baeuerle
Ian MacArthur wrote: > Michael Baeuerle wrote: > > > > Albrecht has mentioned the ABI and it looks like this is a problem for > > 'fl_filename_list()'. The sort functions are exported as C, but > > 'fl_filename_list()' is exported as C++. > > I have tried to statically link code that use the new 'f