-
Notifications
You must be signed in to change notification settings - Fork 226
Description
When trying to compile on fedora 42 I am getting this error:
After this command is typed in: sudo cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo && make
CMake Deprecation Warning at Sources/AngelScript/projects/cmake/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument value. Or, use the ... syntax
to tell CMake that the project requires at least but has been updated
to work with policies introduced by or earlier.
CMake Deprecation Warning at Sources/AngelScript/projects/cmake_addons/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument value. Or, use the ... syntax
to tell CMake that the project requires at least but has been updated
to work with policies introduced by or earlier.
-- Configuring done (0.1s)
-- Generating done (0.1s)
-- Build files have been written to: /home/guest/Downloads/openspades-0.1.3/openspades.mk
BASEURL ************ https://github.com/yvt/openspades-paks/releases/download/r33/OpenSpadesDevPackage-r33.zip
HTTP response 302 [https://github.com/yvt/openspades-paks/releases/download/r33/OpenSpadesDevPackage-r33.zip]
Adding URL: https://objects.githubusercontent.com/github-production-release-asset-2e65be/75995187/fdecc246-d3c3-11e6-965c-3ce008f018a0?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releAdding URL: https://objects.githubusercontent.com/github-production-release-asset-2e65be/75995187/fdecc246-d3c3-11e6-965c-3ce008f018a0?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releFailed to open 'OpenSpadesDevPackage-r33.zip' (2)
HTTP response 200 [https://objects.githubusercontent.com/github-production-release-asset-2e65be/75995187/fdecc246-d3c3-11e6-965c-3ce008f018a0?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-CredentOpenSpadesDevPackage 100% [==========================================================================================================================================>] 3.84M --.-KB/sd10327a1&X-Amz-SignedHeader[Files: 1 Bytes: 3.84M [10.26MB/s] Redirects: 1 Todo: 0 Errors: 0 ]
unzip: cannot find or open OpenSpadesDevPackage-r33.zip, OpenSpadesDevPackage-r33.zip.zip or OpenSpadesDevPackage-r33.zip.ZIP.
mv: cannot stat './Nonfree/pak000-Nonfree.pak': No such file or directory
mv: cannot stat './OfficialMods/font-unifont.pak': No such file or directory
mv: cannot stat './Nonfree/LICENSE.md': No such file or directory
mv: cannot stat './OfficialMods/LICENSE': No such file or directory
make[2]: *** [Resources/CMakeFiles/OpenSpades_Resources_DevPaks.dir/build.make:73: OpenSpades_Resources_DevPaks] Error 1
make[1]: *** [CMakeFiles/Makefile2:180: Resources/CMakeFiles/OpenSpades_Resources_DevPaks.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
So then I tried to manually download the DEV file and add it to the folder and that did not work either. Any one with some ideas
Thanks