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
It may just be a user error on my part but here is the output. I will keep looking into it until I manage to get past the issue.
Iv tried at both /usr/local/bin/gcc and /usr/local/bin/gcc8 as well as 7 and 6 (Iv removed all versions as well and only tested on 8 with same error)
Cloning dependencies...
fatal: destination path 'lwjgl3' already exists and is not an empty directory.
fatal: destination path 'openal-soft' already exists and is not an empty directory.
fatal: destination path 'glfw' already exists and is not an empty directory.
fatal: destination path 'bgfx' already exists and is not an empty directory.
fatal: destination path 'bimg' already exists and is not an empty directory.
fatal: destination path 'bx' already exists and is not an empty directory.
-- The C compiler identification is GNU 8.2.0
-- The CXX compiler identification is GNU 8.2.0
-- Check for working C compiler: /usr/local/bin/gcc8
-- Check for working C compiler: /usr/local/bin/gcc8 -- broken
CMake Error at /usr/local/share/cmake/Modules/CMakeTestCCompiler.cmake:52 (message):
The C compiler
"/usr/local/bin/gcc8"
is not able to compile a simple test program.
It fails with the following output:
Change Dir: /usr/home/acg/Downloads/minecraft-client-1.13/openal-soft/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/local/bin/gmake" "cmTC_ac3ee/fast"
/usr/local/bin/gmake -f CMakeFiles/cmTC_ac3ee.dir/build.make CMakeFiles/cmTC_ac3ee.dir/build
gmake[1]: Entering directory '/usr/home/acg/Downloads/minecraft-client-1.13/openal-soft/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ac3ee.dir/testCCompiler.c.o
/usr/local/bin/gcc8 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -o CMakeFiles/cmTC_ac3ee.dir/testCCompiler.c.o -c /usr/home/acg/Downloads/minecraft-client-1.13/openal-soft/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_ac3ee
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ac3ee.dir/link.txt --verbose=1
/usr/local/bin/gcc8 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 CMakeFiles/cmTC_ac3ee.dir/testCCompiler.c.o -o cmTC_ac3ee
/usr/local/bin/ld: cannot find -lc
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_ac3ee.dir/build.make:87: cmTC_ac3ee] Error 1
gmake[1]: Leaving directory '/usr/home/acg/Downloads/minecraft-client-1.13/openal-soft/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:121: cmTC_ac3ee/fast] Error 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:5 (PROJECT)
-- Configuring incomplete, errors occurred!
See also "/usr/home/acg/Downloads/minecraft-client-1.13/openal-soft/build/CMakeFiles/CMakeOutput.log".
See also "/usr/home/acg/Downloads/minecraft-client-1.13/openal-soft/build/CMakeFiles/CMakeError.log".
The text was updated successfully, but these errors were encountered:
It may just be a user error on my part but here is the output. I will keep looking into it until I manage to get past the issue.
Iv tried at both /usr/local/bin/gcc and /usr/local/bin/gcc8 as well as 7 and 6 (Iv removed all versions as well and only tested on 8 with same error)
The text was updated successfully, but these errors were encountered: