Re: Ogle test release
[email protected] Thu, 14 Dec 2006 09:31:28 +0100 (CET)
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Message-ID | <Pine.LNX.4.64.0612140931080.9690@thorbardin.lasthome.solace.krynn> |
On Wed, 13 Dec 2006, Bj|rn Englund wrote:
> To be able to start a new development cycle I intend to release
> www.dtek.chalmers.se/~dvd/dist/ogle-0.9.2-cvs.tar.gz
> (the latest CVS) as ogle-0.9.3 on friday/saturday if no one has any
> serious bug reports.
> Please try to compile and run.
It fails on:
Solaris 10 06/06 SPARC (Sb2k) with Sun Studio 11.0:
DEPDIR=.deps depmode=none /bin/bash ../depcomp \
/opt/SUN-Studio-11.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 -xlibmil -xlibmopt -g
-c video_output_x11.c
"video_output_x11.c", line 171: #warning: "todo"
"video_output_x11.c", line 263: 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 1610: undefined symbol: xv_image
"video_output_x11.c", line 1610: warning: implicit function declaration: XvShmCreateImage
"video_output_x11.c", line 1610: undefined symbol: xv_port
"video_output_x11.c", line 1610: undefined symbol: xv_id
"video_output_x11.c", line 1611: non-unique member requires struct/union pointer: width
"video_output_x11.c", line 1611: left operand of "->" must be pointer to struct/union
"video_output_x11.c", line 1612: non-unique member requires struct/union pointer: height
"video_output_x11.c", line 1612: left operand of "->" must be pointer to struct/union
"video_output_x11.c", line 1619: undefined symbol: xv_image
"video_output_x11.c", line 1619: undefined symbol: xv_port
"video_output_x11.c", line 1619: undefined symbol: xv_id
"video_output_x11.c", line 1620: non-unique member requires struct/union pointer: width
"video_output_x11.c", line 1620: left operand of "->" must be pointer to struct/union
"video_output_x11.c", line 1621: non-unique member requires struct/union pointer: height
"video_output_x11.c", line 1621: left operand of "->" must be pointer to struct/union
"video_output_x11.c", line 1998: warning: improper pointer/integer combination: op ">"
"video_output_x11.c", line 2181: #warning: "todo"
"video_output_x11.c", line 2188: #warning: "todo"
"video_output_x11.c", line 2206: 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 2210: #warning: "todo"
"video_output_x11.c", line 2218: #warning: "todo"
"video_output_x11.c", line 2230: 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-cvs20061214/mpeg2_video'
gmake: *** [all-recursive] Error 1
I use this script to compile ogle:
#!/bin/csh
#
# Generic definitions
setenv SHELL /bin/bash
setenv PKG_CONFIG /usr/bin/pkg-config
setenv MAKE gmake
setenv PERL /usr/bin/perl
#
# Sun ONE Studio 11.0
setenv CFLAGS "-fast -xtarget=ultra3cu -xarch=v8plusb -xipo -xlibmil -xlibmopt -g"
setenv CXXFLAGS "-fast -xtarget=ultra3cu -xarch=v8plusb -xipo -xlibmil -xlibmopt -g"
setenv CC /opt/SUN-Studio-11.0/SUNWspro/bin/cc
setenv CXX /opt/SUN-Studio-11.0/SUNWspro/bin/CC
#
./configure --prefix=/usr/local \
--with-libmlib=/usr \
--with-libjpeg=/usr/sfw \
--with-dvdread=/usr/local \
--with-liba52=/usr/local \
--with-libmad=/usr/local \
--with-xml-prefix=/usr
The video_output_x11.c from my previous ogle snapshost still does compile
fine:
root@ergoth:[/usr/local/src/ogle-0.9.2-cvs/mpeg2_video][526]# ls -ld video_output_x11.c
-rw-r--r-- 1 root root 62727 Sep 29 2005 video_output_x11.c
Regards,
--
,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,
Vincent S. Cojot, Computer Engineering. STEP project. _.,-*~'`^`'~*-,._.,-*~
Ecole Polytechnique de Montreal, Comite Micro-Informatique. _.,-*~'`^`'~*-,.
Linux Xview/OpenLook resources page _.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'
http://step.polymtl.ca/~coyote _.,-*~'`^`'~*-,._ [email protected]
They cannot scare me with their empty spaces
Between stars - on stars where no human race is
I have it in me so much nearer home
To scare myself with my own desert places. - Robert Frost