home › Forums › # Technical Support › error in running example of fuzzylogic › Reply To: error in running example of fuzzylogic
November 11, 2014 at 08:51
#1503
Keymaster
Hi,
Please, make sure that the file fl/Headers.h
is accessible from -Ifuzzylite
, that is, ./fuzzylite/fl/Headers.h
should be accessible from wherever you are running g++ mam22.cpp -Ifuzzylite -L/home/sherry/Desktop/fuzzylite-5.0/fuzzylite/debug/bin -lfuzzylite-static
.
Cheers.