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:36
#2188
Member
# g++ Hello.cpp -I/home/inam/Downloads/fuzzylite-5.0/fuzzylite-5.0 -L/home/inam/Downloads/fuzzylite-5.0/fuzzylite-5.0/fuzzylite/debug/bin -lfuzzylite-static
Hello.cpp:1:24: fatal error: fl/Headers.h: No such file or directory
#include <fl/Headers.h>
^
compilation terminated.
in -I path i give the path where fuzzylite folder is located but give it same error again.