Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fltk.h [Error] FL/Fl.H: No such file or directory #6

Open
1040003585 opened this issue Jun 16, 2019 · 2 comments
Open

fltk.h [Error] FL/Fl.H: No such file or directory #6

1040003585 opened this issue Jun 16, 2019 · 2 comments

Comments

@1040003585
Copy link

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

@px302
Copy link

px302 commented Jul 29, 2020

setup fltk header to your IDE(visual studio maybe)

@jamesngangabest
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants