bybell
Guest
Fri Jun 25, 2010 5:55 pm
http://sourceforge.net/projects/gtkwave/files/
Note that it appears there are some issues with zlib on some but not
all Mac systems, specifically the gzdopen function failing. If
someone has a Mac, can't read the file examples/transaction.fst, and
would like to debug why this is the case, by all means please do so.
I should be getting my hands on a Mac development box in a week or two
and will try to duplicate this problem on it. It potentially looks
like an incomplete upgrade on zlib but I'm not sure.
-Tony
Maurice
Guest
Sat Jul 03, 2010 8:32 pm
"bybell" <bybell_at_gmail.com> wrote in message
news:ef4fec8d-1dde-4d92-ae93-ce1e1f8b653f_at_j4g2000yqh.googlegroups.com...
Quote:
http://sourceforge.net/projects/gtkwave/files/
Note that it appears there are some issues with zlib on some but not
all Mac systems, specifically the gzdopen function failing. If
someone has a Mac, can't read the file examples/transaction.fst, and
would like to debug why this is the case, by all means please do so.
I should be getting my hands on a Mac development box in a week or two
and will try to duplicate this problem on it. It potentially looks
like an incomplete upgrade on zlib but I'm not sure.
-Tony
I've downloaded gtkwave-3.3.8.tar.gz, unzipped it, but I didn't found any
exe file to install it on my win xp sp3. what's the trick?
thank you
Muzaffer Kal
Guest
Sat Jul 03, 2010 10:46 pm
On Sat, 3 Jul 2010 22:32:31 +0300, "Maurice" <morisaab_at_yahoo.fr>
wrote:
Quote:
"bybell" <bybell_at_gmail.com> wrote in message
news:ef4fec8d-1dde-4d92-ae93-ce1e1f8b653f_at_j4g2000yqh.googlegroups.com...
http://sourceforge.net/projects/gtkwave/files/
Note that it appears there are some issues with zlib on some but not
all Mac systems, specifically the gzdopen function failing. If
someone has a Mac, can't read the file examples/transaction.fst, and
would like to debug why this is the case, by all means please do so.
I should be getting my hands on a Mac development box in a week or two
and will try to duplicate this problem on it. It potentially looks
like an incomplete upgrade on zlib but I'm not sure.
-Tony
I've downloaded gtkwave-3.3.8.tar.gz, unzipped it, but I didn't found any
exe file to install it on my win xp sp3. what's the trick?
thank you
The URL Tony mentions contains only a source release, no binaries. The
trick is to have your own compiler, libraries and build the binary
you want. Or you can get it from here:
http://www.dspia.com/gtkwave.html
--
Muzaffer Kal
DSPIA INC.
ASIC/FPGA Design Services
http://www.dspia.com
Maurice
Guest
Sun Jul 04, 2010 2:54 pm
"Muzaffer Kal" <kal_at_dspia.com> wrote in message
news:d1av26144cur68g7sa2ce8vfvgd3v43gs8_at_4ax.com...
Quote:
On Sat, 3 Jul 2010 22:32:31 +0300, "Maurice" <morisaab_at_yahoo.fr
wrote:
"bybell" <bybell_at_gmail.com> wrote in message
news:ef4fec8d-1dde-4d92-ae93-ce1e1f8b653f_at_j4g2000yqh.googlegroups.com...
http://sourceforge.net/projects/gtkwave/files/
Note that it appears there are some issues with zlib on some but not
all Mac systems, specifically the gzdopen function failing. If
someone has a Mac, can't read the file examples/transaction.fst, and
would like to debug why this is the case, by all means please do so.
I should be getting my hands on a Mac development box in a week or two
and will try to duplicate this problem on it. It potentially looks
like an incomplete upgrade on zlib but I'm not sure.
-Tony
I've downloaded gtkwave-3.3.8.tar.gz, unzipped it, but I didn't found any
exe file to install it on my win xp sp3. what's the trick?
thank you
The URL Tony mentions contains only a source release, no binaries. The
trick is to have your own compiler, libraries and build the binary
you want. Or you can get it from here:
http://www.dspia.com/gtkwave.html
--
Muzaffer Kal
DSPIA INC.
ASIC/FPGA Design Services
http://www.dspia.com
Thank you
bybell
Guest
Thu Jul 08, 2010 1:05 am
On Jul 3, 5:46 pm, Muzaffer Kal <k...@dspia.com> wrote:
Quote:
The URL Tony mentions contains only a source release, no binaries. The
trick is to have your own compiler, libraries and build the binary
you want. Or you can get it from here:http://www.dspia.com/gtkwave.html
You probably want to re-build against 3.3.9. It fixes a DnD bug
introduced around 3.3.7 that can crash the GUI.
-Tony
bybell
Guest
Fri Jul 16, 2010 8:46 pm
On Jun 25, 10:55 am, bybell <byb...@gmail.com> wrote:
Quote:
I should be getting my hands on a Mac development box in a week or two
and will try to duplicate this problem on it. It potentially looks
like an incomplete upgrade on zlib but I'm not sure.
It looks like the FST reader problem on OS X is now fixed in the
3.3.10 tarball release. If anybody has any issues, please send me a
note: the problem now would likely be an addition required to the #if
defined() at the top of fstapi.c for Apple.
Thanks,
-Tony
bybell
Guest
Fri Aug 20, 2010 8:19 am
Most of the new features in this version revolve around Tcl support
enhancements, the main new feature being the addition of Tcl callback
procedures which can triggered by various GUI and viewer operations.
This will provide far tighter integration with external tools.
-Tony
bybell
Guest
Mon Aug 30, 2010 10:19 pm
New for 3.3.12 is better feature parity between the MinGW (Windows)
and Linux versions in areas dealing with creation of external
processes. Windows now supports process and transaction filters.
-Tony