Greg wrote:
>> g++ -Wall -g -Iinc -Iinc/core -D__LINUXBUILD__ `fltk-config --cflags` 
>> -Iinc/gui -DGUI -c -o src/gui/gui_conn.o src/gui/gui_conn.cpp

        Maybe `fltk-config --cflags` should be `fltk-config --cxxflags`
        (Since you're using the C++ compiler)

        If that doesn't help, try showing us the complete compile line
        with the fltk-config expansion, and verify the directories that
        fltk-config refers to for the -I flags really exists.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to