For Programmers: Free Programming Magazines  


Home > Archive > Tcl > November 2006 > TEA 3 -- HOWTO?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author TEA 3 -- HOWTO?
pfaffmaj

2006-11-27, 7:05 pm


Hi,

I've done some extension work with tcl and want to start making things
TEA compliant.

But trying to find the TEA 3 examples is proving problematic.

Could somebody put a simple check here link on the Wiki?

Thanks,
Jeff.

George Petasis

2006-11-27, 7:05 pm

O/H pfaffmaj _γραψε:
> Hi,
>
> I've done some extension work with tcl and want to start making things
> TEA compliant.
>
> But trying to find the TEA 3 examples is proving problematic.
>
> Could somebody put a simple check here link on the Wiki?
>
> Thanks,
> Jeff.
>


You can start from here: http://wiki.tcl.tk/327

But actually, things are easier than they look: just use cvs to get the
latest sampleextension code from the Tcl sourceforge repository.
Then, copy the directory tclconfig, configure.in and Makefile.in in your
extension's directory, and modify configure.in and Makefile.in to
adapt them to your extension. There are a lot of comments in these two
files on what to modify.

Once done, then do an "autoconf" in the directory configure.in resides,
and try your new building system with configure;make

All these assume a unix system of course :-)

George
pfaffmaj

2006-11-27, 10:02 pm


Thanks George,

Yes I started at the TEA Wiki page, which basically says ignore
everything that is said for TEA 3 and follow this link.

http://cvs.sourceforge.net/viewcvs....eextension/tea/

Unfortunately, this link seems to be dead.

Thanks for the info. I just needed a loose end to follow the thread
and unravel the knot.

Jeff.


George Petasis wrote:
> O/H pfaffmaj =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5:
>
> You can start from here: http://wiki.tcl.tk/327
>
> But actually, things are easier than they look: just use cvs to get the
> latest sampleextension code from the Tcl sourceforge repository.
> Then, copy the directory tclconfig, configure.in and Makefile.in in your
> extension's directory, and modify configure.in and Makefile.in to
> adapt them to your extension. There are a lot of comments in these two
> files on what to modify.
>
> Once done, then do an "autoconf" in the directory configure.in resides,
> and try your new building system with configure;make
>=20
> All these assume a unix system of course :-)
>=20
> George


pfaffmaj

2006-11-27, 10:02 pm


My goof.

> Yes I started at the TEA Wiki page, which basically says ignore
> everything that is said for TEA 3 and follow this link.


read that as "said for TEA 1"

Jeff Hobbs

2006-11-29, 4:09 am

pfaffmaj wrote:
> Thanks George,
>
> Yes I started at the TEA Wiki page, which basically says ignore
> everything that is said for TEA 3 and follow this link.
>
> http://cvs.sourceforge.net/viewcvs....eextension/tea/
>
> Unfortunately, this link seems to be dead.
>
> Thanks for the info. I just needed a loose end to follow the thread
> and unravel the knot.


I have corrected the link on the wiki to:
http://tcl.cvs.sourceforge.net/tcl/sampleextension/tea/
which was necessary after SourceForge changed dns structure.

However, you might just have it easier downloading the latest cvs at:
ftp://ftp.tcl.tk/pub/tcl/nightly-cvs/

--

Jeff Hobbs, The Tcl Guy, http://www.activestate.com/
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com