> On 2009-05-21, Jane <[email protected]> wrote:

> > my compiler (gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3) complains
> > when you set a custom textcolor in fluid that there is no
> > such method. so i just substituted Fl_Color with int and it
> > works great now!


Jan,

I finally got to do some work on my ubuntu 9.04 test box, and I tried compiling 
the spinner test example I used earlier.

On this box, it compiles without issue:

gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4)

i...@immpc7:~/src/tests$ fltk-config --compile spinner-test.cxx
g++ -I/usr/local/include -I/usr/include/freetype2 -D_THREAD_SAFE -D_REENTRANT 
-o spinner-test spinner-test.cxx /usr/local/lib/libfltk.a -lXft -lpthread -ldl 
-lm -lXext -lX11

i...@immpc7:~/src/tests$ fltk-config --version
1.1.9

This example has the line:

   o->textcolor(FL_SELECTION_COLOR);

Which I think is what was causing issues for you?

I wonder what is different in my test, from what you are seeing in your build?

--
Ian



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

Reply via email to