|
| From: | Nicholas Jankowski |
| Subject: | [Octave-bug-tracker] [bug #51344] [octave forge] (video) warning: comparison between signed and unsigned integer expressions |
| Date: | Fri, 1 Mar 2019 17:00:43 -0500 (EST) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299 |
Follow-up Comment #2, bug #51344 (project octave):
my system currently has permission issues compiling in the user/appdata/temp
location. As such, I redefined tmpdir to another location prior to doing a
pkg install using:
setenv('tmpdir','c:\programs\octave\temp')
verifying now, in the same session as the error below Octave gives
octave:7> tempdir
ans = c:\programs\octave\temp\
So why am I just noticing that at the end of that error block the pkg
installer was tryig to use
C:\Users\NICHOL~1.JAN\AppData\Local\Temp/oct-Xa5crd.o
which is the normal location of TEMP and TMP in my system. is something in the
installer looking at the system TEMP or TMP instead of my redefined tmpdir
within octave? I can't tell from the message if this is the same permission
error / compile failure I described in bug #55646 that was fixed by pointing
octave's tmpdir elsewhere.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?51344>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |