Hi back,

> As a solution, you can just copy /usr/share/misc/config.* to cfg/. You
> also might want to build-depend on autotools-dev (the package from
> which these files are taken from) and copy them in your clean target,
> so that they are automatically updated in the future.

this is still needed.

> After having copied that files, the build goes fine until this error:
> > dh_movefiles
> > dh_movefiles: debian/tmp/usr/lib/libCoin.so not found (supposed to
> >               put it in libcoin20-dev)
> 
> So I guess that a Makefile has to be adapted to produce the
> appropriate file. I'll keep you posted as soon as I have more
> information about that. (I wrote my bugreport since everything looks
> like compiling OK, until this error at the very end. Removing the tag
> patch until I've got a full patch.)

After having had a look at some other packages and related failures, it
looks like libtool is outdated. Usually, to update it, the following
steps are sufficient:
  libtoolize -c -f
  aclocal
  autoconf

Unfortunately, the last command breaks completely, so I guess that the
source has to be updated to allow auto(re)configuration.

Cheers,

-- 
Cyril Brulebois

Attachment: pgpZkjfo09AuV.pgp
Description: PGP signature

Reply via email to