The system cannot find the path specified.
Hi
Why on this job https://ci.appveyor.com/project/zosrothko/poco/build/build%20poco-1...
does one get
if "%platform%"=="x64" ( dir %MYSQL64%\include )
The system cannot find the path specified.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Ilya Finkelshte... on 16 Mar, 2018 03:27 AM
Probably because of spaces in the path. You can set
MYSQL64: '"C:\Program Files\MySql\MySQL Server 5.7"'
or calldir "%MYSQL64%\include"
.zosrothko closed this discussion on 17 May, 2018 09:00 AM.