1.8.0 build problem on Solaris Sparc using gcc
From: Rainer Jung <rainer.jung_at_kippdata.de>
Date: Thu, 20 Jun 2013 17:52:36 +0200
1.8.0 calls gcc with -std=c90. For my Solaris 10 Sparc using gcc 4.7.2
#error no decision has been made on APR_PATH_MAX for your platform
Adding e.g. "EXTRA_CPPFLAGS = -D__EXTENSIONS__" fixes on my platform.
gcc manual as I understand it says -std=c90 and -std=c89 are the same
The flag is set by SVN_CC_MODE_SETUP in build/ac-macros/compiler.m4 and
On Solaris that means "turn off any non c90 features". If you want all
Regards,
Rainer
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.