[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

tix8.1 wrapper for ruby?

Ferenc Engard

10/23/2003 9:27:00 PM

Hello,

I was looking for tk extension wrappers, and found the tcltk-ext package
in RAA. I was really happy, downloaded it, and blindly tried it out:

--------------------------------------------------------------
fery@domesticus:~/transfer/tcltk-ext051$ cat tix81.def
$pre_load_lib = [
nil
]

$ext_lib_info = [
['Tix', '/usr/lib/libtix8.1.8.4.so.1', ['/usr/lib/tix8.1']],
nil
]
fery@domesticus:~/transfer/tcltk-ext051$ ./mk_tkextlib.rb -p tix81
../mk_tkextlib.rb:2164: warning: don't put space before argument
parentheses
../mk_tkextlib.rb:2169: warning: don't put space before argument
parentheses
../mk_tkextlib.rb:2449: warning: don't put space before argument
parentheses
../tcltkextlib.rb:54: warning: don't put space before argument
parentheses
../tcltkextlib.rb:219: warning: don't put space before argument
parentheses
#############################################
(Ãí) °Ê²¼¤ÇȯÀ¸¤¹¤ë Tcl/Tk ¾å¤Î¥¨¥é¡¼¤Ï
¸¡ºº²áÄø¤ÎÅÔ¹ç¾åÀ¸¤¸¤ë¤â¤Î¤Ç¤¢¤ë¤Î¤Ç¡¤
Ä̾ï¤Ï̵»ë¤·¤Æ¤«¤Þ¤ï¤Ê¤¤
#############################################
Error:
a1

Error:
a1
value for "a2" missing
while executing
"tixClass a1 a2"

--------------------------------------

So, what can I do?

Thanks:
Ferenc

PS: Running mk_tkextlib.rb I have realized that the tcltklib+exception
problem
(http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=200309141511.h8EFBYd13608%40moul...)
still exists...