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

Issues compiling on OSX. #31

Closed
n8o opened this issue Mar 9, 2017 · 4 comments
Closed

Issues compiling on OSX. #31

n8o opened this issue Mar 9, 2017 · 4 comments

Comments

@n8o
Copy link

n8o commented Mar 9, 2017

OSX: 10.12.3
Xcode: 8.2.1

During compilation i get the following two errors.

debug_dump_writer.cc:108:3: error: [chromium-style] auto variable type must not deduce to a raw pointer type.
audio_network_adaptor_impl.cc:67:8: error: [chromium-style] auto variable type must not deduce to a raw pointer type

Has anyone seen this before and might be able to recommend a fix?

@aisouard
Copy link
Owner

aisouard commented Mar 9, 2017 via email

@n8o
Copy link
Author

n8o commented Mar 9, 2017

I did a make clean and make. compiled everything just fine the second time. So maybe it isn't an actual issue?

@aisouard
Copy link
Owner

aisouard commented Mar 9, 2017

It looks like a bug occuring right from the WebRTC repository, since someone else is having the same issue.

I added the possibility to add extra arguments to the gn gen command, as a temporary fix, you can run CMake by setting GN_EXTRA_ARGS to clang_use_chrome_plugins=false, like this:

cmake -DGN_EXTRA_ARGS="clang_use_chrome_plugins=false" ..

I'm waiting for Travis to finish before closing the issue.

@aisouard
Copy link
Owner

Closing since Travis has built it successfully by setting clang_use_chrome_plugins to false.

Feel free to re-open the issue if the problem persists.

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

No branches or pull requests

2 participants