fstiewitz / build-tools-cpp

Build your projects in atom
https://atom.io/packages/build-tools
MIT License
31 stars 6 forks source link

Command not running #38

Closed alex-torregrosa closed 8 years ago

alex-torregrosa commented 8 years ago

When I try to execute any comand I get an error saying "recieved error: spawn C:\WINDOWS\system32\cmd.exe ENOENT". Running Atom 1.0.19 on windows 10 32-bit.

captura de pantalla 2

fstiewitz commented 8 years ago

Can you post the command's configuration ? Do you use wildcards ?

alex-torregrosa commented 8 years ago

Yes, I use wildcards. This is my command config: captura de pantalla 5

fstiewitz commented 8 years ago

build-tools stores most of its commands in a file called build-tools-cpp.projects. My guess is that this file somehow got corrupted. I think that the project path is somehow wrong and the easiest solution would probably be to set the Working Directory to the absolute folder path.

alex-torregrosa commented 8 years ago

Problem solved by creating new project in separate folder, thanks for the help!

fstiewitz commented 8 years ago

As I said, its probably a corrupt config file. I'll release the next major update this month which won't rely on said config file anymore, so issues of this kind should resolve themselves.