open-ephys / GUI

Archived source code for the Open Ephys GUI
https://github.com/open-ephys/plugin-GUI
126 stars 282 forks source link

Trouble in compling GUI source code #349

Closed yaoyua closed 2 years ago

yaoyua commented 7 years ago

There is a trouble in compiling GUI source code in Linux using GUI-master source code. I get a error: yy@ubuntu:~/Desktop/GUI-master/Builds/Linux$ make Compiling CoreServices.cpp In file included from ../../Source/../JuceLibraryCode/JuceHeader.h:29:0, from ../../Source/CoreServices.h:27, from ../../Source/CoreServices.cpp:25: ../../Source/../JuceLibraryCode/modules/juce_opengl/juce_opengl.h:56:20: fatal error: GL/gl.h: No such file or directory

include <GL/gl.h>

                ^

compilation terminated. Makefile:213: recipe for target 'build/intermediate/Debug/CoreServices_8f7d6f26.o' failed make: *** [build/intermediate/Debug/CoreServices_8f7d6f26.o] Error 1. It seems that the file is missing and is there any method to fix this?