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 17:30
#2187
Keymaster
Hi,
thank you for your post.
Please, try:
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
In your case, the file fl/Headers.h
has to be directly accessible from /home/inam/Downloads/fuzzylite-5.0/fuzzylite-5.0/
. Otherwise, please adjust the -I
path to achieve so.
Cheers.