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
I just tried to build the code off of the current branch today and it failed. qucs/qucs.cpp includes "qucslib_common.h" but that file no longer exists in the source tree. I tried just removing the include, but there were undeclared identifiers and other issues, and other files also include qucslib_common.h.
The text was updated successfully, but these errors were encountered:
Hello Tom, I forgot to commit qucslib_common.h after removing the qucs-lib tool #139. I have just restored the missing file. Please try to compile again. I have recently added CMake build test on the master branch to prevent such issues in the future https://github.com/ra3xdh/qucs_s/actions/workflows/cmake.yml This will be available for all branches after merging master and current
I just tried to build the code off of the current branch today and it failed. qucs/qucs.cpp includes "qucslib_common.h" but that file no longer exists in the source tree. I tried just removing the include, but there were undeclared identifiers and other issues, and other files also include qucslib_common.h.
The text was updated successfully, but these errors were encountered: