home › Forums › # Technical Support › error in running example of fuzzylogic › Reply To: error in running example of fuzzylogic
November 13, 2014 at 21:31
#1508
Keymaster
Hi,
if you are located in /home/sherry/myFolder
, and you execute:
g++ mam22.cpp -Ifuzzylite -L/home/sherry/Desktop/fuzzylite-5.0/fuzzylite/debug/bin -lfuzzylite-static
then the -Ifuzzylite
(i.e., include folder fuzzylite) requires that the following file exist:
/home/sherry/myFolder/fuzzylite/fl/Headers.h
Is this clearer?