gQSPSim / gQSPSim_public

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Handle situation where C compiler is not installed #4

Open feigelman opened 1 year ago

feigelman commented 1 year ago

Running startQSP without a compiler installed gives the following error. We should handle this more gracefully.

Error using mex.getCompilerConfigurations C not detected; check that you are in the correct current folder, and check the spelling of 'C'.

Error in QSPapp (line 54) if isempty(mex.getCompilerConfigurations('C','Supported'))

Error in startQSP (line 3) QSPapp;