Package Details: gnurobbo 0.68-4

Git Clone URL: https://aur.archlinux.org/gnurobbo.git (read-only, click to copy)
Package Base: gnurobbo
Description: A reimplementation of Janusz Pelc's Robbo, originally for the Atari XE/XL
Upstream URL: http://gnurobbo.sourceforge.net/
Keywords: game puzzle sdl
Licenses: custom, GPL2,
Submitter: None
Maintainer: kleintux
Last Packager: kleintux
Votes: 16
Popularity: 0.000000
First Submitted: 2009-03-03 17:54 (UTC)
Last Updated: 2021-07-02 17:38 (UTC)

Latest Comments

btimofeev commented on 2020-10-17 10:09 (UTC)

To build using gcc10, you need to change line

CFLAGS+=-g

by

CFLAGS+=-fcommon

in the Makefile.

Or you can use CLang, for example like this

СС=clang make

btimofeev commented on 2020-07-21 15:26 (UTC)

Package not building again:

make: *** [Makefile:85: gnurobbo] Error 1 ==> ERROR: A failure occurred in build(). Aborting... error making: %!s(func() string=0x562b8c7fee80)

grimsock commented on 2019-10-14 15:00 (UTC)

Package is fixed

megadriver commented on 2018-03-10 14:24 (UTC)

Needs "-d" removed from CFLAGS in the Makefile in order to compile with GCC 7.

<deleted-account> commented on 2015-08-30 13:49 (UTC)

I've recently moved to Gentoo full-time, so I'm disowning all my packages. Farewell!

<deleted-account> commented on 2015-08-08 18:28 (UTC)

Rescued from the old AUR :) In a single package. No need to separate "non-free" content. This is not Debian :)

Huulivoide commented on 2012-01-10 13:25 (UTC)

fixed

btimofeev commented on 2012-01-10 12:04 (UTC)

I can not compile the game. Error: cc skins.o konstruktor.o controls.o screen.o board.o pointer_controls.o game.o locales.o levels.o ROB_engine.o font.o rcfile.o sound.o `sdl-config --libs` -lSDL_image -lSDL_mixer -lSDL_ttf -o gnurobbo /usr/bin/ld: controls.o: undefined reference to symbol 'ceilf@@GLIBC_2.0' /usr/bin/ld: note: 'ceilf@@GLIBC_2.0' is defined in DSO /lib/libm.so.6 so try adding it to the linker command line /lib/libm.so.6: could not read symbols: Invalid operation collect2: ld execution completed with return code 1 make: *** [gnurobbo] error 1