Gentoo Archives: gentoo-user

From: Stefano Guglia <sguglia@××××××.it>
To: gentoo-user@l.g.o
Subject: [gentoo-user] pygame, framebuffer & SDL_SysWMinfo has no member named 'info'
Date: Mon, 02 Oct 2006 05:11:19
Message-Id: 200610020702.42366.sguglia@arrows.it
1 Hello everybody !
2
3 I was going to install a Gentoo box without X (framebuffer only) + Freevo.
4 Pygame is needed by the ebuild, but no way to install:
5
6
7 here is the log:
8 ------------------------------------------
9 ...
10 In file included from /usr/include/python2.4/Python.h:13,
11 from src/pygame.h:57,
12 from src/display.c:27:
13 /usr/include/python2.4/pyconfig.h:826:1: warning: "_GNU_SOURCE" redefined
14 <command line>:1:1: warning: this is the location of the previous definition
15 src/display.c: In function 'get_wm_info':
16 src/display.c:388: error: 'SDL_SysWMinfo' has no member named 'info'
17 src/display.c:389: error: 'SDL_SysWMinfo' has no member named 'info'
18 src/display.c:390: error: 'SDL_SysWMinfo' has no member named 'info'
19 src/display.c:391: error: 'SDL_SysWMinfo' has no member named 'info'
20 src/display.c:392: error: 'SDL_SysWMinfo' has no member named 'info'
21 src/display.c:393: error: 'SDL_SysWMinfo' has no member named 'info'
22 error: command 'i686-pc-linux-gnu-gcc' failed with exit status 1
23
24 !!! ERROR: dev-python/pygame-1.6.2 failed.
25 Call stack:
26 ebuild.sh, line 1546: Called dyn_compile
27 ebuild.sh, line 937: Called src_compile
28 ebuild.sh, line 1255: Called distutils_src_compile
29 distutils.eclass, line 38: Called die
30 ------------------------------------------
31
32
33 here my make.conf USE flags:
34 ------------------------------------------
35 USE="fbcon joystick reiser4 reiserfs sdl sdl-sound -ipv6 -xorg"
36 ------------------------------------------
37
38 --
39 any help?
40 Stefano
41 --
42 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] pygame, framebuffer & SDL_SysWMinfo has no member named 'info' "Bo Ørsted Andresen" <bo.andresen@××××.dk>