I'm trying to get an FLTK project going so I've followed this thread. When I build, I get a message that your sample project has built successfully but no GUI appears when I run it. There is no executable in the project folder either. I must be missing something out so I just want to check it.
I've run the fltk-config command for both the compiler and linker options getting
Code: Select all
-I. -I./png -I./zlib -I./jpeg -mwindows -DWIN32 -DUSE_OPENGL32 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
Code: Select all
-L./lib -mwindows -lfltk -lole32 -luuid -lcomctl32
Do i need to separate the items with semicolons or is pasting these just as they are in the relevent boxes OK? The code completion works fine so Codelite is definitely finding the FLTK libraries.