While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Intel and NVIDIA drivers holding back a public SteamOS release, Valve not trying to compete with Windows
- Discord screen-sharing with audio on Linux Wayland is officially here
- GE-Proton 9-23 released with a Battle.net update fix for Linux / Steam Deck
- NVIDIA release new GPU driver updates for Linux and Windows after announcing security issues
- Games to claim from Prime Gaming, Jan 17 edition round-up for SteamOS Linux and Steam Deck
- > See more over 30 days here
-
GE-Proton 9-23 released with a Battle.net update fix fo…
- tuubi -
GE-Proton 9-23 released with a Battle.net update fix fo…
- Caldathras -
GE-Proton 9-23 released with a Battle.net update fix fo…
- tuubi -
GE-Proton 9-23 released with a Battle.net update fix fo…
- Mohandevir -
GE-Proton 9-23 released with a Battle.net update fix fo…
- benstor214 - > See more comments
Do you think that Golgotha can be built on Linux?
https://github.com/pgrawehr/golgotha
View PC info
There's a Makefile.in template from.... 20 years ago :-)
P.S. It would need more than just project files fixed up... our APIs have changed a lot since.
Last edited by Grogan on 10 Nov 2023 at 7:35 am UTC
View PC info
obj3d.h: At global scope:
obj3d.h:67:44: warning: conversion from ‘g1_quad_class::<unnamed enum>’ to ‘w8’ {aka ‘unsigned char’} changes value from ‘g1_quad_class::ON’ to ‘255’ [-Woverflow]
67 | void set_flags(w8 mask, w8 value = ON)
| ^~
map.h:216:27: error: ‘g1_object_controller_class’ has not been declared
216 | void calc_map_lod(g1_object_controller_class *);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
make: *** [Makefile:360: linux-gnu_release/editor__critical_graph.o] Error 1
I got past those by declaring g1_object_controller_class (I took it from controller.h) in a few headers but then ran into more failures further in, unrelated to that. Sorry, I tried, but it's non-trivial.
Not as dire as I thought at first glance, anyway. At least the build will set up to the point that someone can take a look at it, if they want to fix it. (some code is going to have to be written differently)
Last edited by Grogan on 10 Nov 2023 at 8:25 am UTC
Thank you.
Can you add it as the pull request to this project?
View PC info