Created
December 10, 2019 17:31
-
-
Save magdesign/d6630d2ae6ced09edcf7ab0972801f05 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
home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp: In member function ‘bool ofxNDIsender::CreateSender(const char*, unsigned int, unsigned int)’: | |
/home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp:74:18: error: ‘GL_PIXEL_UNPACK_BUFFER_ARB’ was not declared in this scope | |
glBindBufferARB(GL_PIXEL_UNPACK_BUFFER_ARB, ndiPbo[0]); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp:74:55: error: ‘glBindBufferARB’ was not declared in this scope | |
glBindBufferARB(GL_PIXEL_UNPACK_BUFFER_ARB, ndiPbo[0]); | |
^ | |
/home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp:75:67: error: ‘GL_STREAM_READ’ was not declared in this scope | |
glBufferDataARB(GL_PIXEL_UNPACK_BUFFER_ARB, width*height * 4, 0, GL_STREAM_READ); | |
^~~~~~~~~~~~~~ | |
/home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp:75:81: error: ‘glBufferDataARB’ was not declared in this scope | |
glBufferDataARB(GL_PIXEL_UNPACK_BUFFER_ARB, width*height * 4, 0, GL_STREAM_READ); | |
^ | |
/home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp: In member function ‘bool ofxNDIsender::UpdateSender(unsigned int, unsigned int)’: | |
/home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp:105:18: error: ‘GL_PIXEL_UNPACK_BUFFER_ARB’ was not declared in this scope | |
glBindBufferARB(GL_PIXEL_UNPACK_BUFFER_ARB, ndiPbo[0]); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp:105:55: error: ‘glBindBufferARB’ was not declared in this scope | |
glBindBufferARB(GL_PIXEL_UNPACK_BUFFER_ARB, ndiPbo[0]); | |
^ | |
/home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp:106:67: error: ‘GL_STREAM_READ’ was not declared in this scope | |
glBufferDataARB(GL_PIXEL_UNPACK_BUFFER_ARB, width*height * 4, 0, GL_STREAM_READ); | |
^~~~~~~~~~~~~~ | |
/home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp:106:81: error: ‘glBufferDataARB’ was not declared in this scope | |
glBufferDataARB(GL_PIXEL_UNPACK_BUFFER_ARB, width*height * 4, 0, GL_STREAM_READ); | |
^ | |
/home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp: In member function ‘bool ofxNDIsender::ReadFboPixels(ofFbo, unsigned int, unsigned int, unsigned char*)’: | |
/home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp:477:23: error: ‘glReadBuffer’ was not declared in this scope | |
glReadBuffer(GL_FRONT); | |
^ | |
/home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp:480:15: error: ‘GL_PIXEL_PACK_BUFFER’ was not declared in this scope | |
glBindBuffer(GL_PIXEL_PACK_BUFFER, ndiPbo[PboIndex]); | |
^~~~~~~~~~~~~~~~~~~~ | |
/home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp:489:48: error: ‘GL_READ_ONLY’ was not declared in this scope | |
pboMemory = glMapBuffer(GL_PIXEL_PACK_BUFFER, GL_READ_ONLY); | |
^~~~~~~~~~~~ | |
/home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp:489:60: error: ‘glMapBuffer’ was not declared in this scope | |
pboMemory = glMapBuffer(GL_PIXEL_PACK_BUFFER, GL_READ_ONLY); | |
^ | |
/home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp:493:37: error: ‘glUnmapBuffer’ was not declared in this scope | |
glUnmapBuffer(GL_PIXEL_PACK_BUFFER); | |
^ | |
/home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp: In member function ‘bool ofxNDIsender::ReadTexturePixels(ofTexture, unsigned int, unsigned int, unsigned char*)’: | |
/home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp:527:23: error: ‘glReadBuffer’ was not declared in this scope | |
glReadBuffer(GL_FRONT); | |
^ | |
/home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp:530:15: error: ‘GL_PIXEL_PACK_BUFFER’ was not declared in this scope | |
glBindBuffer(GL_PIXEL_PACK_BUFFER, ndiPbo[PboIndex]); | |
^~~~~~~~~~~~~~~~~~~~ | |
/home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp:539:48: error: ‘GL_READ_ONLY’ was not declared in this scope | |
pboMemory = glMapBuffer(GL_PIXEL_PACK_BUFFER, GL_READ_ONLY); | |
^~~~~~~~~~~~ | |
/home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp:539:60: error: ‘glMapBuffer’ was not declared in this scope | |
pboMemory = glMapBuffer(GL_PIXEL_PACK_BUFFER, GL_READ_ONLY); | |
^ | |
/home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp:543:37: error: ‘glUnmapBuffer’ was not declared in this scope | |
glUnmapBuffer(GL_PIXEL_PACK_BUFFER); | |
^ | |
/home/pvj/openFrameworks/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:358: recipe for target '/home/pvj/openFrameworks/addons/obj/linuxarmv6l/Release/ofxNDI/src/ofxNDIsender.o' failed | |
make[1]: *** [/home/pvj/openFrameworks/addons/obj/linuxarmv6l/Release/ofxNDI/src/ofxNDIsender.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment