Date: Sun, 10 Nov 2002 12:36:52 +0100 From: Hanspeter Roth <hampi@rootshell.be> To: freebsd-questions@freebsd.org Subject: Vtcl, Bwidget and auto_path Message-ID: <20021110123652.A5469@gicco.homeip.net>
next in thread | raw e-mail | index | archive | help
Hello, I'm trying to develop an application by Vtcl (Visual Tcl). I'm also using Bwidget. When running the application in testmode of Vtcl it starts without problem. Trying to run it standalone fails: Error in startup script: can't find package BWidget while executing "package require BWidget" So I inserted the following statement before `package require BWidget': lappend auto_path /usr/local/lib/vtcl/lib/bwidget Then the application can run standalone. But as soon as I make some changes by Vtcl this statement is dropped. Is there a means to integrate BWidget outside Vtcl in Freebsd? How? -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021110123652.A5469>