gnupic@linuxhacker.org
gnupic@linuxhacker.org
On Thu, Mar 27, 2003 at 07:57:24AM -0700, Ed Skinner wrote:
>
> 2) After "configure/make/make install" of gtk+extra from source, I start down
> the same path with gpsim-0.20.14.tar.gz -- fails in "make" with two things
> that don't look good: warning about deprecated header [mentioned in this
> group's archives], and errors in command.h (included from parse.yy about
> "string" being used as a type.
These are fixed in cvs.
> 3) Okay, try the same with the latest CVS. It complains I need to rerun
> "aclocal" before "automake" (so I do) but then "automake" complains about not
> finding "./depcomp". I tried making an empty one ">depcomp" and automake is
> happy, "autoconf" and "./configure" run OK, but the subsequent "make" doesn't
> appear to actually compile anything: the "*.o" files (in "cli") link to
> nonexistent "*.lo" files.
I'm really clueless about autoconf/make, but I got it working by
copying it from /usr/share/automake/depcomp.
/ Ralf
gnupic@linuxhacker.org