You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am getting the following fatal error while compiling COPASI with graphical UI support. The comand line version compiles without any errors. However, for the purposes of my usage, I would like have access to both the command line and the UI. Please advise.
Thanks,
Daipayan
~/bin/COPASI/copasi/UI/copasiui3window.h:52:11: fatal error: SBW/SBW.h: No such file or directory
52 | # include <SBW/SBW.h>
The text was updated successfully, but these errors were encountered:
daipayans
changed the title
Fatal error installation of COPASI
Fatal error when compiling with graphica UI - Ubuntu 22.04
Aug 25, 2023
This indicates that in the dependencies the SBW library was not compiled / installed. It is not vital to have it running with COPASI, you could disable SBW support for COPASI building the GUI with: -DENABLE_SBW_INTEGRATION=OFF.
Hi,
I am getting the following fatal error while compiling COPASI with graphical UI support. The comand line version compiles without any errors. However, for the purposes of my usage, I would like have access to both the command line and the UI. Please advise.
Thanks,
Daipayan
The text was updated successfully, but these errors were encountered: