home › Forums › # Technical Support › How can I compile this with CodeBlocks? › Reply To: How can I compile this with CodeBlocks?
October 20, 2016 at 13:34
#2264
Member
im working with fuzzylite 4.0 to generate c++ code for controlling quadrotor using fuzzy logic , but when i try to compile the simple c++ example (food and service ) using CodeBlocks as the IDE in ubuntu 14.04 i get this error
undefined reference to ‘fl::engine::engine(std::string const&)’
in this line :
l::Engine* engine = new fl::Engine;
engine->setName(“walid”);