[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA: Icarus PAL snapshot 20001118
On Sun, 19 Nov 2000 mcmahill@mtl.mit.edu wrote:
> On Sat, 18 Nov 2000, Stephen Williams wrote:
>
> >
> > I've got a new project shaping up, yet something else to make snapshots of.
> > This is the very first snapshot of this product, so my makefiles or bundling
> > processes may not be correct, yet. Let me know. Anyhow, ...
>
> Steve,
>
> Cool! I found a few minor problems with the makefiles. In the top level
> 'makefile.in' if you could s/make/${MAKE}/g that would be good, not all
> systems have 'make == GNU make'. The other patches are included below.
>
> ipalrev seems to work for me (well, it at least produces output).
> ipaledit segfaults. I'll try and dig into that.
hey that wasn't too bad to fix. ipaledit now works for me with the
attached patch.
I've made a NetBSD package for the ipal snapshot. The URL (which should
show up in a day or so) will be
ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/cad/ipal-current/README.html
my intention is to do the same as what I've been doing with icarus verilog
which is to update the snapshot packge if/when I have time but to always
make sure the releases packages are up to date.
-Dan
--- ipaledit/main.c.orig Sat Nov 18 00:18:31 2000
+++ ipaledit/main.c Sun Nov 19 11:50:48 2000
@@ -61,4 +61,6 @@
}
}
+
+ return can;
}