open-ephys / GUI

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

Plugin installation failed #357

Closed j-moore94 closed 6 years ago

j-moore94 commented 6 years ago

Hi, I'm new to pretty much everything, so sorry if this is an easy one! Trying to build the Open Ephys GUI on Ubuntu 16.04. I have followed the installation instructions, but getting an error when trying to run the plugin makefile.

Here is the message I get:

~/Open Ephys/plugin-GUI/Builds/Linux$ make -f Makefile.plugins Building Open-Ephys Plugins make[1]: Entering directory '/home/jmoore/Open Ephys/plugin-GUI/Source/Plugins/CommonLibs/OpenEphysHDF5Lib' Makefile:29: warning: overriding recipe for target '/home/jmoore/Open' Makefile:22: warning: ignoring old recipe for target '/home/jmoore/Open' Makefile:28: mixed implicit and normal rules: deprecated syntax make[1]: No rule to make target '%.cpp', needed by '/home/jmoore/Open'. Stop. make[1]: Leaving directory '/home/jmoore/Open Ephys/plugin-GUI/Source/Plugins/CommonLibs/OpenEphysHDF5Lib' Makefile.plugins:77: recipe for target '../../Source/Plugins/CommonLibs/OpenEphysHDF5Lib' failed make: *** [../../Source/Plugins/CommonLibs/OpenEphysHDF5Lib] Error 2

Would appreciate any help. Thanks.