[Bug 64490] New: Need patch to compile on RH9 __swab16 undefined
nbecker at fred.net
nbecker at fred.net
Thu Sep 18 12:36:40 BST 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=64490
Summary: Need patch to compile on RH9 __swab16 undefined
Product: kdemultimedia
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kde-multimedia at kde.org
ReportedBy: nbecker at fred.net
Version: (using KDE KDE 3.1.4)
Installed from: Compiled From Sources
OS: Linux
Twisty maze of include files. I don't know why, but
mpeglib/lib/input/httpInputStream.cpp
won't compile unless I add:
#include <netinet/in.h>
#undef _LINUX_BYTEORDER_SWAB_H
#include <linux/byteorder/swab.h>
Somehow, _LINUX_BYTEORDER_SWAB_H had gotten defined, preventing the definition of __swab16.
More information about the kde-multimedia
mailing list