Zbigniew Diaczyszyn | 16 Dec 22:37
Picon
Picon

critcl 64bit on MacOSX not working

I tried to compile a 64 bit sha256 C extension from the tcllib package with AS
./tclkit-8.5.11-macosx-universal and a critcl.kit from digitalsmarties.com (1. April 2010). MacOSX
is Snow Leopard 10.6.2.

Compiling failed with this mysterious error message:

$ ./tclkit-8.5.11-macosx-universal critcl.kit -target macosx-x86_64 -pkg sha256c.tcl 
cannot load gbutton
cannot load Wikit::Gui

Can anybody help?

Zbigniew

--

-- 
You received this message because you are subscribed to the "starkit" group.
To post to this group, send email to starkit <at> googlegroups.com
To unsubscribe from this group, send email to starkit-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/starkit?hl=en

Zbigniew Diaczyszyn | 17 Dec 12:09
Picon
Picon

Re: critcl 64bit on MacOSX not working

Am 16.12.2011 22:37, schrieb Zbigniew Diaczyszyn:
> I tried to compile a 64 bit sha256 C extension from the tcllib package with AS
./tclkit-8.5.11-macosx-universal and a critcl.kit from digitalsmarties.com (1. April 2010). MacOSX
is Snow Leopard 10.6.2.
> 
> Compiling failed with this mysterious error message:
> 
> $ ./tclkit-8.5.11-macosx-universal critcl.kit -target macosx-x86_64 -pkg sha256c.tcl
> cannot load gbutton
> cannot load Wikit::Gui
> 
> Can anybody help?
> 
> Zbigniew
> 

I had chosen the Tk-basekit version.

My new trial was:

$ ./base-tcl8.5-thread-macosx10.5-i386-x86_64 critcl.kit -I macosx-86_64 -lib sha256c.tcl 
Source: sha256c.tcl 
Library: sha256c.dylib

Alas:

$ file sha256c.dylib 
sha256c.dylib: Mach-O dynamically linked shared library i386

So this is the way I should call critcl?
(Continue reading)

Steve Landers | 17 Dec 13:02

Re: Re: critcl 64bit on MacOSX not working

Check out Andreas Kupries critcl3 http://wiki.tcl.tk/2523

-- Steve

Sent from my iPhone 

On 17/12/2011, at 7:09 PM, Zbigniew Diaczyszyn <z.dia <at> gmx.de> wrote:

> Am 16.12.2011 22:37, schrieb Zbigniew Diaczyszyn:
>> I tried to compile a 64 bit sha256 C extension from the tcllib package with AS
./tclkit-8.5.11-macosx-universal and a critcl.kit from digitalsmarties.com (1. April 2010). MacOSX
is Snow Leopard 10.6.2.
>> 
>> Compiling failed with this mysterious error message:
>> 
>> $ ./tclkit-8.5.11-macosx-universal critcl.kit -target macosx-x86_64 -pkg sha256c.tcl
>> cannot load gbutton
>> cannot load Wikit::Gui
>> 
>> Can anybody help?
>> 
>> Zbigniew
>> 
> 
> I had chosen the Tk-basekit version.
> 
> My new trial was:
> 
> $ ./base-tcl8.5-thread-macosx10.5-i386-x86_64 critcl.kit -I macosx-86_64 -lib sha256c.tcl 
> Source: sha256c.tcl 
(Continue reading)

Zbigniew Diaczyszyn | 19 Dec 19:52
Picon
Picon

Re: critcl 64bit on MacOSX not working

Am 17.12.2011 12:09, schrieb Zbigniew Diaczyszyn:
> Am 16.12.2011 22:37, schrieb Zbigniew Diaczyszyn:
>> I tried to compile a 64 bit sha256 C extension from the tcllib package with AS
./tclkit-8.5.11-macosx-universal and a critcl.kit from digitalsmarties.com (1. April 2010). MacOSX
is Snow Leopard 10.6.2.
>>
>> Compiling failed with this mysterious error message:
>>
>> $ ./tclkit-8.5.11-macosx-universal critcl.kit -target macosx-x86_64 -pkg sha256c.tcl
>> cannot load gbutton
>> cannot load Wikit::Gui
>>
>> Can anybody help?
>>
>> Zbigniew
>>
> 
> I had chosen the Tk-basekit version.
> 
> My new trial was:
> 
> $ ./base-tcl8.5-thread-macosx10.5-i386-x86_64 critcl.kit -I macosx-86_64 -lib sha256c.tcl
> Source: sha256c.tcl
> Library: sha256c.dylib
> 
> Alas:
> 
> $ file sha256c.dylib
> sha256c.dylib: Mach-O dynamically linked shared library i386
> 
(Continue reading)


Gmane