FutureAIGuru / BrainSimII

Neural Simulator for AGI research and development
http://brainsim.org
MIT License
87 stars 25 forks source link

Build_installer.cmd doesn't run because of missing path #183

Open FutureAIGuru opened 3 years ago

FutureAIGuru commented 3 years ago

Describe the bug ...but buildAndSign.bat works ok.

I seem to remember build_installer.cmd working OK before so there is some environment issue.

ghost commented 3 years ago

Check line 25, it hard-codes a path local to your machine....

FutureAIGuru commented 3 years ago

The intent there is that it’s a default value and we’ll put in a parameter.

The real problems start at line 48 where vcvarsall.bat can’t be found. It’s on the path if you start a VS Command prompt but not on the default command window which opens if you double-click the .cmd file.