f-scholer
f-scholer
disabling 3D acceleration in vbox removes the error
I also tried @klaymenr's solution and it mostly fixed the wrapping. Just removing the git mark completely fixes the wrapping for me: ` LP_MARK_GIT="" `
+1 for feature number 2
This would be great, since you could then customize things like additional underscores
Thanks for the quick action and suggestion. That works. I had modified conan_provider.cmake to write the buildenv entries: macro(append_buildenv_configuration) if(CMAKE_C_COMPILER) string(APPEND PROFILE "CC=${CMAKE_C_COMPILER}\n") endif() if(CMAKE_CXX_COMPILER) string(APPEND PROFILE "CXX=${CMAKE_CXX_COMPILER}\n") endif() if(CMAKE_RC_COMPILER)...