Skip site navigation (1)Skip section navigation (2)
Date:      13 Jun 2002 10:24:21 -0600
From:      "Alejandro A. Ramirez" <ales@megared.net.mx>
To:        aa8vb@nc.rr.com
Cc:        multimedia@freebsd.org
Subject:   Fxtv 1.04beta -- PLEASE TEST compile error
Message-ID:  <1023985461.650.52.camel@ales.megared.net.mx>

next in thread | raw e-mail | index | archive | help
Hi,

	This is on FreeBSD4.5-RELEASE

# make
===>  Extracting for fxtv-1.04beta
>> Checksum OK for fxtv-1.04beta.tgz.
===>   fxtv-1.04beta depends on executable: gmake - found
===>   fxtv-1.04beta depends on shared library: png.5 - found
===>   fxtv-1.04beta depends on shared library: tiff.4 - found
===>   fxtv-1.04beta depends on shared library: Xaw3d.6 - found
===>   fxtv-1.04beta depends on shared library: Xpm.4 - found
===>   fxtv-1.04beta depends on shared library: X11.6 - found
===>  Patching for fxtv-1.04beta
===>  Applying FreeBSD patches for fxtv-1.04beta
===>  Configuring for fxtv-1.04beta
===>  Building for fxtv-1.04beta
gmake: Nothing to be done for `Makefile'.
cc -O -pipe  -DNDEBUG  -Wall -I/usr/X11R6/include -I/usr/local/include
-I./videolib -I. -DVERS_STR=\"1.04beta\" -DHAVE_XFREE86 -DHAVE_DPMS
-Wall -DX11BASE=\"/usr/X11R6\" -c actions.c
...
...
...
...

cc -O -pipe  -DNDEBUG  -Wall -I/usr/X11R6/include -I/usr/local/include
-I./videolib -I. -DVERS_STR=\"1.04beta\" -DHAVE_XFREE86 -DHAVE_DPMS
-Wall -DX11BASE=\"/usr/X11R6\" -c screensaver.c
screensaver.c:61: syntax error before `CARD16'
screensaver.c: In function `CheckForDPMS':
screensaver.c:102: warning: implicit declaration of function
`DPMSQueryExtension' screensaver.c:108: warning: implicit declaration of
function `DPMSGetVersion'
screensaver.c: In function `GetDPMSState':
screensaver.c:134: syntax error before `power_level'
screensaver.c:140: syntax error before `state'
screensaver.c:142: warning: implicit declaration of function
`DPMSCapable'
screensaver.c:148: warning: implicit declaration of function `DPMSInfo'
screensaver.c:148: `power_level' undeclared (first use in this function)
screensaver.c:148: (Each undeclared identifier is reported only once
screensaver.c:148: for each function it appears in.)
screensaver.c:148: `state' undeclared (first use in this function)
screensaver.c:153: warning: unreachable code at beginning of switch
statement
screensaver.c:175: warning: implicit declaration of function
`DPMSGetTimeouts'
screensaver.c:175: `standby' undeclared (first use in this function)
screensaver.c:175: `suspend' undeclared (first use in this function)
screensaver.c:175: `off' undeclared (first use in this function)
screensaver.c:187: structure has no member named `power_level'
screensaver.c:188: structure has no member named `suspend_time'
screensaver.c:189: structure has no member named `standby_time'
screensaver.c:190: structure has no member named `off_time'
screensaver.c:197: warning: control reaches end of non-void function
screensaver.c: In function `SwitchOffScreenSaver':
screensaver.c:268: warning: implicit declaration of function
`DPMSDisable'
screensaver.c: In function `SwitchOnScreenSaver':
screensaver.c:298: warning: implicit declaration of function
`DPMSEnable'
screensaver.c:301: warning: implicit declaration of function
`DPMSSetTimeouts'
screensaver.c:301: structure has no member named `standby_time'
screensaver.c:302: structure has no member named `suspend_time'
screensaver.c:302: structure has no member named `off_time'
gmake: *** [screensaver.o] Error 1
*** Error code 2

Stop in /usr/ports/graphics/fxtv.

How can I solve this ??? I really want to test the new ffmpeg stuff !!!

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

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