Skip to content

Instantly share code, notes, and snippets.

@markbao
Created November 11, 2009 21:00
Show Gist options
  • Save markbao/232294 to your computer and use it in GitHub Desktop.
Save markbao/232294 to your computer and use it in GitHub Desktop.
markbao@ubuntu:~/Downloads/thrift$ make
make all-recursive
make[1]: Entering directory `/home/markbao/Downloads/thrift'
Making all in compiler/cpp
make[2]: Entering directory `/home/markbao/Downloads/thrift/compiler/cpp'
Regenerating version.h... No changes.
make all-am
make[3]: Entering directory `/home/markbao/Downloads/thrift/compiler/cpp'
\
\
/bin/bash ../../ylwrap `test -f 'src/thriftl.ll' || echo './'`src/thriftl.ll .c thriftl.cc -- /bin/bash /home/markbao/Downloads/thrift/missing --run flex
make[3]: *** [thriftl.cc] Error 1
make[3]: Leaving directory `/home/markbao/Downloads/thrift/compiler/cpp'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/markbao/Downloads/thrift/compiler/cpp'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/markbao/Downloads/thrift'
make: *** [all] Error 2
markbao@ubuntu:~/Downloads/thrift$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment