We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following the instructions in the readme results in this error upon running cmake:
-- Enabled public release mode -- Installing dew Requirement already satisfied: dew-pacman in /home/jack/.local/lib/python3.10/site-packages (0.11.0) Requirement already satisfied: fasteners==0.15 in /home/jack/.local/lib/python3.10/site-packages (from dew-pacman) (0.15) Requirement already satisfied: gitpython==3.0.6 in /home/jack/.local/lib/python3.10/site-packages (from dew-pacman) (3.0.6) Requirement already satisfied: six in /usr/lib/python3/dist-packages (from fasteners==0.15->dew-pacman) (1.16.0) Requirement already satisfied: monotonic>=0.1 in /usr/lib/python3/dist-packages (from fasteners==0.15->dew-pacman) (1.6) Requirement already satisfied: gitdb2>=2.0.0 in /home/jack/.local/lib/python3.10/site-packages (from gitpython==3.0.6->dew-pacman) (4.0.2) Requirement already satisfied: gitdb>=4.0.1 in /home/jack/.local/lib/python3.10/site-packages (from gitdb2>=2.0.0->gitpython==3.0.6->dew-pacman) (4.0.11) Requirement already satisfied: smmap<6,>=3.0.1 in /home/jack/.local/lib/python3.10/site-packages (from gitdb>=4.0.1->gitdb2>=2.0.0->gitpython==3.0.6->dew-pacman) (5.0.1) [notice] A new release of pip is available: 23.0.1 -> 24.0 [notice] To update, run: python3.10 -m pip install --upgrade pip -- Building dew dependencies Dependency zlib_git_cacf7f1d4e3d44d871b605da3b647f07d718623f already pulled. Pulling dependency assimp_git_c305b50f13627befade833cef8399be3c53fc4ec... Pulling dependency nod_git_02c188497af89e188edcc82387f787057739e530... Processing submodule logvisor Pulling dependency lzokay_git_546a9695271e8a8b4711383f828172754fd825f2... Pulling dependency tinyxml2_git_c483646db00a6a9ac3a8e93f7c490aecb589979d... Pulling dependency tinyxml2_git_c483646db00a6a9ac3a8e93f7c490aecb589979d... Building dependency zlib_git_cacf7f1d4e3d44d871b605da3b647f07d718623f... * which is needed by assimp_git_c305b50f13627befade833cef8399be3c53fc4ec Dependency zlib_git_cacf7f1d4e3d44d871b605da3b647f07d718623f already built. Building dependency assimp_git_c305b50f13627befade833cef8399be3c53fc4ec... Building release... Unknown build system Dew did not finish successfully :( CMake Error at dew.cmake:56 (message): Unable to run dew: 1 Call Stack (most recent call first): CMakeLists.txt:24 (integrate_dew) -- Configuring incomplete, errors occurred!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following the instructions in the readme results in this error upon running cmake:
The text was updated successfully, but these errors were encountered: