BCI2000 build code errors, gNautilus
BCI2000 build code errors, gNautilus
I previously downloaded BCI2000 and was having issues connecting with gNautilus, I saw that deleting the Networking.dll, GDSClientAPI.dll, GDSServer.dll, and gAPI.dll worked for others. When I deleted these files however, I was no longer able to open up the BCI2000 GUI. I then uninstalled everything and tried to reinstall, using the Programming Howto:Building and Customizing BCI2000, so the files would return, but I am running into errors when trying to build the Release code. I also noticed that after configuring my CMake the QT tab was missing, not sure if this contributes. If you know of any fixes please let me know! Thank you! (see attachments for code errors and warnings, as well as CMake missing QT)
- Attachments
-
- CMake no QT.png (16.33 KiB) Viewed 125 times
-
- code errors.png (44.14 KiB) Viewed 125 times
-
- code warnings.png (27.35 KiB) Viewed 125 times
Re: BCI2000 build code errors, gNautilus
Hi, and welcome to the BCI2000 forum!
CMake is not deleting your entry but moves it below the CMAKE group. You will find it when expanding that group.
The errors related to building icons are irrelevant. They occur on some systems due to concurrent access to files (CMake does not offer any synchronization between concurrent builds).
Likewise, the warnings regarding the "fallthrough" attribute are harmless. They will vanish if you build BCI2000 using VisualStudio 2022 which provides C++ 17.
HTH
Jürgen
CMake is not deleting your entry but moves it below the CMAKE group. You will find it when expanding that group.
The errors related to building icons are irrelevant. They occur on some systems due to concurrent access to files (CMake does not offer any synchronization between concurrent builds).
Likewise, the warnings regarding the "fallthrough" attribute are harmless. They will vanish if you build BCI2000 using VisualStudio 2022 which provides C++ 17.
HTH
Jürgen
Re: BCI2000 build code errors, gNautilus
Thank you for the quick response! I will download VisualStudio 2022, and reinstall QT to match. The errors related to the building icons stop the code from creating the prog files it created before, is this something that will be fixed with the updated VS and QT? (Attachment is after the build was run, and errors were received). Thank you again!mellinger wrote: ↑28 Mar 2023, 08:25 Hi, and welcome to the BCI2000 forum!
CMake is not deleting your entry but moves it below the CMAKE group. You will find it when expanding that group.
The errors related to building icons are irrelevant. They occur on some systems due to concurrent access to files (CMake does not offer any synchronization between concurrent builds).
Likewise, the warnings regarding the "fallthrough" attribute are harmless. They will vanish if you build BCI2000 using VisualStudio 2022 which provides C++ 17.
HTH
Jürgen
- Attachments
-
- BCI prog.png (54.41 KiB) Viewed 121 times
Re: BCI2000 build code errors, gNautilus
Note that there is no Qt binary distribution specific to VS 2022, but the one for VS 2019 will work.I will download VisualStudio 2022, and reinstall QT to match.
Maybe. If not, you can build the failed projects invidually, which should work around the concurrency issues.The errors related to the building icons stop the code from creating the prog files it created before, is this something that will be fixed with the updated VS and QT?
Re: BCI2000 build code errors, gNautilus
Thank you!
Who is online
Users browsing this forum: No registered users and 1 guest