On 25-May-2002 Adriano Varoli Piazza wrote: > Does anyone know how to use the tab key in bbkeys with a spanish-layout > keyboard? (or any of the Fn keys (F1,F2...))
dunno about this > I also have troubles compiling bbsmount: when using make for > bbsmount-0.2.3, it stops with a message of "LinkedList.hh:66: friend > declaration requires class-key, i.e. 'friend class __llist_iterator". > If anyone has had a similar trouble, please help me. > Adriano this is a problem found in most of the non maintained bbtools. They are slightly incorrect with regards to the ISO C++ standard and you are likely using g++ 3.x which now enforces this standard. bascially everywhere we used to be able to say "friend foo" we have to say "friend class foo".
