Prev: Question regarding binary strings
Next: does exist a "one-file" tclxml, tcldom, etc. version for starkit'ting/starpack'aging?
From: Erik Leunissen on 10 Jan 2010 16:43 Hello all, The source code for Tkhtml2.0 at: http://www.hwaci.com/sw/tkhtml/download.html is not 64bit proof. Does anyone know whether a fixed version is available somewhere? Thanks for your responses, Erik Leunissen -- leunissen@ nl | Merge the left part of these two lines into one, e. hccnet. | respecting a character's position in a line.
From: George Petasis on 10 Jan 2010 18:06 στις 10/1/2010 23:43, O/H Erik Leunissen έγραψε: > Hello all, > > The source code for Tkhtml2.0 at: > > http://www.hwaci.com/sw/tkhtml/download.html > > is not 64bit proof. > > Does anyone know whether a fixed version is available somewhere? > > > Thanks for your responses, > > Erik Leunissen What do you mean by "64-bit" proof? I have compile tkdnd under linux 64-bit, and seems to work. I think that it is also included in 64-bit ActiveTcl (via teacup). Do you need it for another platform? George
From: Erik Leunissen on 11 Jan 2010 03:56 George Petasis wrote: > στις 10/1/2010 23:43, O/H Erik Leunissen έγραψε: >> Hello all, >> >> The source code for Tkhtml2.0 at: >> >> http://www.hwaci.com/sw/tkhtml/download.html >> >> is not 64bit proof. >> >> Does anyone know whether a fixed version is available somewhere? >> >> >> Thanks for your responses, >> >> Erik Leunissen > > What do you mean by "64-bit" proof? Compilation shows (lots of) the following warnings: - warning: cast from pointer to integer of different size This warning is typical for software written for 32bit (and not supporting 64bit pointer size). > I have compile tkdnd under linux 64-bit, and seems to work. Excuse me, but how does that relate to Tkhtml? > I think that it is also included in 64-bit ActiveTcl (via teacup). OK, working binaries would also be helpful, thanks. > Do you need it for another platform? > I need it for Linux and windows. Erik. > George -- leunissen@ nl | Merge the left part of these two lines into one, e. hccnet. | respecting a character's position in a line.
From: Georgios Petasis on 11 Jan 2010 08:33 στις 11/1/2010 10:56, O/H Erik Leunissen έγραψε: > George Petasis wrote: > >> I have compile tkdnd under linux 64-bit, and seems to work. > > Excuse me, but how does that relate to Tkhtml? Hm, this was I typo :D I meant tkhtml :-) > >> I think that it is also included in 64-bit ActiveTcl (via teacup). > > OK, working binaries would also be helpful, thanks. > >> Do you need it for another platform? >> > > I need it for Linux and windows. For linux, you can try this: http://www.ellogon.org/index.php?option=com_content&view=article&id=28&Itemid=62 Download the linux 64 bit distribution, and open the archive somewhere. You will find a binary of tkhtml in Ellogon/CDM/Linux/x86_64. I have tested under ubuntu 64 (where the executable was built), but works also with fedora. I think that you can also try to install ActiveTcl for 64 bit, and then use teacup to install the package... For windows, I don't have an 64-bit version (mainly because there is no ActiveTcl for 64-bit under windows). But there is a cmake makefile, perhaps you can try to build it. George
From: Erik Leunissen on 11 Jan 2010 17:47
OK, thanks. Erik -- leunissen@ nl | Merge the left part of these two lines into one, e. hccnet. | respecting a character's position in a line. |