rdp / google_hash

wrapper for google's hash functions, for ruby
BSD 3-Clause "New" or "Revised" License
92 stars 16 forks source link

New Mac OS X, New Google Hash Errors #38

Closed WattsInABox closed 8 years ago

WattsInABox commented 8 years ago

Hello again,

You've been very helpful in the past on "google hash not building on the newest OS X" errors so I appreciate any help you can provide here.

I've captured the log output in a gist https://gist.github.com/billywatson/6d75f07c6954b7274034

My gcc is:

$ gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 7.0.0 (clang-700.0.72)
Target: x86_64-apple-darwin15.0.0
Thread model: posix

I'm using Mac OS X El Capitan 10.11 and XCode 7.0.1

rdp commented 8 years ago

appears to be this https://github.com/sparsehash/sparsehash/issues/111 should we wait for them to fix it or do you need it asap?

On Mon, Oct 12, 2015 at 12:55 PM, Billy Watson notifications@github.com wrote:

Hello again,

You've been very helpful in the past on "google hash not building on the newest OS X" errors so I appreciate any help you can provide here.

I've captured the log output in a gist https://gist.github.com/billywatson/6d75f07c6954b7274034

My gcc is:

$ gcc --version Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 7.0.0 (clang-700.0.72) Target: x86_64-apple-darwin15.0.0 Thread model: posix

I'm using Mac OS X El Capitan 10.11 and XCode 7.0.1

— Reply to this email directly or view it on GitHub https://github.com/rdp/google_hash/issues/38.

rdp commented 8 years ago

try the latest version, I tried a hint that homebrew was using

On Mon, Oct 12, 2015 at 1:31 PM, Roger Pack rogerdpack@gmail.com wrote:

appears to be this https://github.com/sparsehash/sparsehash/issues/111 should we wait for them to fix it or do you need it asap?

On Mon, Oct 12, 2015 at 12:55 PM, Billy Watson notifications@github.com wrote:

Hello again,

You've been very helpful in the past on "google hash not building on the newest OS X" errors so I appreciate any help you can provide here.

I've captured the log output in a gist https://gist.github.com/billywatson/6d75f07c6954b7274034

My gcc is:

$ gcc --version Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 7.0.0 (clang-700.0.72) Target: x86_64-apple-darwin15.0.0 Thread model: posix

I'm using Mac OS X El Capitan 10.11 and XCode 7.0.1

— Reply to this email directly or view it on GitHub https://github.com/rdp/google_hash/issues/38.

WattsInABox commented 8 years ago

No super rush. I've got teammates that can run certain tests for me, if the need arises.

Wow, thanks for the quick fix! I'll give it a shot.

WattsInABox commented 8 years ago

That install worked. Your magic and fairy dust works well, as always. Thanks!

rdp commented 8 years ago

good thing the homebrew people had run into this and identified the right fix already LOL

On Mon, Oct 12, 2015 at 2:18 PM, Billy Watson notifications@github.com wrote:

No super rush. I've got teammates that can run certain tests for me, if the need arises.

Wow, thanks for the quick fix! I'll give it a shot.

— Reply to this email directly or view it on GitHub https://github.com/rdp/google_hash/issues/38#issuecomment-147509455.

vnazarenko commented 7 years ago

Hey, I've build problems also ... tr1/functional is missing ... Could you suggest how to fix that ?

rdp commented 7 years ago

using the latest? what OS?

vnazarenko commented 7 years ago

Mac ElCapitan 10.11.6 ` $ gcc --version Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1

Apple LLVM version 7.3.0 ( clang-703.0.31) Target: x86_64-apple-darwin15.6.0 Thread model: posix` Output: https://gist.github.com/vnazarenko/fcea922a853700b54625af2714e0897f mkmf log: https://gist.github.com/vnazarenko/db4e48d5464a62eb66a3e7d79b9040e2

rdp commented 7 years ago

OK I got the same failure with ruby 2.3.0 but seemed to work with 2.3.1 ? same there?

On Fri, Aug 12, 2016 at 1:37 PM, Nazarenko Viktor notifications@github.com wrote:

Mac ElCapitan 10.11.6 ` $ gcc --version Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1

Apple LLVM version 7.3.0 ( clang-703.0.31) Target: x86_64-apple-darwin15.6.0 Thread model: posix` Output: https://gist.github.com/vnazarenko/fcea922a853700b54625af2714e089 7f mkmf log: https://gist.github.com/vnazarenko/ db4e48d5464a62eb66a3e7d79b9040e2

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rdp/google_hash/issues/38#issuecomment-239540842, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAw0FxgceFUo48bddupSSF-CLOyCEeAks5qfMuSgaJpZM4GNVTO .