-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
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
CMake Error at diffvg_generated_diffvg.cpp.o.Release.cmake #88
Comments
After replacing with gcc,gxx=8.5.0,run |
same issue with gcc 11.4
|
As @kilhny mentions, you need gcc 8. However, gcc 8 has been discontinued for Ubuntu 22.04 and up. It would be great to enable compilation on Ubuntu 22 without going through the hoops of trying to install a discontinued gcc |
dongrading your gcc version to 9.5.0 and g++ version to 9.5.0 it seems it make it work |
CMake Error at diffvg_generated_diffvg.cpp.o.Release.cmake:280 (message):
Error generating file
/home/users/diffvg/build/temp.linux-x86_64-cpython-38/CMakeFiles/diffvg.dir//./diffvg_generated_diffvg.cpp.o
gmake[2]: *** [CMakeFiles/diffvg.dir/build.make:77: CMakeFiles/diffvg.dir/diffvg_generated_diffvg.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:99: CMakeFiles/diffvg.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
.
.
.
subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--config', 'Release', '--', '-j8']' returned non-zero exit status 2.
The text was updated successfully, but these errors were encountered: