home Forums # Technical Support Cannot get Fuzzylite working with Visual Studio on Win 64

Viewing 8 posts - 11 through 18 (of 18 total)
  • Author
    Posts
  • #1752

    Hi,

    once you install visual studio, you will find a folder in your start menu called visual studio or something. Inside, you will find a special Terminal/Console/Command Line that automatically executes some BAT file loading up the required configuration of Visual Studio, and therein you will be able to call nmake.

    #1753
    Unknown
    Member

    hi Juan,
    These are the consoles I find with visual studio installation.
    Non of them automatically install the required links.

    #1754

    Hi,

    I think in Developer Command Prompt, or either of the Native Tools Command Prompt, you should be able to execute the command nmake. Else, please find the command in your hard drive. Same for cmake.

    #1755
    Unknown
    Member

    Hi, I tried compiling All_Build project.
    And now I’m getting only 5 errors for each project.

    Can you please help me to solve this.

    #1756

    HI,

    I am sorry, but I do not know what those errors are. Please, make sure you can compile in console first. All you need is to compile in console and the use the resulting libraries in your VS project.

    As I mentioned before, please make sure you remove “-pedantic -Werror” (Linux) and “/Wx” (Windows) from the CMakeLists.txt script.

    You should build fuzzylite using the build.bat file in the fuzzylite folder.

    #1757

    HI,

    I am sorry, but I do not know what those errors are. Please, make sure you can compile in console first. All you need is to compile in console and the use the resulting libraries in your VS project.

    As I mentioned before, please make sure you remove “-pedantic -Werror” (Linux) and “/Wx” (Windows) from the CMakeLists.txt script.

    You should build fuzzylite using the build.bat file in the fuzzylite folder.

    #1758
    Unknown
    Member

    Hi Juan,
    Thank you very much for your quick responses.
    NMake command is working for me now. But Im getting a new error when I run build.bat.
    It says “NMAKE : fatal error U1064: MAKEFILE not found and no target specified”

    How can I solve this.

    #1759

    Hi,

    it seems build.bat is not finding CMake from command line.

    Make sure you can run cmake from command line. If you cannot, you will need to find the way to have the command CMake available. I would guess you need modify the environmental variable PATH to something like PATH=...\ProgramFiles\CMake\bin and run the console again. You can investigate how to do this. Once you have cmake available, you should be able to build fuzzylite using build.bat.

    Cheers.

Viewing 8 posts - 11 through 18 (of 18 total)
  • You must be logged in to reply to this topic.