[Ur] error building in user directory

Chris Casinghino chris.casinghino at gmail.com
Sat Jan 30 15:08:56 EST 2010


Adam Chlipala <adamc at impredicative.com> wrote:
>>
>> With the version from the repository, I still have to "make reauto".
>
> Hm.  I'm out of ideas on that front.  What's the error message?

Here's the error, though it's easy to work around on my end by running
make reauto.

  Making all in src/c
  make[1]: Entering directory `/home/ccasin/linux/urweb/src/c'
  /bin/bash ../../libtool --tag=CC   --mode=compile gcc
-DPACKAGE_NAME=\"urweb\" -DPACKAGE_TARNAME=\"urweb\"
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"urweb\ 1.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"urweb\"
-DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-DLT_OBJDIR=\".libs/\" -I.  -I../../include  -Wimplicit -Wall -Werror
-g -O2 -MT memmem.lo -MD -MP -MF .deps/memmem.Tpo -c -o memmem.lo
memmem.c
  libtool: Version mismatch error.  This is libtool 2.2.6b
Debian-2.2.6b-2, but the
  libtool: definition of this LT_INIT comes from libtool 2.2.6.
  libtool: You should recreate aclocal.m4 with macros from libtool
2.2.6b Debian-2.2.6b-2
  libtool: and run autoconf again.
  make[1]: *** [memmem.lo] Error 63
  make[1]: Leaving directory `/home/ccasin/linux/urweb/src/c'
  make: *** [all-recursive] Error 1


>> I can try and fix whatever pedantic errors remain
>
> That would be great.  I hope there's not much left to do.

It turns out that your last change worked and there aren't any more
errors.  Thanks again for the prompt fixes.

--Chris



More information about the Ur mailing list