Stefan Bodewig wrote:
On 2011-03-01, Ludmila Shikhvarg wrote:
On 2/28/2011 9:17 PM, Stefan Bodewig wrote:
On 2011-02-28, Ludmila Shikhvarg wrote:
Stefan Bodewig wrote:
Both, logging-log4cxx-configure& apr-iconv-configure are successful.
Does either of them create a makefile? What's its name and where is it
located relative to the project's directories?
It says: This project is not built by Gump *(for both of them)
Current State: *Success
This is supposed to run the configure script. Can you post the output
it creates inside Gump's logfile?
Sorry for a misleading.
Initially logging-log4cxx-configure& apr-iconv-configure are failed with:
"for APR... configure: error: the --with-apr parameter is
incorrect. It must specify an install prefix, a build directory, or an
apr-config file"
And then pass if "--with-apr" is removed.
After you removed --with-apr then Gump says "This project is not built
by Gump"?
Correct
This is unexpected. Just to double check, starting from
<project name="logging-log4cxx-configure">
<configure>
<arg name="--prefix" path="dest-@@DATE@@"/>
<arg name="--with-apr" project="apr-make-install" reference="home"/>
</configure>
<depend project="logging-log4cxx-autogen"/>
<depend project="apr-make-install"/>
<home nested="dest-@@DATE@@"/>
</project>
you have modified the descriptor to read
<project name="logging-log4cxx-configure">
<configure>
<arg name="--prefix" path="dest-@@DATE@@"/>
</configure>
<depend project="logging-log4cxx-autogen"/>
<depend project="apr-make-install"/>
<home nested="dest-@@DATE@@"/>
</project>
and now Gump claims it wouldn't be responsible for building the project.
Correct?
No, it says:
configure: error: APR-util could not be located. Please use the
--with-apr-util option (logging-log4cxx-configure)
configure: error: APR could not be located. Please use the --with-apr
option (apr-iconv-configure)
See my modification below:
<project name="logging-log4cxx-configure">
<depend project="logging-log4cxx-autogen"/>
<depend project="apr-make-install"/>
<home nested="dest-@@DATE@@"/>
</project>
This project is not built by Gump.
*Current State: *Success
Ludmila
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]