Ticket #114 (closed defect: fixed)

Opened 13 months ago

Last modified 13 months ago

doesn't check the availability of libexpat

Reported by: bencer Owned by: smoku
Priority: major Component: Build
Version: 2.1.7 Keywords:
Cc: Tracforge_linkmap:
Blocking: Blocked By:

Description

the autotool stuff doesn't check the availability of libexpat and if not installed, build fails with something like:

In file included from callback.c:21: sx.h:30:19: error: expat.h: No such file or directory

Change History

Changed 13 months ago by smoku

  • status changed from new to assigned

It sure does.

smoku@wing:~/devel/jabberd2$ grep expat configure.ac 
AC_CHECK_LIB([expat], [XML_ParserCreate])
if test "x-$ac_cv_lib_expat_XML_ParserCreate" = "x-" ; then

Could you please attach your config.log?

Changed 13 months ago by bencer

oh true, sorry for the noise

checking for XML_ParserCreate in -lexpat... no

anyway, i think it should raise an error because this lib is compulsory, isn't it ?

Changed 13 months ago by smoku

  • status changed from assigned to closed
  • resolution set to fixed

(In [303]) Fixed ./configure tests reliability. Fixes #114

Note: See TracTickets for help on using tickets.