home Forums # Technical Support [C++]use Build.bat with error Reply To: [C++]use Build.bat with error

#1918
Unknown
Member

Hi, Juan

Thank you for gave me these useful advice.

I use Visual Studio Console run build.bat, here is my result

D:\Work_applications\Curriculum5_Fuzzy_control\fuzzylite-5.0\fuzzylite-5.0\fuz
zylite>build.bat
Building schedule: all
Starting in 3 seconds…

****************************************
STARTING: all

****************************************
STARTING: debug
CMake Error: Could not create named generator NMake Makefiles

Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved.

The system cannot execute the specified program.
NMAKE : fatal error U1077: ” : return code ‘0x1’
Stop.

FINISHED: debug
****************************************

****************************************
STARTING: release
CMake Error: Could not create named generator NMake Makefiles

Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved.

The system cannot execute the specified program.
NMAKE : fatal error U1077: ” : return code ‘0x1’
Stop.

FINISHED: release
****************************************

FINISHED: all
****************************************

So where is my problem?

Please help me to solve these problems,and I would really appreciate for you

Han.