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

next in thread | previous in thread | raw e-mail | index | archive | help

> Add:
> 
> #include <X11/Xmd.h> 
> 
> to the top of the file.  This should have been there?
> 
> Which version of XFree86 is this?  

XFree86-3.3.6 the one that cames with the 4.5-RELEASE Distribution

I Have added the line and it still fails to compile, it gives a lot of
warnings about DPMS in screensaver.c, but now fails a little bit further
with the following text:

cc -Wl,-L,/usr/X11R6/lib -Wl,-L,/usr/local/lib
-Wl,-rpath-link,/usr/X11R6/lib -Wl,-rpath-link,/usr/local/lib  -o fxtv
actions.o annot.o appear_dlg.o audiocnvt.o audsav_dlg.o aver_remote.o
batch_mode.o glob.o haup_remote.o imgsav.o imgsav_dlg.o
pinnacle_remote.o pixelview_remote.o rawvideo.o remote.o remotetrans.o
screensaver.o station.o tv.o tvaudio.o tvcapture.o tvmenu.o tvscreen.o
tvutil.o vidsav_dlg.o xutil.o videolib/libvideo.a -lpng -ltiff -ljpeg
-lXaw3d -lXmu -lXt -lXpm -lSM -lICE -lXext -lX11 -lm -lXxf86dga
-lXxf86vm
/usr/X11R6/lib/libXaw3d.so: warning: tmpnam() possibly used unsafely;
consider using mkstemp()
audiocnvt.o: In function `TVAUDIOCNVTUsingSox':
audiocnvt.o(.text+0x638): warning: tempnam() possibly used unsafely;
consider using mkstemp()
screensaver.o: In function `CheckForDPMS':
screensaver.o(.text+0x18): undefined reference to `DPMSQueryExtension'
screensaver.o(.text+0x68): undefined reference to `DPMSGetVersion'
screensaver.o: In function `GetDPMSState':
screensaver.o(.text+0xfc): undefined reference to `DPMSCapable'
screensaver.o(.text+0x14c): undefined reference to `DPMSInfo'
screensaver.o(.text+0x23f): undefined reference to `DPMSGetTimeouts'
screensaver.o: In function `SwitchOffScreenSaver':
screensaver.o(.text+0x495): undefined reference to `DPMSDisable'
screensaver.o: In function `SwitchOnScreenSaver':
screensaver.o(.text+0x534): undefined reference to `DPMSEnable'
screensaver.o(.text+0x555): undefined reference to `DPMSSetTimeouts'
gmake: *** [fxtv] Error 1
*** Error code 2

Stop in /usr/ports/graphics/fxtv.

BTW Im using this version: Xaw3d-1.5


Thanks...
Ales






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?1024016340.520.13.camel>