Package Details: brutalchess 0.5.2-7

Git Clone URL: https://aur.archlinux.org/brutalchess.git (read-only, click to copy)
Package Base: brutalchess
Description: Chess game inspired by 'Battle Chess'. Features full 3D graphics.
Upstream URL: https://sourceforge.net/projects/brutalchess
Licenses: GPL2
Submitter: None
Maintainer: boenki
Last Packager: boenki
Votes: 52
Popularity: 0.000000
First Submitted: 2006-08-02 16:06 (UTC)
Last Updated: 2018-01-28 21:39 (UTC)

Latest Comments

1 2 Next › Last »

waitnsea commented on 2022-12-14 17:15 (UTC)

Thanks @jypma - always working

jypma commented on 2021-03-09 07:52 (UTC)

I got it working by adding the following to the start of build():

  export CXXFLAGS=-I/usr/include/freetype2
  export LDFLAGS=-lfreetype

Not sure why the original PKGBUILD does file-level patching for this, nor why the upstream source doesn't account for freetype :-)

ArnaudNux commented on 2020-04-04 16:28 (UTC)

hess.Tpo" -c -o brutalchess.o brutalchess.cpp; \ then mv -f ".deps/brutalchess.Tpo" ".deps/brutalchess.Po"; else rm -f ".deps/brutalchess.Tpo"; exit 1; fi In file included from brutalchess.cpp:19: /usr/include/SDL/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined 116 | #define GL_GLEXT_VERSION 29 | In file included from /usr/include/GL/gl.h:2050, from /usr/include/SDL/SDL_opengl.h:46, from brutalchess.cpp:19: /usr/include/GL/glext.h:54: note: this is the location of the previous definition 54 | #define GL_GLEXT_VERSION 20190805 | In file included from brutalchess.cpp:26: fontloader.h:13:10: fatal error: ft2build.h: No such file or directory 13 | #include <ft2build.h> | ^~~~~~~~~~~~ compilation terminated. make[2]: [Makefile:421: brutalchess.o] Error 1 make[2]: Leaving directory '/home/arnaud/tempo/ryzom-client/brutalchess/src/brutalchess-0.5.2/src' make[1]: [Makefile:273: all] Error 2 make[1]: Leaving directory '/home/arnaud/tempo/ryzom-client/brutalchess/src/brutalchess-0.5.2/src' make: *** [Makefile:250: all-recursive] Error 1 ==> ERROR: A failure occurred in build(). Aborting...

PrimaMateria commented on 2019-11-16 23:05 (UTC)

Same problem with ft2build.h as @saviola described.

blx32 commented on 2019-04-30 01:34 (UTC)

Maintainer: Steffen Weber <-boenki-gmx-de->
Contributor: Arkham <arkham at archlinux dot us>
Contributor: Rick Rein jeebusroxors@gmail.com
Contributor: Stefano Esposito ragnarok@email.it
Contributor: Gabriel Moura develop@srmoura.com.br

pkgname=brutalchess pkgver=0.5.2 pkgrel=7 pkgdesc="Chess game inspired by 'Battle Chess'. Features full 3D graphics." url="https://sourceforge.net/projects/$pkgname" license=('GPL2') arch=('x86_64') depends=('sdl_image' 'freetype2' 'glu') source=("http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/cauldron/x86_64/media/core/release/brutalchess-0.5.2-17.mga7.x86_64.rpm") sha512sums=('fc4d099583905dc7acc8882a432b395335f1810581aa5b24d08ad2188dc9b633f7c7955e42f880c657813453b09a29bc6c2911e71fe34348ddf50866b5c38132')

package() { cp -pR ${srcdir}/usr ${pkgdir}/ }

saviola commented on 2018-12-20 14:08 (UTC) (edited on 2018-12-20 14:10 (UTC) by saviola)

Compilation fails because it can't find ft2build.h, is this a problem on my system? freetype2 2.9.1-1 is installed and the file ft2build.sh can be found in /usr/include/freetype2.

[…]

checking for freetype-config... no
checking for FreeType -- version >= 7.0.1... no
configure: WARNING:

The freetype-config script installed by FreeType 2 could not be found.
If FreeType 2 was installed in PREFIX, make sure PREFIX/bin is in
your path, or set the FT2_CONFIG environment variable to the
full path to freetype-config.

[…]

In file included from brutalchess.cpp:26: fontloader.h:13:10: fatal error: ft2build.h: No such file or directory #include <ft2build.h> ^~~~~~~~~~~~ compilation terminated. make[2]: *** [Makefile:421: brutalchess.o] Error 1

SanskritFritz commented on 2017-10-10 14:42 (UTC)

Just try again, with another mirror. Works here.

hcra commented on 2017-10-10 13:40 (UTC)

I get ==> ERROR: Failure while downloading http://downloads.sourceforge.net/brutalchess/brutalchess-alpha-0.5.2-src.tar.gz

boenki commented on 2015-12-27 10:03 (UTC)

thanks pat_brat, included in -6.

pat_brat commented on 2015-12-25 16:09 (UTC)

I too had the same error. I changed the <freetype2/~g to <freetype2/freetype/~g, so my line now reads as: sed 's~#include\ <freetype/~#include\ <freetype2/freetype~g' -i fontloader.h Compiled fine now.