On Sun, Sep 05, 2004 at 10:38:11AM +0200, Kars de Jong wrote: > On Sat, 2004-09-04 at 21:48, Christian T. Steigies wrote: > > Your patch applies cleany to 2.6.8, but it does not compile... > > This is from building an Amiga kernel, I unset CONFIG_CLEAN_COMPILE and set > > CONFIG_SCSI_AMIGA7XX=y, there are a few other changes to the config which > > stem from CLEAN_COMPILE I guess, but they are not related to the SCSI > > driver. > > > > CC drivers/scsi/53c7xx.o > > drivers/scsi/53c7xx.c:2363:63: pasting "->" and "dsa_msgout_other" does not > > give a valid preprocessing token > > drivers/scsi/53c7xx.c:3344:52: pasting "->" and "dsa_msgout_other" does not > > give a valid preprocessing token > > drivers/scsi/53c7xx.c: In function `NCR53c7xx_queue_command': > > drivers/scsi/53c7xx.c:3599: warning: use of cast expressions as lvalues is > > deprecated > > make[4]: *** [drivers/scsi/53c7xx.o] Error 1 > > > > Is your patch only for 2.6.7, or do I have to change something else to make > > this compile? > > No, it's relative to CVS-current, but I thought these "pasting" things > were warnings, not errors. gcc-2.95.4 doesn't complain about them, I'll > see if I can fix it.
I am building with Geert's gcc-2.95.2, if it does not build for me, I guess it does not build for him either. BTW, I had to enable broken drivers to be able to select them. Should it stay like this or do you want to wait until you get some feedback? I assume it is a small change to have them listed as non-broken again? > Expect a new patch from me soon. Thanks! Christian

