Re: X11 BadValue errors on Solaris 10..
[email protected] Sat, 24 Sep 2005 19:06:46 +0200 (CEST)
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Message-ID | <Pine.LNX.4.63.0509241905350.9174@thorbardin.lasthome.solace.krynn> |
On Fri, 23 Sep 2005, [email protected] wrote: > On Fri, 23 Sep 2005, Bj|rn Englund wrote: > >> Not sure what causes this. Have you tried the cvs version of ogle too? > > I will do so over the week-end.. :) Thanks for the reply, Bjorn, > > Cheers, > > Vincent Bjorn, Here's what I get with the current ogle-0.9.2-cvs tarball: source='video_output_x11.c' object='video_output_x11.o' libtool=no \ DEPDIR=.deps depmode=none /bin/bash ../depcomp \ /opt/SUN-Studio-10.0/SUNWspro/bin/cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ogle\" -DVERSION=\"0.9.2-cvs\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DWORDS_BIGENDIAN=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_STROPTS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_POLL=1 -DHAVE_XSHM=1 -DUSE_SOLARIS_XMU=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_MADVISE=1 -DHAVE_POSIX_SHM=1 -DUSE_POSIX_SHM=1 -DHAVE_MLIB=1 -DLIBOGLEAO_NULL= -DLIBOGLEAO_SOLARIS= -DHAVE_XML=1 -DHAVE_LIBSOCKET=1 -DCONFIG_FILE=\"/usr/local/share/ogle/oglerc\" -I. -I. -I.. -I../include -I/usr/openwin/include -I/usr/sfw/include -I/usr/include/libxml2 -xCC -fast -fast -xtarget=ultra3cu -xarch=v8plusb -xipo -c video_output_x11.c "video_output_x11.c", line 167: #warning: "todo" "video_output_x11.c", line 259: warning: argument #3 is incompatible with prototype: prototype: pointer to const char : "/usr/openwin/include/X11/Xlib.h", line 1574 argument : pointer to unsigned char "video_output_x11.c", line 1931: warning: implicit function declaration: XvUngrabPort "video_output_x11.c", line 1931: undefined symbol: xv_port "video_output_x11.c", line 1936: warning: improper pointer/integer combination: op ">" "video_output_x11.c", line 2119: #warning: "todo" "video_output_x11.c", line 2126: #warning: "todo" "video_output_x11.c", line 2144: warning: argument #1 is incompatible with prototype: prototype: pointer to unsigned char : "yuv2rgb.h", line 47 argument : pointer to char "video_output_x11.c", line 2148: #warning: "todo" "video_output_x11.c", line 2156: #warning: "todo" "video_output_x11.c", line 2168: warning: argument #1 is incompatible with prototype: prototype: pointer to unsigned char : "screenshot.h", line 22 argument : pointer to char cc: acomp failed for video_output_x11.c gmake[1]: *** [video_output_x11.o] Error 2 gmake[1]: Leaving directory `/usr/local/src/ogle-0.9.2-cvs/mpeg2_video' gmake: *** [all-recursive] Error 1 Vincent