home Forums # Technical Support error in running example of fuzzylogic Reply To: error in running example of fuzzylogic

#1508

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?