Gentoo Archives: gentoo-dev

From: "Brett I. Holcomb" <brettholcomb@×××××××.net>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Winex-cvs build
Date: Fri, 12 Dec 2003 23:10:01
Message-Id: 200312130509.hBD59DrA070735@mxsf06.cluster1.charter.net
1 I am using a winex-cvs build I found on bugzill and I've built winex-cvs
2 successfully on one system but when it's built on another it fails with the
3 error below. Any hints and tips on why it might do that and how to fix it
4 would be appreciated. Something went wrong with the aviplay but what? There
5 must be something on one system the it doesn't like but where to find it?
6
7 Thanks.
8
9
10
11 Failed...
12
13 gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall
14 -mpreferred-stack-boundary=2 -fno-keep-static-consts -D__const=const
15 -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -fPIC
16 -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT -D_REENTRANT
17 -I/usr/X11R6/include -o aviinfo.spec.o aviinfo.spec.c
18 gcc -shared -Wl,-Bsymbolic -o aviinfo.so aviinfo.o aviinfo.spec.o
19 -L../../library -lwine -lm
20 rm -f aviinfo && ln -s ../../wine aviinfo
21 gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall
22 -mpreferred-stack-boundary=2 -fno-keep-static-consts -D__const=const
23 -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -fPIC
24 -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT -D_REENTRANT
25 -I/usr/X11R6/include -o aviplay.o aviplay.c
26 aviplay.c:81:24: pasting ""AVIFileOpen"" and ""A"" does not give a valid
27 preprocessing token
28 aviplay.c:82:24: pasting ""AVIFileInfo"" and ""A"" does not give a valid
29 preprocessing token
30 aviplay.c:83:26: pasting ""AVIStreamInfo"" and ""A"" does not give a
31 valid preprocessing token
32 gmake[1]: *** [aviplay.o] Error 1
33 gmake[1]: Leaving directory
34 `/var/tmp/portage/winex-cvs-3.2-r1/work/winex/programs/avitools'
35 gmake: *** [avitools] Error 2
36
37 --
38 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Winex-cvs build Lisa Seelye <lisa@g.o>
Re: [gentoo-dev] Winex-cvs build "Brett I. Holcomb" <brettholcomb@×××××××.net>