Are you sure the message was "program not executable?" Or was it "the system cannot execute the specified program?"
I think the former most likely means that some command clang was
trying to execute did not have execute permission. That's pretty
unusual in Windows because files inherit permissions from their
parent directories and directories have execute permission.
The latter message has been seen by some of us before when
running the 64-bit tools from Visual Studio, which is a 32-bit
application, and the solution was to use the 32-bit tools. This
would be the first time I am aware of it happening when run from
the command line. My initial suggestion in this case is to make
sure you are using a 64-bit command prompt executable. Apparently
it can happen when dll dependencies are not found but that is not
the only reason.
<soapbox>
I have encountered this type of useless error message far too
often in my career. Developers who save themselves a few minutes
by omitting vital information from error messages and managers who
approve release of such error handling should be fired. They cause
users and developers who encounter these messages to waste hours
even days trying to track down problems. The minimum acceptable in
this case is the name of the program that could not be executed
and the reason why it couldn't be executed.
</soapbox>
Regards
-Mark
NOTE: This electronic mail message may contain confidential and privileged information from HI Corporation. If you are not the intended recipient, any disclosure, photocopying, distribution or use of the contents of the received information is prohibited. If you have received this e-mail in error, please notify the sender immediately and permanently delete this message and all related copies.
--For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to emscripten-disc...@googlegroups.com.