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
- Steam gets new tools for game devs to offer players version switching in-game
- GOG launch their Preservation Program to make games live forever with a hundred classics being 're-released'
- Sony say their PSN account requirement on PC is so you can enjoy their games 'safely'
- AYANEO 3 now officially announced with AMD Ryzen AI 9 HX 370 and HDR OLED
- Valve dev details more on the work behind making Steam for Linux more stable
- > See more over 30 days here
-
Hybrid gaming controller MoveMaster has a new website, …
- Brendan -
New Hearts of Iron IV DLC lets you rewrite German histo…
- Vortex_Acherontic -
Avowed from Obsidian gets a release date, and pre-order…
- Sakuretsu -
Inspired by SSX, arcade snowboarding game Tricky Madnes…
- Linux_Rocks -
Get a fresh look at Half-Life 2 RTX in a new video plus…
- const - > See more comments
- What do you want to see on GamingOnLinux?
- Linux_Rocks - Does Sinden Lightgun work?
- Linas - Steam and offline gaming
- missingno - No more posting on X / Twitter
- Liam Dawe - Weekend Players' Club 10/11/2024
- Pengling - See more posts
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 November 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 November 2023 at 8:25 am UTC
Thank you.
Can you add it as the pull request to this project?
View PC info