Skip to content

Instantly share code, notes, and snippets.

@kolen
Created August 8, 2018 15:11
Show Gist options
  • Save kolen/a0aca5888ce8e7a98ecfbc2b5185b87a to your computer and use it in GitHub Desktop.
Save kolen/a0aca5888ce8e7a98ecfbc2b5185b87a to your computer and use it in GitHub Desktop.
c++ -Wall -O2 -std=c++0x -I /Users/kolen/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/sassc-1.12.1/ext/libsass/include -stdlib=libc++ -fPIC -fPIC -c -o src/ast.o src/ast.cpp
In file included from src/ast.cpp:2:
In file included from src/ast.hpp:14:
In file included from src/ast_fwd_decl.hpp:11:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/unordered_map:369:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__hash_table:314:28: error: use of undeclared identifier '__get_db'
_LIBCPP_DEBUG_MODE(__get_db()->__insert_i(this));
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__hash_table:345:30: error: use of undeclared identifier '__get_const_db'
_LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__hash_table:352:30: error: use of undeclared identifier '__get_const_db'
_LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__hash_table:359:30: error: use of undeclared identifier '__get_const_db'
_LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__hash_table:424:28: error: use of undeclared identifier '__get_db'
_LIBCPP_DEBUG_MODE(__get_db()->__insert_i(this));
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__hash_table:431:28: error: use of undeclared identifier '__get_db'
_LIBCPP_DEBUG_MODE(__get_db()->__iterator_copy(this, &__x));
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__hash_table:462:30: error: use of undeclared identifier '__get_const_db'
_LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__hash_table:468:30: error: use of undeclared identifier '__get_const_db'
_LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__hash_table:475:30: error: use of undeclared identifier '__get_const_db'
_LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__hash_table:537:28: error: use of undeclared identifier '__get_db'
_LIBCPP_DEBUG_MODE(__get_db()->__insert_i(this));
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__hash_table:572:30: error: use of undeclared identifier '__get_const_db'
_LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__hash_table:579:30: error: use of undeclared identifier '__get_const_db'
_LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__hash_table:586:30: error: use of undeclared identifier '__get_const_db'
_LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__hash_table:669:28: error: use of undeclared identifier '__get_db'
_LIBCPP_DEBUG_MODE(__get_db()->__insert_i(this));
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__hash_table:678:28: error: use of undeclared identifier '__get_db'
_LIBCPP_DEBUG_MODE(__get_db()->__iterator_copy(this, &__x));
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__hash_table:713:30: error: use of undeclared identifier '__get_const_db'
_LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__hash_table:720:30: error: use of undeclared identifier '__get_const_db'
_LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__hash_table:727:30: error: use of undeclared identifier '__get_const_db'
_LIBCPP_DEBUG_ASSERT(__get_const_db()->__dereferenceable(this),
^
18 errors generated.
make: *** [src/ast.o] Error 1
rake aborted!
Command failed with status (2): [make lib/libsass.so...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment