Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows build issue commands not found #5261

Closed
dhruvilbadani opened this issue Feb 6, 2017 · 1 comment
Closed

Windows build issue commands not found #5261

dhruvilbadani opened this issue Feb 6, 2017 · 1 comment
Labels

Comments

@dhruvilbadani
Copy link

dhruvilbadani commented Feb 6, 2017

Issue summary

I get the following error when trying to scripts/run build_win.cmd

scripts/build_win.cmd: line 1: @echo: command not found
scripts/build_win.cmd: line 2: @setlocal: command not found
scripts/build_win.cmd: line 4: ::: command not found
scripts/build_win.cmd: line 5: syntax error near unexpected token `('
scripts/build_win.cmd: line 5: `if DEFINED APPVEYOR ('

Steps to reproduce

cd /c/
mkdir Projects
cd Projects/
git clone https://github.com/BVLC/caffe.git
cd caffe/
git checkout windows
scripts/build_win.cmd

Your system configuration

Operating system: Windows 10
Compiler:
CUDA version (if applicable): 8.0
CUDNN version (if applicable): 2.5
BLAS:
Python or MATLAB version (for pycaffe and matcaffe respectively): Python 3.5 (Anaconda)

@willyd
Copy link
Contributor

willyd commented Feb 7, 2017

Looks like you are not executing the script from cmd.exe prompt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants