문제

When I try to compile a simple source code in c++ using jgrasp i get this

----jGRASP wedge2 error: command "g++" not found. ---- This command must be in the current working directory ---- or on the current PATH to use this function. ---- PATH is ";C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files (x86)\Windows Kits\8.0\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\QuickTime\QTSystem\". ----jGRASP: operation complete.

anyone know how to fix it? Im using windows 8

도움이 되었습니까?

해결책

You either don't have a C++ compiler installed on your machine or you have a C++ compiler installed and have not added it to your PATH.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top