missing encode_gif.pro [message #81022] |
Thu, 02 August 2012 11:26  |
justin.elfritz
Messages: 1 Registered: August 2012
|
Junior Member |
|
|
Running IDL 7.0 on our unix server, and I recently found that calls to write_gif.pro are failing, throwing the following message:
% Compiled module: WRITE_GIF.
% Attempt to call undefined procedure/function: 'ENCODE_GIF'.
% Error occurred at: WRITE_GIF 302
I had used write_gif for years to generate movies, prior to a couple of months ago, and now this encode_gif procedure seems to be missing. Has anyone encountered this problem, or can anyone provide me with the encode_gif.pro source?
|
|
|
Re: missing encode_gif.pro [message #81173 is a reply to message #81022] |
Wed, 22 August 2012 16:24  |
Jim Pendleton
Messages: 165 Registered: November 2011
|
Senior Member |
|
|
On Thursday, August 2, 2012 12:26:00 PM UTC-6, justin....@gmail.com wrote:
> Running IDL 7.0 on our unix server, and I recently found that calls to write_gif.pro are failing, throwing the following message:
>
>
>
>
>
> % Compiled module: WRITE_GIF.
>
> % Attempt to call undefined procedure/function: 'ENCODE_GIF'.
>
> % Error occurred at: WRITE_GIF 302
>
>
>
>
>
> I had used write_gif for years to generate movies, prior to a couple of months ago, and now this encode_gif procedure seems to be missing. Has anyone encountered this problem, or can anyone provide me with the encode_gif.pro source?
ENCODE_GIF is an internal DLM routine and should be in the idl_gif.so file in your idl*/bin/bin.* folder. Have you lost some files from your distribution?
Does HELP, /DLM show an entry for GIF? Has your !DLM_PATH been modified in a way that makes it unable to find the installed DLMs?
|
|
|