Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 355119 - games-arcade/stepmania-3.9-r2: compilation fails with media-libs/libpng-1.5.x
Summary: games-arcade/stepmania-3.9-r2: compilation fails with media-libs/libpng-1.5.x
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:
Whiteboard:
Keywords:
Depends on:
Blocks: libpng-1.5
  Show dependency tree
 
Reported: 2011-02-15 22:26 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2011-06-28 12:12 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 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2011-02-15 22:26:53 UTC
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I.  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT   -finline-limit=300   -march=barcelona -O2 -pipe -c -o RageSurface_Load_PNG.o RageSurface_Load_PNG.cpp
RageSurface_Load_PNG.cpp: In function ‘void<unnamed>::RageFile_png_read(png_struct*, png_byte*, png_size_t)’:
RageSurface_Load_PNG.cpp:43:32: error: invalid use of incomplete type ‘struct png_struct’
/usr/include/png.h:803:16: error: forward declaration of ‘struct png_struct’
RageSurface_Load_PNG.cpp: In function ‘void<unnamed>::PNG_Error(png_struct*, const char*)’:
RageSurface_Load_PNG.cpp:69:39: error: invalid use of incomplete type ‘struct png_struct’
/usr/include/png.h:803:16: error: forward declaration of ‘struct png_struct’
RageSurface_Load_PNG.cpp: In function ‘void<unnamed>::PNG_Warning(png_struct*, const char*)’:
RageSurface_Load_PNG.cpp:79:39: error: invalid use of incomplete type ‘struct png_struct’
/usr/include/png.h:803:16: error: forward declaration of ‘struct png_struct’
make[2]: *** [RageSurface_Load_PNG.o] Error 1
Comment 1 Tupone Alfredo gentoo-dev 2011-06-28 12:12:32 UTC
Fixed. Thanks for report