[haiku-development] compile error

  • From: Blub <blub@xxxxxxxx>
  • To: hkdev <haiku-development@xxxxxxxxxxxxx>
  • Date: Mon, 02 Mar 2009 19:42:03 +0100

I was compiling a fresh svn checkout a few hours ago and noticed a compile error: /home/blub/haiku/haiku/src/kits/media/TrackReader.h:40: error: ISO C++ forbids declaration of 'BMediaFile' with no type


Thought I'd report that here since the fix is rather simple:

http://rear.endoftheinternet.org/~blub/patches/haiku_track_reader_bmediafile.diff

it just adds `class BMediaFile;` to src/kits/media/TrackReader.h

Other related posts:

  • » [haiku-development] compile error - Blub