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
Good afternoon. Thank you very much for implementing this project. I am trying to build a library for postmarketOS (Alpine Linux), but I get a compilation error. What could be the problem?
Config:
OS: Linux google-kukui 6.6.25-mt8183 #1-postmarketos-mediatek-mt8183 SMP PREEMPT Fri Apr 12 13:06:02 aarch64 Linux
╰─ ./build.sh --compiler=clang
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- The CXX compiler identification is GNU 13.2.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at regamedll/CMakeLists.txt:20 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- Configuring done (1.1s)
-- Generating done (0.1s)
-- Build files have been written to: /home/thesame/GitProjects/ReGameDLL_CS/build
Updating appversion.h, new version is "5.26.0.698-dev", the old one was
[ 0%] Built target appversion
[ 0%] Building CXX object regamedll/CMakeFiles/regamedll.dir/dlls/airtank.cpp.o
g++: error: unrecognized command-line option '-m32'
g++: error: unrecognized command-line option '-msse3'
make[2]: *** [regamedll/CMakeFiles/regamedll.dir/build.make:76: regamedll/CMakeFiles/regamedll.dir/dlls/airtank.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:125: regamedll/CMakeFiles/regamedll.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
Build log with gcc:
╰─ ./build.sh --compiler=gcc
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- The CXX compiler identification is GNU 13.2.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at regamedll/CMakeLists.txt:20 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- Configuring done (0.8s)
-- Generating done (0.1s)
-- Build files have been written to: /home/thesame/GitProjects/ReGameDLL_CS/build
[ 0%] Built target appversion
[ 0%] Building CXX object regamedll/CMakeFiles/regamedll.dir/dlls/airtank.cpp.o
g++: error: unrecognized command-line option '-m32'
g++: error: unrecognized command-line option '-msse3'
make[2]: *** [regamedll/CMakeFiles/regamedll.dir/build.make:76: regamedll/CMakeFiles/regamedll.dir/dlls/airtank.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:125: regamedll/CMakeFiles/regamedll.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
The text was updated successfully, but these errors were encountered:
Good afternoon. Thank you very much for implementing this project. I am trying to build a library for postmarketOS (Alpine Linux), but I get a compilation error. What could be the problem?
Config:
OS:
Linux google-kukui 6.6.25-mt8183 #1-postmarketos-mediatek-mt8183 SMP PREEMPT Fri Apr 12 13:06:02 aarch64 Linux
g++:
gcc:
clang:
Build log with
clang
:Build log with
gcc
:The text was updated successfully, but these errors were encountered: