home › Forums › # Technical Support › error in compiling .cpp file with fuzzylit library › Reply To: error in compiling .cpp file with fuzzylit library
July 21, 2016 at 21:48
#2190
Keymaster
Hi,
as mentioned before, you need to make sure the following file exists:
/home/inam/Downloads/fuzzylite-5.0/fuzzylite-5.0/fl/Headers.h
when you write `-I
/home/inam/Downloads/fuzzylite-5.0/fuzzylite-5.0/the
fl/Headers.h` must be accessible from there. In your case, it seems it is not accessible from there. Please make sure this is the case.
In addition, you could try adding Hello.cpp
at the end (e.g., g++ -I... -l... Hello.cpp
).
Cheers.