BCI2000Launcher Build Error: fatal error LNK1104 BCI2000FrameworkCore
Posted: 03 Dec 2015, 11:32
I am trying to build the BCI2000Launcher and get the following error:
Details
Code: Select all
1>------ Build started: Project: BCI2000Launcher, Configuration: Debug Win32 ------
1> Building Custom Rule C:/Users/horak/Documents/BCI20002/BCI2000/src/core/Tools/BCI2000LauncherQt/CMakeLists.txt
1> CMake does not need to re-run because C:\Users\horak\Documents\BCI20002\BCI2000\build\core\Tools\BCI2000LauncherQt\CMakeFiles\generate.stamp is up-to-date.
1> Generating ui_MainWindow.h
1> Generating moc_MainWindow.cxx
1> BCIError_guiapp.cpp
1> AboutBox.cpp
1> ExecutableHelp.cpp
1> Settings.cpp
1> ColorListChooser.cpp
1> main.cpp
1> MainWindow.cpp
1> ModuleInventory.cpp
1> moc_MainWindow.cxx
1> Generating Code...
1>LINK : fatal error LNK1104: cannot open file '..\..\..\frameworks\CoreLib\Debug\BCI2000FrameworkCore.lib'
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
- - I'm running Windows 8.1 and VS10 virtually. Though non-virtual attempts have led to the same error. Same goes for using VS2008 in both cases.
- Upon making the project using "Make VS10 Project Files.bat" I ran into the same Qt related problem as discussed here: http://www.bci2000.org/phpbb/viewtopic.php?t=2058#p6020 and fixed them by "building against a Qt distribution outside the BCI2000 source tree" and changing the necessary flag within FindQt.cmake.