You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this worked for me
On your own Linux/Mac: Download the source for fltk 1.1.10 and unpack it in a directory of your choice. You should be able to execute "configure", "make", and "sudo make install" to install fltk in /usr/local/lib and /usr/local/include.
I can not run this core without following file. How can i do it
#ifndef FLTK_GUARD
#define FLTK_GUARD 1
#include "FL/Fl.H"
#include "FL/Fl_Window.H"
#include "FL/Fl_Button.H"
#include "FL/Fl_Input.H"
#include "FL/Fl_Output.H"
#include // for exit(0)
#include "FL/fl_draw.H"
#include "FL/Enumerations.H"
#include "Fl/Fl_JPEG_Image.H"
#include "Fl/Fl_GIF_Image.H"
#endif
The text was updated successfully, but these errors were encountered: