Gentoo Archives: gentoo-dev

From: "Brett I. Holcomb" <brettholcomb@×××××××.net>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Winex-cvs build
Date: Fri, 12 Dec 2003 23:35:07
Message-Id: 200312130533.hBD5X6oJ031490@mxsf14.cluster1.charter.net
In Reply to: [gentoo-dev] Winex-cvs build by "Brett I. Holcomb"
1 I narrowed it down to three lines but I don't have any idea why the are
2 failing on one system.  Why do I get this error on only one system?
3
4 > aviplay.c:81:24: pasting ""AVIFileOpen"" and ""A"" does not give a valid
5 > preprocessing token
6
7
8 #define XX(x) fn##x = (void*)GetProcAddress(avifil32,#x);assert(fn##x);
9 #ifdef UNICODE
10 # define XXT(x) fn##x = (void*)GetProcAddress(avifil32,#x##"W");assert(fn##x);
11 #else
12 # define XXT(x) fn##x = (void*)GetProcAddress(avifil32,#x##"A");assert(fn##x);
13 #endif
14         /* non character dependend routines: */
15
16 Snip XX(...)
17
18         /* A/W routines: */
19         XXT(AVIFileOpen);  <-Line 81
20         XXT(AVIFileInfo); <-Line 82
21         XXT(AVIStreamInfo); <-Line 83
22 #undef XX
23 #u
24
25
26 On Saturday 13 December 2003 00:17, Brett I. Holcomb wrote:
27 > I am using a winex-cvs build I found on bugzill and I've built winex-cvs
28 > successfully on one system but when it's built on another it fails with the
29
30 --
31 gentoo-dev@g.o mailing list