[redland] .libs/libraptor.so: undefined reference to `raptor_utf8_to_unicode_char

Dave Beckett Dave.Beckett at bristol.ac.uk
Sun Dec 22 11:40:01 GMT 2002


>>>James Michael DuPont said:
> it seems that my raptor was not up to date,
> I get a different message.
> 
> /bin/sh ./libtool --mode=link gcc    -o rdfdump  rdfdump.o libraptor.la
>  -lxml2 
> gcc -o .libs/rdfdump rdfdump.o  ./.libs/libraptor.so
> /usr/lib/libxml2.so -lz -lm -Wl,--rpath -Wl,/usr/local/lib
> ./.libs/libraptor.so: undefined reference to
> `raptor_unicode_is_namestartchar'
> ./.libs/libraptor.so: undefined reference to
> `raptor_utf8_to_unicode_char'
> ./.libs/libraptor.so: undefined reference to
> `raptor_unicode_char_to_utf8'
> ./.libs/libraptor.so: undefined reference to
> `raptor_unicode_is_namechar'

As we just discussed on IRC, this was caused by the raptor/Makefile{,.in}
being out-of-date since a new file raptor_utf8.c was added for the
raptor 0.9.7 release.

After a cvs update this was fixed by re-running the autogen.sh so
that the generate Makefiles had that new file.

Dave








More information about the redland-dev mailing list