chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] getopt-long complains about missing property


From: Markus Klotzbuecher
Subject: [Chicken-users] getopt-long complains about missing property
Date: Fri, 25 Feb 2011 16:56:57 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

Dear All,

I'm get an error with the getopt-long egg. It is reproducible with the
example on the getopt-long egg page:

Error: invalid getopt-long option property: required?

       Call history:
       <syntax>   (getopt-long (quote ("my-prog" "-vk" "/tmp" "foo1" 
"--x-includes=/usr/include" "--rnet-server=lampro...
       <syntax>                      (quote ("my-prog" "-vk" "/tmp" "foo1" 
"--x-includes=/usr/include" "--rnet-server=lamprod" "--" "-fre...
       <syntax>   (##core#quote ("my-prog" "-vk" "/tmp" "foo1" 
"--x-includes=/usr/include" "--rnet-server=lamprod" "--...
       <eval>                        (getopt-long (quote ("my-prog" "-vk" 
"/tmp" "foo1" "--x-includes=/usr/include" "--rnet-server=lampro...
       g36773685          
       getopt-long#make-single-char       
       ->string                             
       string->list                           
       fold                                     
       error                                            <--

According to the docs required? should be a valid property.

I'm on debian, chicken Version 4.6.0, getopt-long v1.12, matchable
v3.1.

Thanks in advance for any help!
Markus




reply via email to

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