#101551 - HotChilli - Wed Sep 06, 2006 12:38 pm
I try compiling ds_project_template but Visual Studio did'nt find make! Enviroment variables is apropriate: Start->Run "make" works fine. And "make" in console command line too...
Here is Visual Studio log:
Essential phrase is "'make' is not recognized as an internal or external command, operable program or batch file" Some troubles with enviroment variables in Visual Studio?
PS: When I set "cmd" or "regedit" instead "make" all works properly - commands call successful.
PS: Microsoft Development Enviroment 2003 - Version 7.1.3088.
Windows XP SP2.
Here is Visual Studio log:
Quote: |
Command Lines Creating temporary file "C:\DOCUME~1\HotChilli\LOCALS~1\Temp\BAT000002.bat" with contents
[ @echo off make if errorlevel 1 goto VCReportError goto VCEnd :VCReportError echo Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions" exit 1 :VCEnd ] Creating command line "C:\DOCUME~1\HotChilli\LOCALS~1\Temp\BAT000002.bat" Output Window Performing Makefile project actions 'make' is not recognized as an internal or external command, operable program or batch file. Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions" Results Build log was saved at "file://d:\_nds\_Projects\Testo\vc-make\Debug\BuildLog.htm" vc-make - 1 error(s), 0 warning(s) |
Essential phrase is "'make' is not recognized as an internal or external command, operable program or batch file" Some troubles with enviroment variables in Visual Studio?
PS: When I set "cmd" or "regedit" instead "make" all works properly - commands call successful.
PS: Microsoft Development Enviroment 2003 - Version 7.1.3088.
Windows XP SP2.