Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Add --with-c++11 switch to POCO formula #17750

Closed
wants to merge 2 commits into from

Conversation

jstasiak
Copy link
Contributor

POCO by default compiles without C++11 support and gets linked with libstdc++.
--with-c++11 switch enables building it with -std=c++11 and -stdlib=libc++.

There's also pull request for POCO that'll make it possible without patching in the future: pocoproject/poco#83

POCO by default compiles without C++11 support and gets linked with libstdc++.
--with-c++11 switch enables building it with -std=c++11 and -stdlib=libc++.
@adamv adamv mentioned this pull request Feb 11, 2013
@adamv
Copy link
Contributor

adamv commented May 2, 2013

Is this still needed/applicable to 1.5.1? http://pocoproject.org/releases/poco-1.5.1/

@ghost ghost assigned adamv May 2, 2013
@jstasiak
Copy link
Contributor Author

jstasiak commented May 4, 2013

Actually the patch wasn't needed even for 1.4.6 but I didn't know about it at the time - this is resolved in the commit I just pushed to the branch. However the switch itself is still applicable as there are two different build configs available.

@adamv
Copy link
Contributor

adamv commented May 4, 2013

Should this update to 1.5.1 as well?

@jstasiak
Copy link
Contributor Author

jstasiak commented May 7, 2013

This I'm really not sure about. I haven't used 1.5.1 and POCO website says "Development Release 1.5.1 Available". It may be stable enough, I just don't know it.

@manphiz
Copy link
Contributor

manphiz commented Sep 20, 2013

This should wait for #22453.

@manphiz manphiz closed this in 47b6027 Oct 27, 2013
ehershey pushed a commit to ehershey/homebrew that referenced this pull request Apr 4, 2014
@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants