Hi, I made the build files, and them made a “sudo make install” inside the release folder.
After that, I tried to include the library on QT creator using #include <lf/Headers.h> and it did fine, but when i try to compile, it show me a lot of erros, like
/usr/local/include/fl/Engine.h:75: error: invalid conversion from ‘long int’ to ‘std::string* {aka std::basic_string<char>*}’ [-fpermissive]
virtual bool isReady(std::string* status = fl::null) const;
/usr/local/include/fl/Engine.h:94: error: invalid conversion from ‘long int’ to ‘std::string* {aka std::basic_string<char>*}’ [-fpermissive]
virtual Type type(std::string* name = fl::null, std::string* reason = fl::null) const;
^
/usr/local/include/fl/Engine.h:94: error: invalid conversion from ‘long int’ to ‘std::string* {aka std::basic_string<char>*}’ [-fpermissive]
virtual Type type(std::string* name = fl::null, std::string* reason = fl::null) const;
^
^