kioslave/media compile error
Dave Feustel
dfeustel at mindspring.com
Sat Dec 18 21:33:41 GMT 2004
On Saturday 18 December 2004 04:26 pm, Ismail Donmez wrote:
> On Saturday 18 December 2004 23:23, Kévin Ottens wrote:
> > Le Samedi 18 Décembre 2004 19:28, Thiago Macieira a écrit :
> > > Let me repeat once again: userspace programs, like KDE, should NOT
> > > include kernel header files. Copy the necessary structures to a private
> > > header.
> >
> > Do you mean that I should recopy the necessary parts (one struct and
> > several #define) of linux/cdrom.h into the cpp file? What happened if some
> > of the #define'd values changes?
>
> Try,
>
> #undef __STRICT_ANSI__
> #include <linux/cdrom.h>
> #define __STRICT_ANSI_
I'm trying to port k3b to openbsd. k3b also requires linux/cdrom.
That file (nor the files included within it) is(are) not available in OpenBSD,
so I am unable to complete the port at the moment.
Dave Feustel
More information about the kde-core-devel
mailing list