ClassiCube-IRIX, Minecraft clone.
#2
RE: ClassiCube-IRIX, Minecraft clone.
I'm trying to compile these sources under IRIX 6.5.22 on a sgi Indy:
Code:
bash-5.0$ gcc *.c -o ClassiCube -Wl,-rpath-link=/usr/lib32 -Wl,-rpath=/usr/lib32:/usr/sgug/lib32 -lX11 -lGL -lGLcore -lGLU -lpthread -Wl,--allow-shlib-undefined -DCC_BUILD_GL11
...
as ERROR parsing -mabi=n32:  unknown flag
as ERROR parsing -mabi=n32:  unknown flag
as ERROR parsing -mabi=n32:  unknown flag
as ERROR parsing -mabi=n32:  unknown flag
as ERROR parsing -mabi=n32:  unknown flag
as ERROR parsing -mabi=n32:  unknown flag
as ERROR parsing -mabi=n32:  unknown flag
as ERROR parsing -mabi=n32:  unknown flag
...
Window_X11.c:58:13: error: 'XK_0' undeclared (first use in this function)
...

I have modified Window_X11.c this way to avoid the lot of errors about XK_* codes:
Code:
...
#include <X11/XKBlib.h>^M
/* additional include files */
#include <X11/keysym.h>^M

#ifdef CC_BUILD_XINPUT2^M
...

But I haven't managed to avoid these errors about GenericEvent:
Code:
...
Window_X11.c:504:14: error: 'GenericEvent' undeclared (first use in this function)
  504 |   e->type == GenericEvent; /* For XInput events */
...

Have you got any clue ?

Indy Indy R4400 150 MHz, 256 MB RAM, 24-bit graphics, 6.5.22
  Octane2 Octane2 R12000 400 MHz, 1024 MB RAM, ODYSSEY V6, 6.5.30

IBM 44p model 170 (7044-170), POWER3-II 64 bits 400 MHz, 1 GB RAM
AlphaServer DS10 466 MHz, 128 MB RAM
HP C3600 PA-RISC 8600 552MHz, 2 GB RAM
HP ProDesk 400 G2 MINI Intel Core i5 6th Gen 2,50GHz 16GB, Debian GNU/Linux (NAS)
HP t610 Debian GNU/Linux, 2 GB RAM (NAS)
Linux-RISC
RISC and Unix lover

Trade Count: (0)
Posts: 51
Threads: 4
Joined: Apr 2022
Location: Spain
Website Find Reply
04-11-2023, 08:11 PM


Messages In This Thread
ClassiCube-IRIX, Minecraft clone. - by joshyfishy22 - 04-10-2023, 01:31 PM
RE: ClassiCube-IRIX, Minecraft clone. - by Linux-RISC - 04-11-2023, 08:11 PM
RE: ClassiCube-IRIX, Minecraft clone. - by jpstewart - 04-11-2023, 11:24 PM
RE: ClassiCube-IRIX, Minecraft clone. - by Raion - 04-12-2023, 12:41 AM
RE: ClassiCube-IRIX, Minecraft clone. - by Linux-RISC - 04-12-2023, 07:53 AM
RE: ClassiCube-IRIX, Minecraft clone. - by flexion - 04-12-2023, 01:16 PM
RE: ClassiCube-IRIX, Minecraft clone. - by Raion - 04-12-2023, 02:13 PM
RE: ClassiCube-IRIX, Minecraft clone. - by joshyfishy22 - 04-17-2023, 01:51 PM
RE: ClassiCube-IRIX, Minecraft clone. - by Irinikus - 06-16-2023, 02:32 PM
RE: ClassiCube-IRIX, Minecraft clone. - by Irinikus - 06-16-2023, 07:45 PM
RE: ClassiCube-IRIX, Minecraft clone. - by Irinikus - 06-17-2023, 07:02 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)