Re: Building SID

"Michael Ambrus" <[email protected]> Fri, 2 Mar 2007 19:22:32 +0100
Newsgroups gmane.comp.emulators.sid.devel
Message-ID <[email protected]>
> tksm is a little tk-based gui for sid.  It lets one gaze lovingly at
> all the simulation components, and all their glorious attributes.
> Those suffering from an aggressive fingertip can even modify said
> attributes.  This allows e.g. time to be stopped (via schedulers'
> attributes).

Nice 1!

> tksm is built as a tk script on top of the general tcl<->sid bridge
> component.  That in turn requires tcl development libraries/headers to
> be available at build time.  Were those around?  Did you run a "make
> install" and see the tksm source files be copied over?

I had tcl dev installed but for tk only run-time libs  (both 8.4) :/

Dave, regarding the thow patch: you reverted to the same as it was 2
revisions ago. It chokes gcc 4.0 for some reason (something about a
loose throw...). Can't you put the thow() inside the {}?

/MA