Skip to content

Instantly share code, notes, and snippets.

@kalwalt
Created April 7, 2013 13:53
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 kalwalt/5330583 to your computer and use it in GitHub Desktop.
Save kalwalt/5330583 to your computer and use it in GitHub Desktop.
this log is from elinuxProgrammableGLFW arturo branch ( based on develop branch)
walter@walter-desktop:~/OF/openFrameworks/scripts/linux$ sudo ./compileOF.sh
Package openssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `openssl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'openssl' found
Compiling ../../../libs/openFrameworks/app/ofAppEGLWindow.cpp
mkdir -p ../../../libs/openFrameworksCompiled/lib/linuxarmv7l/obj/Debug/libs/openFrameworks/app
g++ -g3 -Wall -fexceptions -march=armv7 -mtune=cortex-a8 -mfpu=neon -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe -DOF_USING_GTK -I../../../libs/cairo/include -I../../../libs/cairo/include/pixman-1 -I../../../libs/cairo/include/cairo -I../../../libs/cairo/include/libpng15 -I../../../libs/fmodex/include -I../../../libs/glfw/include -I../../../libs/glfw/include/GL -I../../../libs/kiss/include -I../../../libs/openssl/include -I../../../libs/openssl/include/openssl -I../../../libs/poco/include -I../../../libs/portaudio/include -I../../../libs/rtAudio/include -I../../../libs/tess2/include -I../../../libs/openFrameworks -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/graphics -I../../../libs/openFrameworks/window -I../../../libs/openFrameworks/3d -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/math -MMD -MP -MF ../../../libs/openFrameworksCompiled/lib/linuxarmv7l/obj/Debug/libs/openFrameworks/app/ofAppEGLWindow.d -MT../../../libs/openFrameworksCompiled/lib/linuxarmv7l/obj/Debug/libs/openFrameworks/app/ofAppEGLWindow.o -o ../../../libs/openFrameworksCompiled/lib/linuxarmv7l/obj/Debug/libs/openFrameworks/app/ofAppEGLWindow.o -c ../../../libs/openFrameworks/app/ofAppEGLWindow.cpp
In file included from ../../../libs/openFrameworks/app/ofAppEGLWindow.cpp:26:0:
../../../libs/openFrameworks/app/ofAppEGLWindow.h:66:13: error: 'EGLint' was not declared in this scope
../../../libs/openFrameworks/app/ofAppEGLWindow.h:66:20: error: 'EGLint' was not declared in this scope
../../../libs/openFrameworks/app/ofAppEGLWindow.h:66:26: error: template argument 1 is invalid
../../../libs/openFrameworks/app/ofAppEGLWindow.h:66:26: error: template argument 2 is invalid
../../../libs/openFrameworks/app/ofAppEGLWindow.h:66:26: error: template argument 3 is invalid
../../../libs/openFrameworks/app/ofAppEGLWindow.h:66:26: error: template argument 4 is invalid
../../../libs/openFrameworks/app/ofAppEGLWindow.h:66:46: error: invalid type in declaration before ';' token
../../../libs/openFrameworks/app/ofAppEGLWindow.h:67:13: error: 'EGLint' was not declared in this scope
../../../libs/openFrameworks/app/ofAppEGLWindow.h:67:20: error: 'EGLint' was not declared in this scope
../../../libs/openFrameworks/app/ofAppEGLWindow.h:67:26: error: template argument 1 is invalid
../../../libs/openFrameworks/app/ofAppEGLWindow.h:67:26: error: template argument 2 is invalid
../../../libs/openFrameworks/app/ofAppEGLWindow.h:67:26: error: template argument 3 is invalid
../../../libs/openFrameworks/app/ofAppEGLWindow.h:67:26: error: template argument 4 is invalid
../../../libs/openFrameworks/app/ofAppEGLWindow.h:67:38: error: expected initializer before 'ofEGLAttributeListIterator'
../../../libs/openFrameworks/app/ofAppEGLWindow.h:122:3: error: 'EGLint' does not name a type
../../../libs/openFrameworks/app/ofAppEGLWindow.h:136:2: error: 'EGLDisplay' does not name a type
../../../libs/openFrameworks/app/ofAppEGLWindow.h:137:2: error: 'EGLSurface' does not name a type
../../../libs/openFrameworks/app/ofAppEGLWindow.h:138:2: error: 'EGLContext' does not name a type
../../../libs/openFrameworks/app/ofAppEGLWindow.h:140:2: error: 'EGLConfig' does not name a type
../../../libs/openFrameworks/app/ofAppEGLWindow.h:142:2: error: 'EGLint' does not name a type
../../../libs/openFrameworks/app/ofAppEGLWindow.h:143:2: error: 'EGLint' does not name a type
../../../libs/openFrameworks/app/ofAppEGLWindow.h:216:2: error: 'EGLDisplay' does not name a type
../../../libs/openFrameworks/app/ofAppEGLWindow.h:217:2: error: 'EGLSurface' does not name a type
../../../libs/openFrameworks/app/ofAppEGLWindow.h:218:2: error: 'EGLContext' does not name a type
../../../libs/openFrameworks/app/ofAppEGLWindow.h:220:5: error: 'EGLConfig' does not name a type
../../../libs/openFrameworks/app/ofAppEGLWindow.h:222:2: error: 'EGLint' does not name a type
../../../libs/openFrameworks/app/ofAppEGLWindow.h:223:5: error: 'EGLint' does not name a type
../../../libs/openFrameworks/app/ofAppEGLWindow.h:247:2: error: 'EGLNativeWindowType' does not name a type
../../../libs/openFrameworks/app/ofAppEGLWindow.h:248:2: error: 'EGLNativeDisplayType' does not name a type
In file included from ../../../libs/openFrameworks/gl/ofProgrammableGLRenderer.h:7:0,
from ../../../libs/openFrameworks/app/ofAppEGLWindow.cpp:32:
../../../libs/openFrameworks/utils/ofMatrixStack.h:30:101: error: 'ofIsVFlipped' was not declared in this scope
In file included from ../../../libs/openFrameworks/app/ofAppEGLWindow.cpp:32:0:
../../../libs/openFrameworks/gl/ofProgrammableGLRenderer.h:17:56: error: expected class-name before '{' token
In file included from ../../../libs/openFrameworks/app/ofAppEGLWindow.cpp:32:0:
../../../libs/openFrameworks/gl/ofProgrammableGLRenderer.h:156:2: error: 'ofVboMesh' does not name a type
../../../libs/openFrameworks/gl/ofProgrammableGLRenderer.h:157:2: error: 'ofVboMesh' does not name a type
../../../libs/openFrameworks/gl/ofProgrammableGLRenderer.h:158:2: error: 'ofVboMesh' does not name a type
../../../libs/openFrameworks/gl/ofProgrammableGLRenderer.h:159:2: error: 'ofVboMesh' does not name a type
../../../libs/openFrameworks/gl/ofProgrammableGLRenderer.h:160:8: error: field 'vertexDataVbo' has incomplete type
../../../libs/openFrameworks/gl/ofProgrammableGLRenderer.h:161:8: error: field 'meshVbo' has incomplete type
../../../libs/openFrameworks/gl/ofProgrammableGLRenderer.h:194:2: error: 'ofBitmapFont' does not name a type
../../../libs/openFrameworks/gl/ofProgrammableGLRenderer.h:56:101: error: 'ofIsVFlipped' was not declared in this scope
../../../libs/openFrameworks/app/ofAppEGLWindow.cpp:161:35: error: 'EGLint' was not declared in this scope
../../../libs/openFrameworks/app/ofAppEGLWindow.cpp:161:47: error: expected ',' or ';' before '{' token
../../../libs/openFrameworks/app/ofAppEGLWindow.cpp:39:13: warning: 'udev_fd' defined but not used [-Wunused-variable]
../../../libs/openFrameworks/app/ofAppEGLWindow.cpp:41:13: warning: 'keyboard_fd' defined but not used [-Wunused-variable]
../../../libs/openFrameworks/app/ofAppEGLWindow.cpp:42:13: warning: 'mouse_fd' defined but not used [-Wunused-variable]
../../../libs/openFrameworks/app/ofAppEGLWindow.cpp:75:22: warning: 'kb' defined but not used [-Wunused-variable]
../../../libs/openFrameworks/app/ofAppEGLWindow.cpp:77:23: warning: 'tc' defined but not used [-Wunused-variable]
../../../libs/openFrameworks/app/ofAppEGLWindow.cpp:78:23: warning: 'ots' defined but not used [-Wunused-variable]
../../../libs/openFrameworks/app/ofAppEGLWindow.cpp:89:19: warning: 'mb' defined but not used [-Wunused-variable]
../../../libs/openFrameworks/app/ofAppEGLWindow.cpp:101:12: warning: 'int dummy_sort(const dirent**, const dirent**)' defined but not used [-Wunused-function]
../../../libs/openFrameworks/app/ofAppEGLWindow.cpp:105:12: warning: 'int filter_kbd(const dirent*)' defined but not used [-Wunused-function]
../../../libs/openFrameworks/app/ofAppEGLWindow.cpp:113:12: warning: 'int filter_mouse(const dirent*)' defined but not used [-Wunused-function]
../../../libs/openFrameworks/app/ofAppEGLWindow.cpp:161:20: warning: 'eglErrorString' defined but not used [-Wunused-variable]
make[1]: *** [../../../libs/openFrameworksCompiled/lib/linuxarmv7l/obj/Debug/libs/openFrameworks/app/ofAppEGLWindow.o] Error 1
make: *** [Debug] Error 2
there has been a problem compiling Debug OF library
please report this problem in the forums
chown: cannot access `../lib/linux/*': No such file or directory
walter@walter-desktop:~/OF/openFrameworks/scripts/linux$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment