home Forums # Technical Support How can I compile this with CodeBlocks? Reply To: How can I compile this with CodeBlocks?

#2264
Unknown
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”);