View previous topic :: View next topic |
Author |
Message |
picarica Guru

Joined: 11 Aug 2018 Posts: 354
|
Posted: Sun Apr 06, 2025 9:39 am Post subject: [SOLVED] cant merge sunshine on nvidia gpu |
|
|
hello so i have been using this package for a while now, i have it on my other gentoo systems with amd and intel gpu , and works fine but on my laptop with nvidia gpu it cant compile, it has weird AMD mentiosn in hte build error .log
and build.log here
and --info
Last edited by picarica on Tue Apr 15, 2025 6:36 pm; edited 1 time in total |
|
Back to top |
|
 |
bstaletic Guru

Joined: 05 Apr 2014 Posts: 493
|
Posted: Sun Apr 06, 2025 11:18 am Post subject: |
|
|
Looks like the package is relying on transitive includes in the standard library. The errors look like missing includes. config.cpp uses std::optional<int>, but never includes <optional> header.
On your other machine, can you build it with gcc 13 or newer? |
|
Back to top |
|
 |
picarica Guru

Joined: 11 Aug 2018 Posts: 354
|
Posted: Tue Apr 15, 2025 6:35 pm Post subject: |
|
|
bstaletic wrote: | Looks like the package is relying on transitive includes in the standard library. The errors look like missing includes. config.cpp uses std::optional<int>, but never includes <optional> header.
On your other machine, can you build it with gcc 13 or newer? |
that was right, i changed my gcc from 13 to 14 and it compiled fine, thank you for help |
|
Back to top |
|
 |
|