Skip to content

Instantly share code, notes, and snippets.

@michelp
Created June 26, 2012 17:10
Show Gist options
  • Save michelp/2997173 to your computer and use it in GitHub Desktop.
Save michelp/2997173 to your computer and use it in GitHub Desktop.
michel@ranger:/tmp/tmpPqghzRbuildout-libzmq/zeromq-3.2.0 $ make
Making all in src
make[1]: Entering directory `/tmp/tmpPqghzRbuildout-libzmq/zeromq-3.2.0/src'
make all-am
make[2]: Entering directory `/tmp/tmpPqghzRbuildout-libzmq/zeromq-3.2.0/src'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/tmp/tmpPqghzRbuildout-libzmq/zeromq-3.2.0/src'
make[1]: Leaving directory `/tmp/tmpPqghzRbuildout-libzmq/zeromq-3.2.0/src'
Making all in doc
make[1]: Entering directory `/tmp/tmpPqghzRbuildout-libzmq/zeromq-3.2.0/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/tmpPqghzRbuildout-libzmq/zeromq-3.2.0/doc'
Making all in perf
make[1]: Entering directory `/tmp/tmpPqghzRbuildout-libzmq/zeromq-3.2.0/perf'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/tmpPqghzRbuildout-libzmq/zeromq-3.2.0/perf'
Making all in tests
make[1]: Entering directory `/tmp/tmpPqghzRbuildout-libzmq/zeromq-3.2.0/tests'
CXX test_monitor.o
test_monitor.cpp:125:2: error: no newline at end of file
make[1]: *** [test_monitor.o] Error 1
make[1]: Leaving directory `/tmp/tmpPqghzRbuildout-libzmq/zeromq-3.2.0/tests'
make: *** [all-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment