octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #52792] Error and crash with imread


From: Andreas Weber
Subject: [Octave-bug-tracker] [bug #52792] Error and crash with imread
Date: Wed, 3 Jan 2018 15:31:07 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #6, bug #52792 (project octave):

If you use double quotes, backslashes \ are interpreted so you have to escape
them or using single quotes. So please try


setenv ("MAGICK_CONFIG_PATH",
'C:\usr\Octave_421\lib64\GraphicsMagick-1.3.25\config')


or


setenv ("MAGICK_CONFIG_PATH",
"C:\\usr\\Octave_421\\lib64\\GraphicsMagick-1.3.25\\config')



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52792>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]