http://bugs.winehq.com/show_bug.cgi?id=1312
Summary: compilation problem on NetBSD (*BSD?) Product: Wine Version: 20030219 Platform: PC OS/Version: NetBSD Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-ports AssignedTo: wine-bugs@winehq.com ReportedBy: wiz@danbala.ifoer.tuwien.ac.at
dlls/ntdll/cdrom.c does not compile on NetBSD, because it expects CD_FRAMES, CD_SECS, and CDROM_MSF to be defined in some system header. On Linux, they seem to be in <linux/cdrom.h>, but they are not defined on NetBSD at all. I'll attach a patch that makes it compile again. This patch also ifdef's out a debugging message that uses some fields of a structure which also don't exist on NetBSD.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=1312. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.