On Thu, 03 Oct 2002 09:52:29 +0200
Werner Hartnagel <[EMAIL PROTECTED]> wrote:

> Hi
> 
> I have some trouble to compile bbpager 3.0 with the new gcc 3.2 
> (included with Mandrake 9).
> The same problem also happens with bbsmount and other bbtools.
> Are there other Peoples on the Planet with the same problem ? :)
> 
> In file included from BaseDisplay.hh:32,
>                  from Timer.hh:40,
>                  from Image.hh:28,
>                  from bbpager.hh:26,
>                  from bbpager.cc:22:
> LinkedList.hh:53: friend declaration requires class-key, i.e. `friend 
> struct __llist'
> LinkedList.hh:76: friend declaration requires class-key, i.e. `friend 
> class __llist_iterator'
> In file included from Image.hh:28,
>                  from bbpager.hh:26,
>                  from bbpager.cc:22:
> Timer.hh:50: friend declaration requires class-key, i.e. `friend class 
> BaseDisplay'
> make[1]: *** [bbpager.o] Fehler 1
> make[1]: Verlassen des Verzeichnisses Verzeichnis 
> �/3_hd/src_testz/w-manager/blackbox/bbpager-0.3.0�
> make: *** [all-recursive] Fehler 1
> 
> regards
> 
> werner


Open LinkedList.hh in an editor. Go to line 53 and insert the word "struct" as it 
tells you to.

Go to line 76 and insert the word "class" as it tells you to.

Open Timer.hh in an editor. Go to line 50 and insert the word "class" as it tells you 
to.

Now it wil compile.

-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
List archives:  http://asgardsrealm.net/lurker/splash/index.html
Trouble? Contact [EMAIL PROTECTED]

Reply via email to