Skip to content

Instantly share code, notes, and snippets.

@ajorg
Created January 10, 2011 21:35
Show Gist options
  • Save ajorg/773509 to your computer and use it in GitHub Desktop.
Save ajorg/773509 to your computer and use it in GitHub Desktop.
Making all in mini
make all-am
../../doltcompile g++ -DHAVE_CONFIG_H -I. -I../.. -I/tmp/build_deps/include -no-cpp-precomp -D_THREAD_SAFE -DGC_MACOSX_THREADS -DPLATFORM_MACOSX -DUSE_MMAP -DUSE_MUNMAP -DGetCurrentProcess=MonoGetCurrentProcess -DGetCurrentThread=MonoGetCurrentThread -DCreateEvent=MonoCreateEvent -I/private/tmp/build_deps/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fno-exceptions -fno-rtti -fno-common -Woverloaded-virtual -Wcast-qual -fno-rtti -DLLVM_MONO_BRANCH -DLLVM_MAJOR_VERSION=2 -DLLVM_MINOR_VERSION=9 -I../../eglib/src -I../../eglib/src -g -O2 -MT mini-llvm-cpp.lo -MD -MP -MF .deps/mini-llvm-cpp.Tpo -c -o mini-llvm-cpp.lo mini-llvm-cpp.cpp
mini-llvm-cpp.cpp: In function 'void force_pass_linking()':
mini-llvm-cpp.cpp:379: error: 'createLoopIndexSplitPass' is not a member of 'llvm'
make[4]: *** [mini-llvm-cpp.lo] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment