[Starkit] RE: [NEWBIE] Adding the [incr Tk] Toolkit and the [incr Widgets]

Tom Wilkason tom.wilkason at cox.net
Fri Jun 4 09:07:43 CEST 2004


I ran across this a while back also, your problem may be in the itk pkgIndex.tcl file

My general structure is

xxx.vfs
|
--lib
   |--itk-3.2
        |--windows
        |--linux
   |--iwidgets3.0.1

Try replacing itk-3.2/pkgIndex.tcl with the following

set ::env(ITK_LIBRARY) $dir
package ifneeded Itk 3.2 [list \
  load [file join $dir [lindex $::tcl_platform(os) 0] \
     itk[info sharedlibextension]] Itk]

Tom Wilkason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.equi4.com/pipermail/starkit/attachments/20040604/4ebedc51/attachment.htm


More information about the Starkit mailing list