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
- Fedora KDE gets approval to be upgraded to sit alongside Fedora Workstation
- Steam gets new tools for game devs to offer players version switching in-game
- Palworld dev details the patents Nintendo and The Pokemon Company are suing for
- 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'
- > See more over 30 days here
-
Old Skies from Wadjet Eye Games looks like one to remem…
- Klaas -
Manjaro Linux want your system info with their new data…
- based -
Train finally returns to Counter-Strike 2 in the latest…
- hardpenguin -
Minecraft-like free and open source game VoxeLibre (for…
- hardpenguin -
Little Big Adventure – Twinsen's Quest a remake of th…
- Kaarlo - > See more comments
- What do you want to see on GamingOnLinux?
- Liam Dawe - Steam and offline gaming
- missingno - Does Sinden Lightgun work?
- helloCLD - 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