Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

AlmaemberTheGreat

5
Posts
A member registered Sep 29, 2021 · View creator page →

Creator of

Recent community posts

(1 edit)

According to what I found, compiling with this command should work: make "LDFLAGS=-lX11 -lm -L/usr/lib/x86_64-linux-gnu/" full-clean all

I'm not sure though, since I'm on Manjaro and it puts the libraries in a different place.
No, actually.

Run it manually, it should work:

rm -f main.o gfx.o game.o worldgen.o battle.o game

rm -f config.h

cp config.def.h config.h

cc -c -o main.o -std=c89 -Wall -pedantic -D_XOPEN_SOURCE=600 -g -Wno-deprecated-declarations main.c

cc -c -o gfx.o -std=c89 -Wall -pedantic -D_XOPEN_SOURCE=600 -g -Wno-deprecated-declarations gfx.c

cc -c -o game.o -std=c89 -Wall -pedantic -D_XOPEN_SOURCE=600 -g -Wno-deprecated-declarations game.c

cc -c -o worldgen.o -std=c89 -Wall -pedantic -D_XOPEN_SOURCE=600 -g -Wno-deprecated-declarations worldgen.c

cc -c -o battle.o -std=c89 -Wall -pedantic -D_XOPEN_SOURCE=600 -g -Wno-deprecated-declarations battle.c

cc -o game main.o gfx.o game.o worldgen.o battle.o -lX11 -lm

(1 edit)

Well that's embarrassing... I'm a pretty bad game dev.

By VM, are you doing it on a proper VM or WSL? The latter doesn't always work with X11.

Can you post the entire error?
(I suck at this. Sorry.)

I see other people made it easy with running it on the web... well...

No problem, thank you!

Well that sucks. I was really excited for this jam

I'll try to ask them back on Reddit, maybe they'll see it there