-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

William,

On 11/11/14 6:41 AM, William Moore wrote:
> It turns out this was happening because the upgrade to Yosemite
> had deleted all the files in /usr/include. I removed the replaced
> the folder /usr/include with a link to 
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include
>
> 
and then configure and make both worked.

I think you probably wanted to reinstall Xcode's command-line
utilities instead of the above hack.

> Perhaps there is a different way to tell configure and make to use
> an additional include folder, but I don’t know how to do that (I
> work on Java mostly, not this stuff).

You can use the CFLAGS environment variable, like this:

$ CFLAGS=-I/path/to/include/files ./configure --options ...

It may or may not work... specifying the CC environment variable works
for configure and build, but not libtool which ignores the CC setting
used during configure. I think that's a problem with the mod_jk build
process, but I'm not good enough at configure/make/libtool to know how
to fix it. I'll work with Rainer to solve that... he knows a lot more
than I do about the Apache toolchain...

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: GPGTools - http://gpgtools.org

iQIcBAEBCAAGBQJUYt5ZAAoJEBzwKT+lPKRYKtAQAJV+azXDwGAkxHQKrH+tjP3M
mJje+90FnDtBlPM8zwBYg1oP+5nH8Cg79OzJYeuSEQlbpj+1J7Vq0iEojDAj8CTm
ejh7eEtcox7ImTuV0gY8DDyujXCG8hJtM8oHNfnaEfobIUM6iK88NSArMHY3BNrL
dQo2jhYrxrFVJ/eVfo6WCsHIVLD6fMDDzDGTwsO//FKCnoAKXMJmTPU/ZeBkFgdq
Sjanf14qhOFG52R5uOM7iDaxmOw191b1+tlEewrXbR0ZcjRLi/b8HJO36I7i5UzT
uPh81xC1SMdeNG7vQCftuiCQAjPyp+p1q2NfDaiX0xBqgE5aJl+9SqWImnADb28r
chhxMaGFT5QVEDumjOkeUsA2ZwdXhDR68fMHXz6/+1hoJFIFlFnZhvLrcRwO1Z5A
USaJ1QD/AnoKq8SL3ye/tXPO59oqTBcO1VHg1ojADnmuHj/5E0QNzMFHruRVpio4
MEjJn3hhZDRPGuCD5g1JxcA83W5gkUbyZjKHen7YYk8/3CSrnDj51bjz/C7+BRru
5h4iuTjsai+5XmwHoE6pvIt25An3u9sGI5Krrkr5kNnuqMYDrCHP+0oT9OQ+pjti
k4I1FznqIoAhxcJ9IbPwGe3/Lw6O6cltBXy7QgcGRLQIwz6fjkQDY63j0puY5DsB
EMNIAlw6itpgV3IPnQ5P
=+dWW
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to