Re: ImageMagick "display" and "convert" fail with a Visual C++ runtime error

2007-04-30 Thread Dmitry Golovaty
Igor Peshansky wrote: On Wed, 25 Apr 2007, Dmitry Golovaty wrote: Thanks, Igor. PATH is usually processed left-to-right. As an alternative to what Brian suggested, simply prepending C:\cygwin\bin to the PATH should work. C:\cygwin\bin has been in the PATH all the time; the

Re: ImageMagick "display" and "convert" fail with a Visual C++ runtime error

2007-04-25 Thread Dmitry Golovaty
Thanks, Igor. PATH is usually processed left-to-right. As an alternative to what Brian suggested, simply prepending C:\cygwin\bin to the PATH should work. C:\cygwin\bin has been in the PATH all the time; the problem seems to have been that the PATH statement contained a MATLAB directory some

Re: ImageMagick "display" and "convert" fail with a Visual C++ runtime error

2007-04-20 Thread Dmitry Golovaty
Thanks again - everything works now. Dmitry Brian Dessent wrote: Dmitry Golovaty wrote: Thanks - the culprit is the MATLAB entry /cygdrive/c/Program Files/MATLAB/R2007a/bin/win32 in the path; removing it fixes the problem ... is there way to pluck it out automatically (e.g. in .bashrc

ImageMagick "display" and "convert" fail with a Visual C++ runtime error

2007-04-19 Thread Dmitry Golovaty
Thanks - the culprit is the MATLAB entry /cygdrive/c/Program Files/MATLAB/R2007a/bin/win32 in the path; removing it fixes the problem ... is there way to pluck it out automatically (e.g. in .bashrc) when the path is imported from Windows at Cygwin start-up? Thanks again and sorry for starting an