Hi all,

While trying to build a C/C++ package using ./configure; make; make
install, I have the configure step defined like so:

  <!-- C/C++ build -->
  <project name="monaco-xml-configure">
    <configure>
      <arg name="--prefix" path="dest-@@DATE@@"/>
      <arg name="--enable-libxml2"/>
    </configure>
    <home nested="dest-@@DATE@@"/>
    <license name="LICENSE.txt" />
    <nag to="[EMAIL PROTECTED]" from="SVN FO Monaco
&lt;[EMAIL PROTECTED]&gt;" />
  </project>

This configure step seems to work fine, the command line is reported as:

 Command Line: /udd001/hoops/gump/monaco-xml/configure
 --enable-libxml2
 --prefix=/udd001/hoops/gump/monaco-xml/dest-08072005

However, an email gets sent out as a warning with the following in it:

 Project monaco-xml-configure contains errors.
 The current state of this project is 'Success'.

 Full details are available at:
    /monaco-xml/monaco-xml-configure/index.html

 That said, some information snippets are provided here.

 The following annotations (debug/informational/warning/error
 messages) were provided:
  -ERROR- Unhandled Property: --enable-libxml2 on: Configure
  on Project:monaco-xml-configure

It seems that gump is not happy with the --enable-libxml2 option to
configure, although it does work.

Am I doing something incorrectly, or is the warning being sent in error?

Regards,
Graham
--


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to