在 Monday 22 December 2008 03:50:53,Vadim Konovalov 写道: > 在 Thursday 18 December 2008 19:09:05,Will Coleda 写道: > > > On Thu, Dec 18, 2008 at 5:55 PM, Vadim Konovalov <[email protected]> wrote: > > > it works for me (both linux and windows) but of course I'll investigate > > > what is going wrong > > > > FYI, This was on the linux box, feather.perl6.nl. > > yes, I also see the error. > I'll take care of it.
feather.perl6.nl machine has the TCL shared lib at /usr/lib/libtcl8.4.so.0 and there is no /usr/lib/libtcl8.4.so Currently I do not know how common this is (I'll investigate this however) After I've created a symlink: ln -s /usr/lib/libtcl8.4.so.0 libtcl8.4.so ... and then added the library "./libtcl8.4" into the "try" list, the GUI appeared on feather pc! Another time, I've tried to explicitly add /usr/lib/libtcl8.4.so.0 to the try list - to no success. That said, the "loadlib" opcode seemingly not able to deal with "libtcl.8.4.so.0" even when fully specified path to shared library. Is it my fault somewhere? > > The best place today is at https://trac.parrot.org/ Please advise me anyone how to deal with a following error: > Right now I seemingly do not have a possibility: > > Error: Forbidden > TICKET_CREATE privileges are required to perform this operation > > I would be grateful for help in resolving this. > My user id is vkon > May be I am trying to create a ticket in a wrong place? I am willing to add the Tcl/Tk GUI to parrot, and seemingly it started working. I really think that Tcl::Tk for parrot will be ready within 2 or 3 steps... Current version of files that I want to add is here: http://lists.parrot.org/pipermail/parrot-dev/2008-December/000674.html With best regards, Vadim. _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
