home Forums # Technical Support Problems when building from source

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #983
    Unknown
    Member

    Hello,

    Congratulations for the 4.0 release of fuzzylite.

    I’m trying to package it for the Arch Linux user repository, but I’ve run into 2 issues:

    1) The install rule installs the libfuzzylite.so into ‘bin’ not ‘lib’
    2) When compiling the qt interface, the following error is issued:

    qt/About.h:33:22: fatal error: ui_About.h: No such file or directory
    #include “ui_About.h”

    Thanks,

    Lucas.

    #984

    Hi Lucas,

    thanks for your kind words.

    (1) It was my mistake to put the libraries in same bin folder. If it is an issue for you, please remove the line set(LIBRARY_OUTPUT_PATH bin) from fuzzylite/CMakeLists.txt. I think that would do.

    (2) The ui_* files should be located in folder qtfuzzylite. Make sure they are there, otherwise you may want to either check folder qtfuzzylite/ui to find them or make sure . is indeed in the INCLUDE_PATH (which it should given line include_directories(. ${CMAKE_SOURCE_DIR}/../fuzzylite) in qtfuzzylite/CMakeLists.txt).

    Let me know if it helps.

    Cheers.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.