Skip to content
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

Fails to build on Yosemite with clang #2

Closed
sjackman opened this issue Jan 5, 2015 · 3 comments
Closed

Fails to build on Yosemite with clang #2

sjackman opened this issue Jan 5, 2015 · 3 comments
Assignees
Labels

Comments

@sjackman
Copy link
Collaborator

sjackman commented Jan 5, 2015

Fails to build on Yosemite with clang.

clang++ -DHAVE_CONFIG_H -I. -I..  -I../BioBloomCategorizer -I../Common -I../DataLayer -I.. -I/private/tmp/biobloomtools-6ARKcS/biobloomtools-2.0.6   -isystem/private/tmp/biobloomtools-6ARKcS/biobloomtools-2.0.6/1_55_0 -Wall -Wextra -Werror -Wno-unknown-pragmas -g -O2 -c -o biobloomcategorizer-BioBloomClassifier.o `test -f 'BioBloomClassifier.cpp' || echo './'`BioBloomClassifier.cpp
In file included from ResultsManager.cpp:8:
./ResultsManager.h:24:32: error: reference to 'shared_ptr' is ambiguous
                        const unordered_map<string, shared_ptr<MultiFilter> > &filtersRef,
                                                    ^
@JustinChu
Copy link
Collaborator

I should have replace all instances or shared_pointer with boost::shared_pointer

@JustinChu
Copy link
Collaborator

All instances are replaced, compilation issue should be resolved.

@sjackman
Copy link
Collaborator Author

Great. Thanks, Justin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants