Page 1 of 1

Qt libraries are not found

Posted: 04 Nov 2016, 15:18
by seanstoc

Code: Select all

C:\Users\stock\Documents\BCI\DBI\bci2000\trunk\build>cmake  -DBUILD_TOOLS:BOOL=TRUE  -DBUILD_CONTRIB:BOOL=TRUE  -DBUILD_BCPY2000:BOOL=TRUE  -G "Visual Studio 9 2008 Win64"
Qt QTGUI library not found.
Qt QTCORE library not found.
-- Creating Project files for BCI2000 Version 3.0.3
-- Skipping custom extension DataGloveLogger
---- (to enable, set the BUILD_DATAGLOVELOGGER setting to TRUE)
-- Skipping custom extension WebcamLogger
---- (to enable, set the BUILD_WEBCAMLOGGER setting to TRUE)
-- Skipping custom extension EyetrackerLogger
---- (to enable, set the BUILD_EYETRACKERLOGGER setting to TRUE)
-- Skipping custom extension WiimoteLogger
---- (to enable, set the BUILD_WIIMOTELOGGER setting to TRUE)
-- Skipping custom extension GazeMonitorFilter
---- (to enable, set the BUILD_GAZEMONITORFILTER setting to TRUE)
---Adding Framework Library: BCI2000FrameworkCore
---Adding Framework Library: BCI2000FrameworkSigSrcModule
---Adding Framework Library: BCI2000FrameworkSigProcModule
---Adding Framework Library: BCI2000FrameworkAppModule
Qt QTOPENGL library not found.
Qt QTGUI library not found.
Qt QTCORE library not found.
-- Found OpenGL: opengl32
Qt QTOPENGL library not found.
Qt QTGUI library not found.
Qt QTCORE library not found.
CMake Error at C:/Users/stock/Documents/BCI/DBI/bci2000/trunk/src/extlib/3DAPI/Demo/CMakeLists.txt:31 (QT4_WRAP_CPP):
  Unknown CMake command "QT4_WRAP_CPP".


-- Configuring incomplete, errors occurred!

Hello! Sorry, I'm a bit new to the bci2000 software. I'm having a difficult time figuring out what is going wrong when I go to compile. I'm using the Visual C++ 2008 Express Edition and the code above is the error that the command line gives me. What are the Qt libraries? Do i have the wrong version of visual studio? Thanks!

Re: Qt libraries are not found

Posted: 13 Nov 2016, 19:45
by pbrunner
Seanstoc,

can you please try to download and compile the BCI2000 svn trunk as described in the the BCI2000 v3.6 beta thread [1] under "BCI2000 v3.6 - source code - compile and debug instructions - December 10th, 2015". Please note that this will require the following prerequisites on your machine:

Pre-requisites:
* Windows 32 or 64 bit OS.
* TortoiseSVN (https://tortoisesvn.net/downloads.html) [make sure to check "command line tools" on installation]
* CMake 3.3.2 (https://cmake.org/files/v3.3/cmake-3.3.2-win32-x86.exe) [make sure to check "add to path for all users" on installation]
* Visual Studio 2012 Express (http://www.microsoft.com/en-us/download ... x?id=34673)
* Visual Studio 2012 Update 4 (https://www.microsoft.com/en-us/downloa ... x?id=39305)

Regards, Peter

[1] http://www.bci2000.org/bbs/viewtopic.php?f=1&t=2955