Tatsh / tatsh-overlay

Personal Gentoo Portage overlay.
https://tatsh.github.io/tatsh-overlay/
GNU General Public License v2.0
35 stars 10 forks source link

bug with libc++ and yuzu #169

Closed KonstantinDjairo closed 1 year ago

KonstantinDjairo commented 1 year ago

yuzu is not compiling, and seems to be an error related to an environment variable

https://github.com/yuzu-emu/yuzu/issues/141#issuecomment-364066531

here's the build.log, you can do a grep in 'FAILED' build.log

Tatsh commented 1 year ago

You're trying to build with GCC but with libc++ instead of libstdc++?

Tatsh commented 1 year ago

I really haven't tested GCC 13 and I don't really plan to until it's at least keyworded ~amd64.

KonstantinDjairo commented 1 year ago

my default compiler is gcc (maybe my gcc version is the problem?) , i didn't change anything for yuzu, it's all in the default compilation options, maybe i had to choose clang to compile this package?

Tatsh commented 1 year ago

You should try compiling with GCC 12 unless your intention is to use 13. In that case, you'll have to make patches.