Package Details: luola 1.3.2-4

Git Clone URL: https://aur.archlinux.org/luola.git (read-only, click to copy)
Package Base: luola
Description: A cavern-flying game for 1-4 players
Upstream URL: http://web.archive.org/web/20081206054041/http://www.luolamies.org/software/luola/
Keywords: 2-4Player 2D arcade game multiplayer pvp spaceship
Licenses: GPL
Submitter: ilpianista
Maintainer: macxcool
Last Packager: macxcool
Votes: 4
Popularity: 0.000000
First Submitted: 2010-11-13 15:13 (UTC)
Last Updated: 2024-11-14 01:13 (UTC)

Latest Comments

1 2 Next › Last »

macxcool commented on 2024-11-14 01:12 (UTC)

OK. I got it. Added a 'sed' line to the PKGBUILD.

macxcool commented on 2024-11-14 01:04 (UTC) (edited on 2024-11-14 01:05 (UTC) by macxcool)

@tobixen I'm not a C/C++ programmer. Do you mean that I need to add:

#include <string.h>

at line 28? That doesn't seem to work.

tobixen commented on 2024-11-11 20:32 (UTC) (edited on 2024-11-12 10:22 (UTC) by tobixen)

The AUR package is broken again. Compiles after including string.h in src/tools/im_vwing.c. Annoying, perhaps there exists some options for the compiler to accept 20 years old C-code without breakages?

im_vwing.c:191:5: note: include ‘<string.h>’ or provide a declaration of ‘strcpy’
im_vwing.c:192:5: error: implicit declaration of function ‘strcat’ [-Wimplicit-function-declaration]
  192 |     strcat(pcxfile,".luola.pcx");
      |     ^~~~~~

simona commented on 2024-04-26 14:21 (UTC)

perfect. now ok

macxcool commented on 2024-04-26 12:06 (UTC)

I'm very sorry for leaving this for so long. I completely forgot about it. With @lvgx's line, it does compile and run. Long live Luola. ;-)

lvgx commented on 2020-12-23 19:05 (UTC)

This worked for me:

sed -i 's/^struct Pilot/typedef struct Pilot/' src/pilot.h

macxcool commented on 2020-09-05 23:53 (UTC)

@simona That's true. I'm not sure what I can do about it, though. This is a really old piece of software and they keep changing the compiler etc.

I'd really like to keep this working since it's a great old game. Does anyone have any suggestions or know if it's even possible to get this to compile anymore?

simona commented on 2020-09-05 21:12 (UTC)

do not compile

macxcool commented on 2015-03-14 12:50 (UTC)

I found the last capture that actually had the luola site data.

macxcool commented on 2015-03-14 12:46 (UTC)

That's perfect SanskritFritz. I never thought of the Wayback machine. I'll change it.