home Forums # Technical Support Win64 + Eclipse

Tagged: 

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

    Is there Win64 build of FuzzyLite libs?

    I downloaded 32bit binaries and got them working from Visual Studio, forcing 32-bit app build, but still have a lot of troubles to make them working with other 64 libraries and within Eclipse/MinGW 64bit environment.

    #1478

    Hi Nikola,

    Thank you for your question.

    In Unix, and I think MinGW too, you should be able to build fuzzylite in 64bit passing the option -m64 to the compiler. However, most likely you will have to remove the -Werror flag as there are some warnings being raised when returning std::vector::size_t as an int from some methods. The -Werror flag converts warnings to errors. Let me know if this helps.

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