From: Erik Leunissen on
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/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
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/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
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.