[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mkoctfile include directory with spaces
From: |
PhilipNienhuis |
Subject: |
Re: mkoctfile include directory with spaces |
Date: |
Sun, 29 Nov 2015 04:22:27 -0800 (PST) |
raymadigan wrote
> I am just learning how to create oct files to use in octave and I have not
> been able to get the file to compile if I have an include path that is in
> the "Program Files" directory on windows. I assume the problem is because
> of the space and I have tried all combinations of quotes to get around it.
> I have figured out how to do most other things but can't seem to get this
> correct yet. Any help would be appreciated.
You didn't install Octave in C:\Program Files, did you?
Octave itself might still work to a large extent but mkoctfile just won't
work if Octave is installed in any path containing spaces. The only way out
then is to uninstall and the reinstall in a path without spaces.
If you did install Octave properly, you might try to enclose the include
path in double quotes; or copy the include files you need to a subdirectory
w/o spaces (usually the easiest option).
Philip
--
View this message in context:
http://octave.1599824.n4.nabble.com/mkoctfile-include-directory-with-spaces-tp4673675p4673677.html
Sent from the Octave - General mailing list archive at Nabble.com.