Skip to content

Instantly share code, notes, and snippets.

@mkoppanen
Created October 14, 2010 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkoppanen/626315 to your computer and use it in GitHub Desktop.
Save mkoppanen/626315 to your computer and use it in GitHub Desktop.
make[2]: Entering directory `/tmp/zeromq2/src'
source='clock.cpp' object='libzmq_la-clock.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
/bin/bash ../libtool --tag=CXX --mode=compile /opt/sunstudio12.1/bin/CC -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -c -o libzmq_la-clock.lo `test -f 'clock.cpp' || echo './'`clock.cpp
libtool: compile: /opt/sunstudio12.1/bin/CC -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -c clock.cpp -KPIC -DPIC -o .libs/libzmq_la-clock.o
"/opt/sunstudio12.1/prod/include/cc/stddef.h", line 51: Error: "unsigned" has already been included in this declaration.
"/opt/sunstudio12.1/prod/include/cc/stddef.h", line 51: Error: A declaration does not specify a tag or an identifier.
"/opt/sunstudio12.1/prod/include/cc/stddef.h", line 51: Error: Use ";" to terminate declarations.
"/opt/sunstudio12.1/prod/include/cc/stddef.h", line 51: Error: A declaration does not specify a tag or an identifier.
"/opt/sunstudio12.1/prod/include/cc/stddef.h", line 75: Error: Use ";" to terminate declarations.
"/opt/sunstudio12.1/prod/include/cc/stddef.h", line 75: Error: A declaration does not specify a tag or an identifier.
"/usr/include/sys/types.h", line 110: Error: A declaration does not specify a tag or an identifier.
"/usr/include/sys/types.h", line 110: Error: Use ";" to terminate declarations.
"/usr/include/sys/types.h", line 110: Error: A declaration does not specify a tag or an identifier.
"/usr/include/stdlib.h", line 525: Error: "{" expected instead of "__asm".
"/usr/include/stdlib.h", line 525: Error: The function "__asm" must have a prototype.
"/usr/include/stdlib.h", line 958: Error: "at_quick_exit(void(*)())" is expected to return a value.
"/opt/sunstudio12.1/prod/include/cc/stdlib.h", line 59: Error: exit is not defined.
"/opt/sunstudio12.1/prod/include/cc/stdlib.h", line 60: Error: getenv is not defined.
"/opt/sunstudio12.1/prod/include/cc/stdlib.h", line 61: Error: system is not defined.
"/opt/sunstudio12.1/prod/include/cc/stdlib.h", line 62: Error: bsearch is not defined.
"/opt/sunstudio12.1/prod/include/cc/stdlib.h", line 63: Error: qsort is not defined.
"/opt/sunstudio12.1/prod/include/cc/stdlib.h", line 64: Error: abs is not defined.
"/opt/sunstudio12.1/prod/include/cc/stdlib.h", line 65: Error: labs is not defined.
"/opt/sunstudio12.1/prod/include/cc/stdlib.h", line 66: Error: div is not defined.
"/opt/sunstudio12.1/prod/include/cc/stdlib.h", line 67: Error: ldiv is not defined.
"/opt/sunstudio12.1/prod/include/cc/stdlib.h", line 68: Error: mblen is not defined.
"/opt/sunstudio12.1/prod/include/cc/stdlib.h", line 69: Error: mbtowc is not defined.
"/opt/sunstudio12.1/prod/include/cc/stdlib.h", line 70: Error: wctomb is not defined.
"/opt/sunstudio12.1/prod/include/cc/stdlib.h", line 71: Error: mbstowcs is not defined.
Compilation aborted, too many Error messages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment