Skip to content

Fix.build #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Sep 29, 2013
Merged

Fix.build #34

merged 5 commits into from
Sep 29, 2013

Conversation

ruslo
Copy link
Contributor

@ruslo ruslo commented Sep 28, 2013

Fix some build errors on mac

Found by compiling on os x 10.8.5 by clang 5.0 (500.2.75)
Some flags may be setted by default, for example CMAKE_CXX_LINK_FLAGS have
'-Wl,-search_paths_first -Wl,-headerpad_max_install_names'
Template instantiation depth need to be increased (add -ftemplate-depth=1024)
Linker don't use '-std=c++11' flag. To link libcxx '-lc++' flag must be used.
@ghost ghost assigned glynos Sep 29, 2013
glynos added a commit that referenced this pull request Sep 29, 2013
@glynos glynos merged commit 06fad5a into cpp-netlib:master Sep 29, 2013
@glynos
Copy link
Member

glynos commented Sep 29, 2013

Thanks.

@ruslo ruslo deleted the fix.build branch September 29, 2013 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants