On Mar 3, 2005, at 4:03 PM, Jwahar Bammi wrote:

I am not having any joy trying to build the CVS Head (as of 3/3/2005) on Linux (Fedora 3 upto date)

I dowanloaded an build apr/apr-iconv/apr-utils into /usr/local/apr

i then downloaded CVS Head (also downloaded/build and installed cpptasks.jar into $ANT_HOME/lib)
then i run
ant -Dapr.dir=/usr/local/ant
It fails trying to compile timezone.cpp (error: `INT64_C' undeclared (first use this function))


I also tried by not defining apr.dir and letting ant download and build apr, no difference, same error.

Has anyone built CVS HEAD on Linux recently?

Full transcript of the run below


Gump builds and tests it nightly on a Debian, but using the Ant build and against the SVN HEAD for APR.


The INT64_C problem has been reported to APR and has been fixed in their SVN. Maybe this will help.

On Dec 1, 2004, at 5:30 AM, Joe Orton wrote:

Thanks for the report, I've checked in a fix - an alternative workaround
is to define __STDC_CONSTANT_MACROS before including apr.h (e.g. in
CPPFLAGS). http://svn.apache.org/viewcvs?view=rev&rev=109326





Reply via email to