Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186784 - media-libs/allegrogl-0.4.1 fails to compile with allegro-4.2.2 (bump to version 0.4.2 required)
Summary: media-libs/allegrogl-0.4.1 fails to compile with allegro-4.2.2 (bump to versi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL: http://allegrogl.sourceforge.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-27 12:40 UTC by Davide Cendron (RETIRED)
Modified: 2007-08-03 19:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Davide Cendron (RETIRED) gentoo-dev 2007-07-27 12:40:15 UTC
media-libs/allegrogl-0.4.1 fails to compile with media-libs/allegro-4.2.2 :

checking for allegro-config... /usr/bin/allegro-config
checking for Allegro - version >= 4.2.0... yes (version 4.2.2)
configure: creating ./config.status
config.status: creating makefile
config.status: creating include/alleggl_config.h
config.status: executing default commands
Generating dependencies...
i686-pc-linux-gnu-gcc -o obj/unix/release/alleggl.o -Iinclude -Iinclude/allegrogl -Iinclude/allegrogl/GLext -I/usr/include  -O2 -march=pentium-m -pipe -fPIC -c src/alleggl.c
i686-pc-linux-gnu-gcc -o obj/unix/release/glvtable.o -Iinclude -Iinclude/allegrogl -Iinclude/allegrogl/GLext -I/usr/include  -O2 -march=pentium-m -pipe -fPIC -c src/glvtable.c
In file included from src/alleggl.c:14:
include/alleggl.h:72:5: error: #error AllegroGL requires Allegro to have pthread support enabled!
In file included from src/glvtable.c:20:
include/alleggl.h:72:5: error: #error AllegroGL requires Allegro to have pthread support enabled!
make: *** [obj/unix/release/alleggl.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [obj/unix/release/glvtable.o] Error 1

!!! ERROR: media-libs/allegrogl-0.4.1 failed.


Version 0.4.2 solves this problem, so a version bump is IMHO needed: just renaming the version number of allegrogl ebuild seems to work! :)
Comment 1 Tristan Heaven (RETIRED) gentoo-dev 2007-08-03 19:43:55 UTC
Thanks.