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

2013-02-22 Thread Ian MacArthur
On 22 Feb 2013, at 22:16, edgar wrote: > > Thanks so much for all of the terrific advice. You're welcome: we're happy to help! > I have a lot of experience using Finale and ProTools, but I am new to > programming. Take a look at Musescore and Rosegarden then - they cover a lot of the same g

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

2013-02-22 Thread edgar
Hi Ian, Thanks so much for all of the terrific advice. I have a lot of experience using Finale and ProTools, but I am new to programming. > > Music applications? You mean like Finale and Sibelius? Or something else? I teach music theory at a college in Illinois. I take it you are in the UK? I

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

2013-02-22 Thread edgar
> If you are trying to build fltk from source, as you described, > then you should consider uninstalling the system fltk package > and all fltk versions you may have installed previously, > unless you need fltk for another system-supplied package. > > Albrecht > Hi Albrecht, I took your advice.

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

2013-02-22 Thread MacArthur, Ian (Selex ES, UK)
> Hmm, the error message is a linker error, so the compiling stage > should have passed successfully. Maybe a library version mix, as > I wrote in my other post? Oops, oh yeah! This email and any attachments are confidentia

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

2013-02-22 Thread MacArthur, Ian (Selex ES, UK)
> BTW, I am hoping to write music applications. Music applications? You mean like Finale and Sibelius? Or something else? > Does fltk have any music fonts or libraries > dealing with music notation? No, fltk does not have helper libs for, well, anything really; the L in fltk means (allegedly!)

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

2013-02-22 Thread Albrecht Schlosser
On 22.02.2013 10:44, MacArthur, Ian (Selex ES, UK) wrote: >> 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: un

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

2013-02-22 Thread Albrecht Schlosser
On 22.02.2013 03: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-22 Thread MacArthur, Ian (Selex ES, UK)
> 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 con

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 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