It builds for me if I disable CONFIG_SPEAKUP. Otherwise, I get: drivers/staging/speakup/speakup_dtlk.c: In function 'synth_probe': drivers/staging/speakup/speakup_dtlk.c:339: error: implicit declaration of function 'inw_p' make[3]: *** [drivers/staging/speakup/speakup_dtlk.o] Error 1 make[2]: *** [drivers/staging/speakup] Error 2 make[1]: *** [drivers/staging] Error 2 make: *** [drivers] Error 2
OTOH, I am using my own build of gcc 4.4.4-8 and none of this was built with apt, so YMMV... I suppose another alternative would be to omit or reverse the patch that adds speakup in the first place, if that's more convenient. Finn On Mon, 4 Oct 2010, Thorsten Glaser wrote: > Finn Thain dixit: > > >It would be better if we used the same .config, don't you think? > > *sigh* > > # apt-get source linux-2.6 > # cd linux-2.6-2.6.32 > > optionally: > # $EDITOR debian/config/m68k/defines > ⇒ in [base] comment out everything except “flavours:” and “atari” > to save time compiling the other images > > then: > # debian/rules clean > (this may give you an error message) > # dpkg-buildpackage -B > > > So, no modifications to stock Debian. Well, except for #598893… > > bye, > //mirabilos >
