Package Details: xrick 021212-11

Git Clone URL: https://aur.archlinux.org/xrick.git (read-only, click to copy)
Package Base: xrick
Description: Clone of Rick Dangerous, a classic platform game
Upstream URL: http://www.bigorno.net/xrick
Licenses: custom: spirit of GPL
Submitter: grimi
Maintainer: carstene1ns
Last Packager: carstene1ns
Votes: 17
Popularity: 0.000000
First Submitted: 2006-11-14 17:22 (UTC)
Last Updated: 2022-04-09 14:18 (UTC)

Latest Comments

kleintux commented on 2022-06-29 19:50 (UTC)

the game builds now thank you. But after start there is only a start screen with the version number. Have only I this problem?

SanskritFritz commented on 2022-04-09 16:32 (UTC)

awesome, thanks!

carstene1ns commented on 2022-04-09 14:20 (UTC)

Issues should be fixed. Will upload a xrick-git package shortly, the author has ported xrick to SDL2 some time ago.

theYinYeti commented on 2020-08-04 21:11 (UTC)

Hi! Thanks for maintaining the package for this excellent game (I used to play it on the Atari STE). I have build errors:

gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -g -ansi -pedantic -Wall -W -O2 -I …/src/xrick-021212/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c xrick.c -o xrick.o
gcc unzip.o data.o scr_xrick.o scr_pause.o scr_imain.o scr_imap.o scr_gameover.o scr_getname.o dat_picsPC.o dat_picsST.o dat_screens.o dat_tilesPC.o dat_tilesST.o dat_maps.o dat_ents.o dat_spritesST.o dat_spritesPC.o ents.o e_bullet.o e_bomb.o e_rick.o e_sbonus.o e_them.o e_bonus.o e_box.o rects.o util.o game.o xrick.o draw.o maps.o sysvid.o syskbd.o control.o system.o scroller.o sysevt.o sysarg.o syssnd.o sysjoy.o dat_snd.o  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lz -L/usr/lib -lSDL -lpthread -o ../xrick
/usr/bin/ld: scr_xrick.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: scr_pause.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: scr_imain.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: scr_imap.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: scr_gameover.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: scr_getname.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: dat_picsST.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: dat_screens.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: dat_tilesST.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: dat_maps.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: dat_ents.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: dat_spritesST.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: ents.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: e_bullet.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: e_bomb.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: e_rick.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: e_sbonus.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: e_them.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: e_bonus.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: e_box.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: rects.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: util.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: game.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: xrick.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: draw.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: maps.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: sysvid.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: syskbd.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: control.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: system.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: scroller.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: sysevt.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: sysarg.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: syssnd.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
/usr/bin/ld: dat_snd.o:…/src/xrick-021212/src/dat_snd.c:29: multiple definition of `WAV_BOX'; game.o:(.bss+0x68): first defined here
/usr/bin/ld: dat_snd.o:…/src/xrick-021212/src/dat_snd.c:27: multiple definition of `WAV_BONUS'; game.o:(.bss+0x60): first defined here
/usr/bin/ld: dat_snd.o:…/src/xrick-021212/src/dat_snd.c:26: multiple definition of `WAV_BOMBSHHT'; game.o:(.bss+0xa0): first defined here
/usr/bin/ld: dat_snd.o:…/src/xrick-021212/src/dat_snd.c:24: multiple definition of `WAV_JUMP'; game.o:(.bss+0x78): first defined here
/usr/bin/ld: dat_snd.o:…/src/xrick-021212/src/dat_snd.c:23: multiple definition of `WAV_WALK'; game.o:(.bss+0x88): first defined here
/usr/bin/ld: dat_snd.o:…/src/xrick-021212/src/dat_snd.c:22: multiple definition of `WAV_BULLET'; game.o:(.bss+0xa8): first defined here
/usr/bin/ld: dat_snd.o:…/src/xrick-021212/include/img.h:30: multiple definition of `IMG_SPLASH'; data.o:…/src/xrick-021212/include/img.h:30: first defined here
collect2: error: ld returned 1 exit status

carstene1ns commented on 2014-01-26 15:25 (UTC)

Adapted to latest package standards.

grimi commented on 2011-05-28 09:57 (UTC)

Orphaned...