Re: [Jabberd2] [jabberd2] #114: doesn't check the availability of libexpat

2007-07-24 Thread jabberd2
#114: doesn't check the availability of libexpat
---+
Reporter:  bencer  |Owner:  smoku   
Type:  defect  |   Status:  assigned
Priority:  major   |Component:  Build   
 Version:  2.1.7   |   Resolution:  
Keywords:  | Blocking:  
---+
Comment (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 ?

-- 
Ticket URL: 
jabberd2 
jabberd2 project
___
Jabberd2 mailing list
Jabberd2@lists.xiaoka.com
http://lists.xiaoka.com/listinfo.cgi/jabberd2-xiaoka.com


Re: [jabberd2] #114: doesn't check the availability of libexpat

2007-07-23 Thread jabberd2
#114: doesn't check the availability of libexpat
---+
Reporter:  bencer  |Owner:  smoku   
Type:  defect  |   Status:  assigned
Priority:  major   |Component:  Build   
 Version:  2.1.7   |   Resolution:  
Keywords:  | Blocking:  
---+
Changes (by smoku):

  * status:  new => assigned

Comment:

 It sure does.
 {{{
 [EMAIL PROTECTED]:~/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}}}?

-- 
Ticket URL: 
jabberd2 
jabberd2 project
___
Jabberd2 mailing list
Jabberd2@lists.xiaoka.com
http://lists.xiaoka.com/listinfo.cgi/jabberd2-xiaoka.com


[jabberd2] #114: doesn't check the availability of libexpat

2007-07-23 Thread jabberd2
#114: doesn't check the availability of libexpat
---+
Reporter:  bencer  |   Owner:  smoku
Type:  defect  |  Status:  new  
Priority:  major   |   Component:  Build
 Version:  2.1.7   |Blocking:   
---+
 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

-- 
Ticket URL: 
jabberd2 
jabberd2 project
___
Jabberd2 mailing list
Jabberd2@lists.xiaoka.com
http://lists.xiaoka.com/listinfo.cgi/jabberd2-xiaoka.com