Revision 5140e0a1cd21c33f3eee6b749813ae44f2bf84d3 authored by Igor Canadi on 09 May 2014, 00:25:13 UTC, committed by sdong on 06 June 2018, 23:32:55 UTC
Summary:
Newer gflags switched from `google` namespace to `gflags` namespace. See: https://github.com/facebook/rocksdb/issues/139 and https://github.com/facebook/rocksdb/issues/102

Unfortunately, they don't define any macro with their namespace, so we need to actually try to compile gflags with two different namespace to figure out which one is the correct one.

Test Plan: works in fbcode environemnt. I'll also try in ubutnu with newer gflags

Reviewers: dhruba

Reviewed By: dhruba

CC: leveldb

Differential Revision: https://reviews.facebook.net/D18537
1 parent e9b40aa
History
File Mode Size
build_detect_platform -rwxr-xr-x 10.9 KB
build_detect_version -rwxr-xr-x 810 bytes
dependencies.sh -rw-r--r-- 2.0 KB
fbcode.clang31.sh -rw-r--r-- 3.9 KB
fbcode.gcc471.sh -rw-r--r-- 3.2 KB
fbcode.gcc481.sh -rw-r--r-- 3.8 KB
fbcode_config.sh -rw-r--r-- 4.2 KB
format-diff.sh -rwxr-xr-x 3.3 KB
mac-install-gflags.sh -rwxr-xr-x 731 bytes
make_new_version.sh -rwxr-xr-x 1.1 KB
regression_build_test.sh -rwxr-xr-x 8.7 KB
valgrind_test.sh -rwxr-xr-x 440 bytes

back to top