Re: Coyote Library Updates [message #77147 is a reply to message #62777] |
Wed, 03 August 2011 09:12   |
Jeremy Bailin
Messages: 618 Registered: April 2008
|
Senior Member |
|
|
On 8/3/11 11:41 AM, David Fanning wrote:
> Jeremy Bailin writes:
>
>>>> Is it just my imagination, or has greek.pro gone missing?
>>>
>>> I hope not, I've been using it all day!
>>>
>>> Gone missing from where?
>>>
>>> Cheers,
>>>
>>> David
>>>
>>> P.S. I just about have my "evaluate at run-time"
>>> keyword and parameter problems solved. But, I have
>>> been seeing some real strange behavior, too.
>>> Programs that should be identical are not, etc.
>>> Is the moon full or something? :-(
>>
>>
>> I just downloaded
>> http://www.idlcoyote.com/programs/zip_files/coyoteprograms.z ip and it's
>> not in there anywhere I can find.
>
> I just clicked on this link, downloaded the zip file,
> opened it up, and there is greek.pro just as clear
> as day!
>
> What else could be going on that prevents you from seeing
> this!?
>
> Anyone else having trouble with zip files on a Mac?
So I just looked closely at the output when I ran "unzip
coyoteprograms.zip" and noticed the following lines:
skipping: cgimage.pro unsupported compression method 14
skipping: greek.pro unsupported compression method 14
skipping: cgwindow.pro unsupported compression method 14
which is clearly the problem! It looks like compression method 14 is
LZMA, which is not defined in the Zip standard but is used by WinZip. Is
there maybe a flag that tells it to only use compression methods 0 to 10?
-Jeremy.
|
|
|