Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2002 19:44:25 -0400
From:      Randall Hopper <aa8vb@nc.rr.com>
To:        "Alejandro A. Ramirez" <ales@megared.net.mx>
Cc:        multimedia@freebsd.org
Subject:   Re: Fxtv 1.04beta -- PLEASE TEST compile error
Message-ID:  <20020613234425.GA5010@nc.rr.com>
In-Reply-To: <1023985461.650.52.camel@ales.megared.net.mx>
References:  <1023985461.650.52.camel@ales.megared.net.mx>

next in thread | previous in thread | raw e-mail | index | archive | help
Alejandro A. Ramirez:
 |	This is on FreeBSD4.5-RELEASE
...
 |cc ... -c screensaver.c
 |screensaver.c:61: syntax error before `CARD16'
...
 |How can I solve this ??? I really want to test the new ffmpeg stuff !!!

Add:

#include <X11/Xmd.h> 

to the top of the file.  This should have been there?

Which version of XFree86 is this?  

Here on a 4.1.99 beta, Xmd.h gets included through Xlib.h via X.h.  Fxtv
should still include Xmd.h, but I'm curiousl.

 |P.S. CC to me also because Im not in the multimedia List.

I've added this -- thanks.

Randall

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020613234425.GA5010>