Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3214 - XAnim refuses to build under gcc3.1
Summary: XAnim refuses to build under gcc3.1
Status: RESOLVED DUPLICATE of bug 3066
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-30 02:44 UTC by Doug Goldstein (RETIRED)
Modified: 2005-07-17 13:06 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 Doug Goldstein (RETIRED) gentoo-dev 2002-05-30 02:44:02 UTC
Here's the following error I get:

In file included from xa_x11.c:1434:
xa_x11.c: In function `xanim_events':
xa_x11.c:1058: incompatible type for argument 0 of `xanim_expose'
In file included from xa_x11.c:1474:
xa_x11.c:1058: incompatible type for argument 0 of `xanim_expose'
In file included from xa_x11.c:1478:
xa_x11.c:1081: incompatible type for argument 0 of `xanim_step_prev_action'
In file included from xa_x11.c:1481:
xa_x11.c:1095: incompatible type for argument 0 of `xanim_step_next_action'
In file included from xa_x11.c:1484:
xa_x11.c:1321: incompatible type for argument 0 of `xanim_step_prev_int_action'
In file included from xa_x11.c:1487:
xa_x11.c:1304: incompatible type for argument 0 of `xanim_step_next_int_action'
In file included from xa_x11.c:1490:
xa_x11.c:1234: incompatible type for argument 0 of `xanim_faster_action'
In file included from xa_x11.c:1493:
xa_x11.c:1220: incompatible type for argument 0 of `xanim_slower_action'
In file included from xa_x11.c:1496:
xa_x11.c:1257: incompatible type for argument 0 of `xanim_speed_reset_action'
In file included from xa_x11.c:1499:
xa_x11.c:1338: incompatible type for argument 0 of `xanim_dec_audio_5'
In file included from xa_x11.c:1502:
xa_x11.c:1350: incompatible type for argument 0 of `xanim_dec_audio_1'
In file included from xa_x11.c:1505:
xa_x11.c:1375: incompatible type for argument 0 of `xanim_inc_audio_1'
In file included from xa_x11.c:1508:
xa_x11.c:1362: incompatible type for argument 0 of `xanim_inc_audio_5'
In file included from xa_x11.c:1511:
xa_x11.c:1388: incompatible type for argument 0 of `xanim_mute_audio'
In file included from xa_x11.c:1514:
xa_x11.c:1401: incompatible type for argument 0 of `xanim_speaker_tog'
In file included from xa_x11.c:1517:
xa_x11.c:1409: incompatible type for argument 0 of `xanim_headphone_tog'
In file included from xa_x11.c:1529:
xa_x11.c:1032: incompatible type for argument 0 of `xanim_realize_remote'
make: *** [xa_x11.o] Error 1

!!! ERROR: the make command did not complete successfully.
!!! ("make XA_IV32_LIB=mods/xa1.0_cyuv_linuxELFg21.o
XA_CVID_LIB=mods/xa2.0_cvid_linuxELFg21.o
XA_CYUV_LIB=mods/xa2.1_iv32_linuxELFg21.o")
!!! Since this is a critical task, ebuild will be stopped.
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2002-05-31 14:15:39 UTC

*** This bug has been marked as a duplicate of 3066 ***