Compile error vlc 0.2.30 on solaris
Samuel Hocevar
sam at zoy.org
Sun Apr 7 08:15:07 CEST 2002
On Sat, Apr 06, 2002, Barbie LeVile wrote:
> In file included from xcommon.c:58:
> /usr/include/X11/extensions/dpms.h:52: parse error before `CARD16'
Could you check where CARD16 is defined ? On my Solaris system, it
is defined in /usr/X/include/X11/Xmd.h:
typedef unsigned short CARD16;
Xmd.h is included by X.h, and X.h is included by Xlib.h, which itself
is included by xcommon.c, so it works here. Either your X version is
buggy, or vlc is missing a #include line in xcommon.c. Can you help
finding out which one is missing?
--
Sam.
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc
mailing list