Skip to content

Instantly share code, notes, and snippets.

@bronson
Created November 12, 2011 04:26
Show Gist options
  • Select an option

  • Save bronson/1360039 to your computer and use it in GitHub Desktop.

Select an option

Save bronson/1360039 to your computer and use it in GitHub Desktop.
ree-1.8.6 error
g++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -pthread -DND
g++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -pthread -DND
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I./src
g++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -pthread -DND
g++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -pthread -DND
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I./src
g++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -pthread -DND
src/system-alloc.cc: In member function ‘virtual void* SbrkSysAllocator::Alloc(s
src/system-alloc.cc:165:19: error: expected type-specifier before ‘ptrdiff_t’
src/system-alloc.cc:165:19: error: expected ‘>’ before ‘ptrdiff_t’
src/system-alloc.cc:165:19: error: expected ‘(’ before ‘ptrdiff_t’
src/system-alloc.cc:165:19: error: ‘ptrdiff_t’ was not declared in this scope
src/system-alloc.cc:165:19: note: suggested alternatives:
/usr/lib/gcc/x86_64-redhat-linux/4.6.2/../../../../include/c++/4.6.2/x86_64-redh
/usr/lib/gcc/x86_64-redhat-linux/4.6.2/../../../../include/c++/4.6.2/x86_64-redh
src/system-alloc.cc:165:53: error: expected ‘)’ before ‘return’
make: *** [libtcmalloc_minimal_internal_la-system-alloc.lo] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment