[ 
https://issues.apache.org/jira/browse/TS-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101819#comment-14101819
 ] 

Bryan Call edited comment on TS-2095 at 8/19/14 4:33 AM:
---------------------------------------------------------

The reason that I reverted the commit is because it broke the OSX build:

{code}
checking for openssl/ssl.h in /usr/local/Cellar/openssl/1.0.1f/... yes
checking whether compiling and linking against OpenSSL works... no
configure: error: failed to find OpenSSL
{code}

>From config.log:
{code}
configure:22688: clang -o conftest -g -pipe -Wall -Wno-deprecated-declarations 
-Qunused-arguments -O3 -fno-strict-aliasing 
-I/usr/local/Cellar/openssl/1.0.1f//include -std=c++11 -Ddarwin 
-D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_REENTRANT 
-L/opt/local/lib -L/usr/local/Cellar/openssl/1.0.1f//lib conftest.c -lssl 
-lcrypto  >&5
error: invalid argument '-std=c++11' not allowed with 'C/ObjC'
{code}


was (Author: bcall):
The reason that I reverted the commit is because it broke the OSX build:

{code}
checking for openssl/ssl.h in /usr/local/Cellar/openssl/1.0.1f/... yes
checking whether compiling and linking against OpenSSL works... no
configure: error: failed to find OpenSSL
{code}

> autoconf warnings related to unordered_map
> ------------------------------------------
>
>                 Key: TS-2095
>                 URL: https://issues.apache.org/jira/browse/TS-2095
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>            Reporter: Leif Hedstrom
>            Assignee: Bryan Call
>             Fix For: 5.1.0
>
>
> {code}
> configure: WARNING: unordered_map: accepted by the compiler, rejected by the 
> preprocessor!
> configure: WARNING: unordered_map: proceeding with the compiler's result
> checking for unordered_map... yes
> checking unordered_set usability... yes
> checking unordered_set presence... no
> configure: WARNING: unordered_set: accepted by the compiler, rejected by the 
> preprocessor!
> configure: WARNING: unordered_set: proceeding with the compiler's result
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to