Created
December 20, 2012 21:14
-
-
Save anonymous/4348632 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd liblo-0.26-modified;./configure;make | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... gcc3 | |
checking build system type... i386-apple-darwin12.2.0 | |
checking host system type... i386-apple-darwin12.2.0 | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld | |
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r | |
checking how to recognize dependent libraries... pass_all | |
checking for ar... ar | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from gcc object... ok | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking how to run the C preprocessor... gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fno-common -DPIC | |
checking if gcc PIC flag -fno-common -DPIC works... yes | |
checking if gcc static flag -static works... no | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.2.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking whether gcc and cc understand -c and -o together... yes | |
checking for doxygen... no | |
checking for pthread_create in -lpthread... yes | |
checking for library containing recvfrom... none required | |
checking for log... yes | |
checking for ANSI C header files... (cached) yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking for unistd.h... (cached) yes | |
checking for an ANSI C-conforming const... yes | |
checking for size_t... yes | |
checking for select... yes | |
checking for poll... yes | |
checking for inet_aton... yes | |
checking whether byte ordering is bigendian... no | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating src/tools/Makefile | |
config.status: creating examples/Makefile | |
config.status: creating lo/Makefile | |
config.status: creating lo/lo_endian.h | |
config.status: creating liblo.pc | |
config.status: creating doc/Makefile | |
config.status: creating doc/reference.doxygen | |
config.status: creating build/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
make all-recursive | |
Making all in src | |
Making all in . | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-address.lo -MD -MP -MF .deps/liblo_la-address.Tpo -c -o liblo_la-address.lo `test -f 'address.c' || echo './'`address.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-address.lo -MD -MP -MF .deps/liblo_la-address.Tpo -c address.c -fno-common -DPIC -o .libs/liblo_la-address.o | |
mv -f .deps/liblo_la-address.Tpo .deps/liblo_la-address.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-send.lo -MD -MP -MF .deps/liblo_la-send.Tpo -c -o liblo_la-send.lo `test -f 'send.c' || echo './'`send.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-send.lo -MD -MP -MF .deps/liblo_la-send.Tpo -c send.c -fno-common -DPIC -o .libs/liblo_la-send.o | |
mv -f .deps/liblo_la-send.Tpo .deps/liblo_la-send.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-message.lo -MD -MP -MF .deps/liblo_la-message.Tpo -c -o liblo_la-message.lo `test -f 'message.c' || echo './'`message.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-message.lo -MD -MP -MF .deps/liblo_la-message.Tpo -c message.c -fno-common -DPIC -o .libs/liblo_la-message.o | |
mv -f .deps/liblo_la-message.Tpo .deps/liblo_la-message.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-server.lo -MD -MP -MF .deps/liblo_la-server.Tpo -c -o liblo_la-server.lo `test -f 'server.c' || echo './'`server.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-server.lo -MD -MP -MF .deps/liblo_la-server.Tpo -c server.c -fno-common -DPIC -o .libs/liblo_la-server.o | |
mv -f .deps/liblo_la-server.Tpo .deps/liblo_la-server.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-method.lo -MD -MP -MF .deps/liblo_la-method.Tpo -c -o liblo_la-method.lo `test -f 'method.c' || echo './'`method.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-method.lo -MD -MP -MF .deps/liblo_la-method.Tpo -c method.c -fno-common -DPIC -o .libs/liblo_la-method.o | |
mv -f .deps/liblo_la-method.Tpo .deps/liblo_la-method.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-server_thread.lo -MD -MP -MF .deps/liblo_la-server_thread.Tpo -c -o liblo_la-server_thread.lo `test -f 'server_thread.c' || echo './'`server_thread.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-server_thread.lo -MD -MP -MF .deps/liblo_la-server_thread.Tpo -c server_thread.c -fno-common -DPIC -o .libs/liblo_la-server_thread.o | |
mv -f .deps/liblo_la-server_thread.Tpo .deps/liblo_la-server_thread.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-blob.lo -MD -MP -MF .deps/liblo_la-blob.Tpo -c -o liblo_la-blob.lo `test -f 'blob.c' || echo './'`blob.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-blob.lo -MD -MP -MF .deps/liblo_la-blob.Tpo -c blob.c -fno-common -DPIC -o .libs/liblo_la-blob.o | |
mv -f .deps/liblo_la-blob.Tpo .deps/liblo_la-blob.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-bundle.lo -MD -MP -MF .deps/liblo_la-bundle.Tpo -c -o liblo_la-bundle.lo `test -f 'bundle.c' || echo './'`bundle.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-bundle.lo -MD -MP -MF .deps/liblo_la-bundle.Tpo -c bundle.c -fno-common -DPIC -o .libs/liblo_la-bundle.o | |
mv -f .deps/liblo_la-bundle.Tpo .deps/liblo_la-bundle.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-timetag.lo -MD -MP -MF .deps/liblo_la-timetag.Tpo -c -o liblo_la-timetag.lo `test -f 'timetag.c' || echo './'`timetag.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-timetag.lo -MD -MP -MF .deps/liblo_la-timetag.Tpo -c timetag.c -fno-common -DPIC -o .libs/liblo_la-timetag.o | |
mv -f .deps/liblo_la-timetag.Tpo .deps/liblo_la-timetag.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-pattern_match.lo -MD -MP -MF .deps/liblo_la-pattern_match.Tpo -c -o liblo_la-pattern_match.lo `test -f 'pattern_match.c' || echo './'`pattern_match.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-pattern_match.lo -MD -MP -MF .deps/liblo_la-pattern_match.Tpo -c pattern_match.c -fno-common -DPIC -o .libs/liblo_la-pattern_match.o | |
mv -f .deps/liblo_la-pattern_match.Tpo .deps/liblo_la-pattern_match.Plo | |
/bin/sh ../libtool --tag=CC --mode=link gcc -Wall -I.. -g -O2 -export-dynamic -version-info 7:0:0 -o liblo.la -rpath /usr/local/lib liblo_la-address.lo liblo_la-send.lo liblo_la-message.lo liblo_la-server.lo liblo_la-method.lo liblo_la-server_thread.lo liblo_la-blob.lo liblo_la-bundle.lo liblo_la-timetag.lo liblo_la-pattern_match.lo -lpthread -lpthread | |
libtool: link: gcc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/liblo.7.dylib .libs/liblo_la-address.o .libs/liblo_la-send.o .libs/liblo_la-message.o .libs/liblo_la-server.o .libs/liblo_la-method.o .libs/liblo_la-server_thread.o .libs/liblo_la-blob.o .libs/liblo_la-bundle.o .libs/liblo_la-timetag.o .libs/liblo_la-pattern_match.o -lpthread -install_name /usr/local/lib/liblo.7.dylib -compatibility_version 8 -current_version 8.0 -Wl,-single_module | |
libtool: link: dsymutil .libs/liblo.7.dylib || : | |
libtool: link: (cd ".libs" && rm -f "liblo.dylib" && ln -s "liblo.7.dylib" "liblo.dylib") | |
libtool: link: ( cd ".libs" && rm -f "liblo.la" && ln -s "../liblo.la" "liblo.la" ) | |
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT testlo-testlo.o -MD -MP -MF .deps/testlo-testlo.Tpo -c -o testlo-testlo.o `test -f 'testlo.c' || echo './'`testlo.c | |
mv -f .deps/testlo-testlo.Tpo .deps/testlo-testlo.Po | |
/bin/sh ../libtool --tag=CC --mode=link gcc -Wall -I.. -g -O2 -o testlo testlo-testlo.o liblo.la -lpthread | |
libtool: link: gcc -Wall -I.. -g -O2 -o .libs/testlo testlo-testlo.o ./.libs/liblo.dylib -lpthread | |
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT subtest-subtest.o -MD -MP -MF .deps/subtest-subtest.Tpo -c -o subtest-subtest.o `test -f 'subtest.c' || echo './'`subtest.c | |
mv -f .deps/subtest-subtest.Tpo .deps/subtest-subtest.Po | |
/bin/sh ../libtool --tag=CC --mode=link gcc -Wall -I.. -g -O2 -o subtest subtest-subtest.o liblo.la -lpthread | |
libtool: link: gcc -Wall -I.. -g -O2 -o .libs/subtest subtest-subtest.o ./.libs/liblo.dylib -lpthread | |
Making all in tools | |
Making all in . | |
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT oscsend-oscsend.o -MD -MP -MF .deps/oscsend-oscsend.Tpo -c -o oscsend-oscsend.o `test -f 'oscsend.c' || echo './'`oscsend.c | |
mv -f .deps/oscsend-oscsend.Tpo .deps/oscsend-oscsend.Po | |
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -o oscsend oscsend-oscsend.o ../liblo.la -lpthread | |
libtool: link: gcc -g -O2 -o .libs/oscsend oscsend-oscsend.o ../.libs/liblo.dylib -lpthread | |
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT oscdump-oscdump.o -MD -MP -MF .deps/oscdump-oscdump.Tpo -c -o oscdump-oscdump.o `test -f 'oscdump.c' || echo './'`oscdump.c | |
mv -f .deps/oscdump-oscdump.Tpo .deps/oscdump-oscdump.Po | |
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -o oscdump oscdump-oscdump.o ../liblo.la -lpthread | |
libtool: link: gcc -g -O2 -o .libs/oscdump oscdump-oscdump.o ../.libs/liblo.dylib -lpthread | |
Making all in examples | |
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT example_server.o -MD -MP -MF .deps/example_server.Tpo -c -o example_server.o example_server.c | |
example_server.c: In function ‘main’: | |
example_server.c:57: warning: implicit declaration of function ‘usleep’ | |
mv -f .deps/example_server.Tpo .deps/example_server.Po | |
/bin/sh ../libtool --tag=CC --mode=link gcc -Wall -I.. -g -O2 -o example_server example_server.o ../src/liblo.la -lpthread | |
libtool: link: gcc -Wall -I.. -g -O2 -o .libs/example_server example_server.o ../src/.libs/liblo.dylib -lpthread | |
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT example_client.o -MD -MP -MF .deps/example_client.Tpo -c -o example_client.o example_client.c | |
mv -f .deps/example_client.Tpo .deps/example_client.Po | |
/bin/sh ../libtool --tag=CC --mode=link gcc -Wall -I.. -g -O2 -o example_client example_client.o ../src/liblo.la -lpthread | |
libtool: link: gcc -Wall -I.. -g -O2 -o .libs/example_client example_client.o ../src/.libs/liblo.dylib -lpthread | |
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT nonblocking_server_example.o -MD -MP -MF .deps/nonblocking_server_example.Tpo -c -o nonblocking_server_example.o nonblocking_server_example.c | |
mv -f .deps/nonblocking_server_example.Tpo .deps/nonblocking_server_example.Po | |
/bin/sh ../libtool --tag=CC --mode=link gcc -Wall -I.. -g -O2 -o nonblocking_server_example nonblocking_server_example.o ../src/liblo.la -lpthread | |
libtool: link: gcc -Wall -I.. -g -O2 -o .libs/nonblocking_server_example nonblocking_server_example.o ../src/.libs/liblo.dylib -lpthread | |
Making all in lo | |
make[3]: Nothing to be done for `all'. | |
Making all in build | |
make[3]: Nothing to be done for `all'. | |
make[3]: Nothing to be done for `all-am'. | |
g++ src/OSCeleton.cpp src/viewer.cpp -O3 -Wno-write-strings -Iliblo-0.26-modified -I/usr/X11/include -I/usr/include/ni -lOpenNI -lstdc++ -L/usr/X11/lib -lGL -lGLU -lglut liblo-0.26-modified/src/.libs/*.o -o osceleton | |
In file included from src/OSCeleton.cpp:28: | |
src/common.h:5:21: error: GL/glut.h: No such file or directory | |
In file included from /usr/include/ni/XnTypes.h:29, | |
from /usr/include/ni/XnOpenNI.h:28, | |
from /usr/include/ni/XnCppWrapper.h:28, | |
from src/OSCeleton.cpp:24: | |
/usr/include/ni/XnOS.h:453: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnOS.h:456: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnOS.h:465: warning: ‘warning’ attribute directive ignored | |
In file included from /usr/include/ni/XnOpenNI.h:29, | |
from /usr/include/ni/XnCppWrapper.h:28, | |
from src/OSCeleton.cpp:24: | |
/usr/include/ni/XnContext.h:125: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnContext.h:149: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnContext.h:173: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnContext.h:194: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnContext.h:219: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnContext.h:348: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnContext.h:365: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnContext.h:403: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnContext.h:424: warning: ‘warning’ attribute directive ignored | |
In file included from /usr/include/ni/XnOpenNI.h:32, | |
from /usr/include/ni/XnCppWrapper.h:28, | |
from src/OSCeleton.cpp:24: | |
/usr/include/ni/XnPrdNodeInfo.h:115: warning: ‘warning’ attribute directive ignored | |
In file included from /usr/include/ni/XnOpenNI.h:34, | |
from /usr/include/ni/XnCppWrapper.h:28, | |
from src/OSCeleton.cpp:24: | |
/usr/include/ni/XnPrdNode.h:72: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnPrdNode.h:1910: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnPrdNode.h:1917: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnPrdNode.h:2060: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnPrdNode.h:2067: warning: ‘warning’ attribute directive ignored | |
In file included from src/OSCeleton.cpp:24: | |
/usr/include/ni/XnCppWrapper.h:1772: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:1773: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:5726: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:5730: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:7041: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:7046: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:7071: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:7451: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:7456: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:7481: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:9508: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:9517: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:9526: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:9543: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:9552: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:9564: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:9990: warning: ‘warning’ attribute directive ignored | |
src/OSCeleton.cpp: In function ‘void terminate(int)’: | |
src/OSCeleton.cpp:491: error: ‘glutDestroyWindow’ was not declared in this scope | |
src/OSCeleton.cpp: In function ‘int main(int, char**)’: | |
src/OSCeleton.cpp:547: warning: format ‘%d’ expects type ‘int*’, but argument 3 has type ‘char**’ | |
src/OSCeleton.cpp:547: warning: format ‘%d’ expects type ‘int*’, but argument 3 has type ‘char**’ | |
src/OSCeleton.cpp:732: error: ‘glutMainLoop’ was not declared in this scope | |
In file included from src/viewer.cpp:1: | |
src/common.h:5:21: error: GL/glut.h: No such file or directory | |
src/viewer.cpp:3:19: error: GL/gl.h: No such file or directory | |
src/viewer.cpp:4:20: error: GL/glu.h: No such file or directory | |
In file included from /usr/include/ni/XnTypes.h:29, | |
from /usr/include/ni/XnOpenNI.h:28, | |
from /usr/include/ni/XnCppWrapper.h:28, | |
from src/viewer.h:1, | |
from src/common.h:10, | |
from src/viewer.cpp:1: | |
/usr/include/ni/XnOS.h:453: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnOS.h:456: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnOS.h:465: warning: ‘warning’ attribute directive ignored | |
In file included from /usr/include/ni/XnOpenNI.h:29, | |
from /usr/include/ni/XnCppWrapper.h:28, | |
from src/viewer.h:1, | |
from src/common.h:10, | |
from src/viewer.cpp:1: | |
/usr/include/ni/XnContext.h:125: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnContext.h:149: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnContext.h:173: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnContext.h:194: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnContext.h:219: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnContext.h:348: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnContext.h:365: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnContext.h:403: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnContext.h:424: warning: ‘warning’ attribute directive ignored | |
In file included from /usr/include/ni/XnOpenNI.h:32, | |
from /usr/include/ni/XnCppWrapper.h:28, | |
from src/viewer.h:1, | |
from src/common.h:10, | |
from src/viewer.cpp:1: | |
/usr/include/ni/XnPrdNodeInfo.h:115: warning: ‘warning’ attribute directive ignored | |
In file included from /usr/include/ni/XnOpenNI.h:34, | |
from /usr/include/ni/XnCppWrapper.h:28, | |
from src/viewer.h:1, | |
from src/common.h:10, | |
from src/viewer.cpp:1: | |
/usr/include/ni/XnPrdNode.h:72: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnPrdNode.h:1910: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnPrdNode.h:1917: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnPrdNode.h:2060: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnPrdNode.h:2067: warning: ‘warning’ attribute directive ignored | |
In file included from src/viewer.h:1, | |
from src/common.h:10, | |
from src/viewer.cpp:1: | |
/usr/include/ni/XnCppWrapper.h:1772: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:1773: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:5726: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:5730: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:7041: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:7046: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:7071: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:7451: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:7456: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:7481: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:9508: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:9517: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:9526: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:9543: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:9552: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:9564: warning: ‘warning’ attribute directive ignored | |
/usr/include/ni/XnCppWrapper.h:9990: warning: ‘warning’ attribute directive ignored | |
src/viewer.cpp:11: error: ‘GLuint’ does not name a type | |
src/viewer.cpp:13: error: expected constructor, destructor, or type conversion before ‘*’ token | |
src/viewer.cpp: In function ‘void draw()’: | |
src/viewer.cpp:19: error: ‘GLubyte’ was not declared in this scope | |
src/viewer.cpp:19: error: expected `;' before ‘tmp’ | |
src/viewer.cpp:22: error: ‘tmp’ was not declared in this scope | |
src/viewer.cpp:23: error: ‘buf’ was not declared in this scope | |
src/viewer.cpp:27: error: ‘GL_TEXTURE_2D’ was not declared in this scope | |
src/viewer.cpp:27: error: ‘GL_RGB’ was not declared in this scope | |
src/viewer.cpp:27: error: ‘GL_UNSIGNED_BYTE’ was not declared in this scope | |
src/viewer.cpp:27: error: ‘buf’ was not declared in this scope | |
src/viewer.cpp:27: error: ‘glTexImage2D’ was not declared in this scope | |
src/viewer.cpp:29: error: ‘tex_id’ was not declared in this scope | |
src/viewer.cpp:29: error: ‘glBindTexture’ was not declared in this scope | |
src/viewer.cpp:30: error: ‘glColor4f’ was not declared in this scope | |
src/viewer.cpp:32: error: ‘GL_QUADS’ was not declared in this scope | |
src/viewer.cpp:32: error: ‘glBegin’ was not declared in this scope | |
src/viewer.cpp:33: error: ‘glTexCoord2f’ was not declared in this scope | |
src/viewer.cpp:33: error: ‘glVertex2i’ was not declared in this scope | |
src/viewer.cpp:37: error: ‘glEnd’ was not declared in this scope | |
src/viewer.cpp:39: error: ‘glutSwapBuffers’ was not declared in this scope | |
src/viewer.cpp: In function ‘void init_tex()’: | |
src/viewer.cpp:46: error: ‘tex_id’ was not declared in this scope | |
src/viewer.cpp:46: error: ‘glGenTextures’ was not declared in this scope | |
src/viewer.cpp:47: error: ‘GL_TEXTURE_2D’ was not declared in this scope | |
src/viewer.cpp:47: error: ‘glBindTexture’ was not declared in this scope | |
src/viewer.cpp:48: error: ‘GL_TEXTURE_MAG_FILTER’ was not declared in this scope | |
src/viewer.cpp:48: error: ‘GL_LINEAR’ was not declared in this scope | |
src/viewer.cpp:48: error: ‘glTexParameteri’ was not declared in this scope | |
src/viewer.cpp:49: error: ‘GL_TEXTURE_MIN_FILTER’ was not declared in this scope | |
src/viewer.cpp: In function ‘void reshape_window(int, int)’: | |
src/viewer.cpp:55: error: ‘glutReshapeWindow’ was not declared in this scope | |
src/viewer.cpp: In function ‘void key_pressed(unsigned char, int, int)’: | |
src/viewer.cpp:62: error: ‘glutDestroyWindow’ was not declared in this scope | |
src/viewer.cpp: In function ‘void init_window(int, char**, int, int, void (*)())’: | |
src/viewer.cpp:70: error: ‘GLubyte’ was not declared in this scope | |
src/viewer.cpp:71: error: ‘buf’ was not declared in this scope | |
src/viewer.cpp:71: error: expected primary-expression before ‘)’ token | |
src/viewer.cpp:71: error: expected `;' before ‘malloc’ | |
src/viewer.cpp:72: error: ‘glutInit’ was not declared in this scope | |
src/viewer.cpp:73: error: ‘GLUT_RGBA’ was not declared in this scope | |
src/viewer.cpp:73: error: ‘GLUT_DOUBLE’ was not declared in this scope | |
src/viewer.cpp:73: error: ‘GLUT_ALPHA’ was not declared in this scope | |
src/viewer.cpp:73: error: ‘GLUT_DEPTH’ was not declared in this scope | |
src/viewer.cpp:73: error: ‘glutInitDisplayMode’ was not declared in this scope | |
src/viewer.cpp:74: error: ‘glutInitWindowSize’ was not declared in this scope | |
src/viewer.cpp:75: error: ‘glutInitWindowPosition’ was not declared in this scope | |
src/viewer.cpp:76: error: ‘glutCreateWindow’ was not declared in this scope | |
src/viewer.cpp:78: error: ‘glutDisplayFunc’ was not declared in this scope | |
src/viewer.cpp:79: error: ‘glutIdleFunc’ was not declared in this scope | |
src/viewer.cpp:80: error: ‘glutReshapeFunc’ was not declared in this scope | |
src/viewer.cpp:81: error: ‘glutKeyboardFunc’ was not declared in this scope | |
src/viewer.cpp:83: error: ‘gluOrtho2D’ was not declared in this scope | |
src/viewer.cpp:84: error: ‘GL_TEXTURE_2D’ was not declared in this scope | |
src/viewer.cpp:84: error: ‘glEnable’ was not declared in this scope | |
src/viewer.cpp:85: error: ‘GL_BLEND’ was not declared in this scope | |
src/viewer.cpp:86: error: ‘GL_SRC_ALPHA’ was not declared in this scope | |
src/viewer.cpp:86: error: ‘GL_ONE_MINUS_SRC_ALPHA’ was not declared in this scope | |
src/viewer.cpp:86: error: ‘glBlendFunc’ was not declared in this scope | |
make: *** [osceleton] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment