While compiling the latest r200_branch ati4.4.0
there are multiple errors:
In file included from r128_accel.c:83:
r128.h:292: error: syntax error before "drmContext"
r128.h:297: error: syntax error before "fbHandle"
r128.h:297: error: ISO C forbids data definition with no type or storage class
r128.h:300: error: syntax error before "registerHandle"
r128.h:300: error: ISO C forbids data definition with no type or storage class
r128.h:304: error: syntax error before "pciMemHandle"
r128.h:304: error: ISO C forbids data definition with no type or storage class
r128.h:312: error: syntax error before "agpMemHandle"
r128.h:312: error: ISO C forbids data definition with no type or storage class
r128.h:325: error: syntax error before "ringHandle"
r128.h:325: error: ISO C forbids data definition with no type or storage class
r128.h:332: error: syntax error before "ringReadPtrHandle"
r128.h:332: error: ISO C forbids data definition with no type or storage class
r128.h:338: error: syntax error before "bufHandle"
r128.h:338: error: ISO C forbids data definition with no type or storage class
r128.h:347: error: syntax error before "agpTexHandle"
r128.h:347: error: ISO C forbids data definition with no type or storage class
r128.h:410: error: syntax error before '}' token
r128.h:410: error: ISO C forbids data definition with no type or storage class
In file included from r128_accel.c:85:
r128_sarea.h:170: error: syntax error before "XF86DRIClipRectRec"
r128_sarea.h:201: error: syntax error before '}' token
r128_sarea.h:201: error: ISO C forbids data definition with no type or
storage class
In file included from r128_accel.c:89:
r128_dri.h:91: error: syntax error before "drmHandle"
r128_dri.h:95: error: syntax error before "agpTexHandle"
r128_dri.h:95: error: ISO C forbids data definition with no type or
storage class
r128_dri.h:100: error: syntax error before '}' token
r128_dri.h:100: error: ISO C forbids data definition with no type or
storage class
r128_accel.c: In function `R128EngineFlush':
r128_accel.c:123: error: syntax error before "info"
r128_accel.c:124: error: `info' undeclared (first use in this function)
r128_accel.c:124: error: (Each undeclared identifier is reported only once
r128_accel.c:124: error: for each function it appears in.)
r128_accel.c: In function `R128EngineReset':
r128_accel.c:136: error: syntax error before "info"
r128_accel.c:137: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128WaitForFifoFunction':
r128_accel.c:166: error: syntax error before "info"
r128_accel.c:167: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128WaitForIdle':
r128_accel.c:196: error: syntax error before "info"
r128_accel.c:197: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128CCEWaitForIdle':
r128_accel.c:231: error: syntax error before "info"
r128_accel.c:234: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128CCEStop':
r128_accel.c:265: error: syntax error before "info"
r128_accel.c:272: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128SetupForSolidFill':
r128_accel.c:311: error: syntax error before "info"
r128_accel.c:312: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128SubsequentSolidFillRect':
r128_accel.c:332: error: syntax error before "info"
r128_accel.c:333: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128SetupForSolidLine':
r128_accel.c:344: error: syntax error before "info"
r128_accel.c:345: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128SubsequentSolidBresenhamLine':
r128_accel.c:375: error: syntax error before "info"
r128_accel.c:376: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128SubsequentSolidHorVertLine':
r128_accel.c:402: error: syntax error before "info"
r128_accel.c:403: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128SetupForDashedLine':
r128_accel.c:435: error: syntax error before "info"
r128_accel.c:436: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128SubsequentDashedBresenhamLine':
r128_accel.c:472: error: syntax error before "info"
r128_accel.c:473: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128SetupForScreenToScreenCopy':
r128_accel.c:560: error: syntax error before "info"
r128_accel.c:561: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128SubsequentScreenToScreenCopy':
r128_accel.c:593: error: syntax error before "info"
r128_accel.c:594: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128SetupForMono8x8PatternFill':
r128_accel.c:622: error: syntax error before "info"
r128_accel.c:623: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128SubsequentMono8x8PatternFillRect':
r128_accel.c:645: error: syntax error before "info"
r128_accel.c:646: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128SetupForScanlineCPUToScreenColorExpandFill':
r128_accel.c:752: error: syntax error before "info"
r128_accel.c:753: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128SubsequentScanlineCPUToScreenColorExpandFill':
r128_accel.c:788: error: syntax error before "info"
r128_accel.c:789: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128SubsequentColorExpandScanline':
r128_accel.c:832: error: syntax error before "info"
r128_accel.c:833: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128SetupForScanlineImageWrite':
r128_accel.c:882: error: syntax error before "info"
r128_accel.c:883: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128SubsequentScanlineImageWriteRect':
r128_accel.c:914: error: syntax error before "info"
r128_accel.c:915: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128SubsequentImageWriteScanline':
r128_accel.c:962: error: syntax error before "info"
r128_accel.c:963: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128EngineInit':
r128_accel.c:1000: error: syntax error before "info"
r128_accel.c:1001: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128CCESetupForSolidFill':
r128_accel.c:1093: error: syntax error before "info"
r128_accel.c:1096: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128CCESubsequentSolidFillRect':
r128_accel.c:1120: error: syntax error before "info"
r128_accel.c:1123: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128CCESetupForScreenToScreenCopy':
r128_accel.c:1142: error: syntax error before "info"
r128_accel.c:1145: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128CCESubsequentScreenToScreenCopy':
r128_accel.c:1184: error: syntax error before "info"
r128_accel.c:1187: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128CCESetupForScanlineCPUToScreenColorExpandFill':
r128_accel.c:1214: error: syntax error before "info"
r128_accel.c:1217: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128CCEScanlineCPUToScreenColorExpandFillPacket':
r128_accel.c:1233: error: syntax error before "info"
r128_accel.c:1234: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128CCESubsequentScanlineCPUToScreenColorExpandFill':
r128_accel.c:1295: error: syntax error before "info"
r128_accel.c:1299: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128CCESubsequentColorExpandScanline':
r128_accel.c:1324: error: syntax error before "info"
r128_accel.c:1329: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128CCESetupForSolidLine':
r128_accel.c:1349: error: syntax error before "info"
r128_accel.c:1352: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128CCESubsequentSolidBresenhamLine':
r128_accel.c:1371: error: syntax error before "info"
r128_accel.c:1375: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128CCESubsequentSolidHorVertLine':
r128_accel.c:1396: error: syntax error before "info"
r128_accel.c:1399: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128CCESetupForDashedLine':
r128_accel.c:1421: error: syntax error before "info"
r128_accel.c:1425: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128CCESubsequentDashedBresenhamLine':
r128_accel.c:1462: error: syntax error before "info"
r128_accel.c:1466: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128CCESetupForMono8x8PatternFill':
r128_accel.c:1491: error: syntax error before "info"
r128_accel.c:1494: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128CCESubsequentMono8x8PatternFillRect':
r128_accel.c:1517: error: syntax error before "info"
r128_accel.c:1520: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128CCEGetBuffer':
r128_accel.c:1535: error: syntax error before "info"
r128_accel.c:1563: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128CCEFlushIndirect':
r128_accel.c:1595: error: syntax error before "info"
r128_accel.c:1596: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128CCEReleaseIndirect':
r128_accel.c:1628: error: syntax error before "info"
r128_accel.c:1629: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128CCEAccelInit':
r128_accel.c:1650: error: syntax error before "info"
r128_accel.c:1681: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128MMIOAccelInit':
r128_accel.c:1713: error: syntax error before "info"
r128_accel.c:1752: error: `info' undeclared (first use in this function)
r128_accel.c: In function `R128AccelInit':
r128_accel.c:1796: error: syntax error before "info"
r128_accel.c:1799: error: `info' undeclared (first use in this function)
make: *** [r128_accel.o] Error 1
On Thu, 30 Dec 2004 04:07:23 -0800 (PST), Bogdan Diaconescu
<b_diaconescu@...> wrote:
> I did a small change on I2C bus init for 9800. You can
> try the latest r200_branch branch.
>
> Regards,
> Bogdan
>
> --- Koen <getaway007@...> wrote:
>
> > Here you go
> > I haven't emailed this to gatos cuz i don't know
> > wether attachments
> > are visible on the list and when i paste it they
> > have to be approved
> > by an admin
> >
> > On Wed, 29 Dec 2004 12:44:04 -0800 (PST), Bogdan
> > Diaconescu
> > <b_diaconescu@...> wrote:
> > > Thanks. Yes, I need the part of the log in which
> > the
> > > avview is used.
> > >
> > > Regards,
> > > Bogdan
> > >
> > >
> > > __________________________________
> > > Do you Yahoo!?
> > > Send a seasonal email greeting and help others. Do
> > good.
> > > http://celebrity.mail.yahoo.com
> > >
> >
>
> > ATTACHMENT part 2 application/octet-stream
> name=Xorg.0.log_after_mmc_windows
>
> > ATTACHMENT part 3 application/octet-stream
> name=Xorg.0.log_before_mmc_windows
>
>
> __________________________________
> Do you Yahoo!?
> Meet the all-new My Yahoo! - Try it today!
> http://my.yahoo.com
>
>
|