From owner-freebsd-current Sun Aug 15 13:18:19 1999 Delivered-To: freebsd-current@freebsd.org Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (Postfix) with SMTP id 89A4B1538B; Sun, 15 Aug 1999 13:18:13 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id TAA21997; Sun, 15 Aug 1999 19:41:45 +0200 From: Luigi Rizzo Message-Id: <199908151741.TAA21997@labinfo.iet.unipi.it> Subject: Re: make of vic broken in current To: randy@psg.com (Randy Bush) Date: Sun, 15 Aug 1999 19:41:45 +0200 (MET DST) Cc: freebsd-current@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG In-Reply-To: from "Randy Bush" at Aug 15, 99 12:54:06 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 3462 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > excuse previous gibberish. i am at a loss as to how it happened, maybe vm > dealing with a very looooong line. i hope it is not reproducable. > > -current as of 99.08.14 could it be the compiler was upgraded recently ? I wrote grabber-x11.cc but i am far from being C++ literate so the most i could do is check that it would compile on the platform i was using (2.2.x at the time). Some review and cleanup from someone who knows C++ would be very welcome. cheers luigi > > c++ -O2 -DUSE_SHM -DED_YBITS=4 -DSIGRET=void -I/usr/local/include/tk8.0 \ > -I/usr/local/include/tcl8.0 -I/usr/X11R6/include -I./jpeg -I./p64 -I. \ > -o vic inet.o cellb_tables.o tkStripchart.o md5c.o random.o main.o net.o \ > net-ip.o source.o iohandler.o timer.o idlecallback.o media-timer.o \ > session.o session-rtpv1.o session-nv.o session-ivs.o decoder.o \ > decoder-jpeg.o decoder-nv.o decoder-h261.o decoder-h261v1.o \ > decoder-cellb.o device.o grabber.o vw.o Tcl.o Tcl2.o module.o \ > transmitter.o encoder-nv.o encoder-cellb.o encoder-h261.o \ > transcoder-jpeg.o framer-jpeg.o group-ipc.o confbus.o renderer.o \ > renderer-window.o color.o color-true.o color-pseudo.o color-dither.o \ > color-ed.o color-quant.o color-hi.o color-gray.o color-mono.o \ > color-hist.o rgb-converter.o jpeg/jpeg.o p64/p64.o dct.o compositor.o \ > rate-variable.o crypt.o crypt-dull.o grabber-still.o cm0.o cm1.o \ > huffcode.o version.o bv.o ui-ctrlmenu.o ui-main.o ui-resource.o \ > ui-srclist.o ui-stats.o ui-util.o ui-windows.o ui-switcher.o ui-extout.o \ > ui-grabber.o ui-unix.o cf-main.o cf-tm.o cf-confbus.o cf-network.o \ > cf-util.o tkerror.o entry.o tk.o strtol.o strtoul.o grabber-x11.cc \ > grabber-meteor.o -L/usr/local/lib -ltk80 -L/usr/local/lib -ltcl80 \ > -L/usr/X11R6/lib -lXext -lX11 -lm > grabber-x11.cc: In method `X11Device::X11Device(const char *)': > grabber-x11.cc:194: warning: the address of `free(void *)', will always be `true' > grabber-x11.cc: In method `int X11Grabber::X11Grab_Initialize(Window, int, int)': > grabber-x11.cc:572: warning: assuming & on `X11Grabber::X11Grab_LSBWhite1()' > grabber-x11.cc:572: warning: assuming & on `X11Grabber::X11Grab_MSBWhite1()' > grabber-x11.cc:574: warning: assuming & on `X11Grabber::X11Grab_LSBBlack1()' > grabber-x11.cc:574: warning: assuming & on `X11Grabber::X11Grab_MSBBlack1()' > grabber-x11.cc:585: warning: assuming & on `X11Grabber::X11Grab_Pseudo8()' > grabber-x11.cc:595: warning: assuming & on `X11Grabber::X11Grab_RGB16()' > grabber-x11.cc:609: warning: assuming & on `X11Grabber::X11Grab_TrueXBGR24()' > grabber-x11.cc:627: warning: implicit declaration of function `int VidUtil_DestroyXImage(...)' > grabber-x11.cc: In method `X11Grabber::X11Grabber(const char *, const char *)': > grabber-x11.cc:1014: warning: assignment to `int8 *' from `uint8 *' changes signedness > grabber-x11.cc:1015: warning: assignment to `int8 *' from `uint8 *' changes signedness > grabber-x11.cc: In method `int X11Grabber::capture()': > grabber-x11.cc:1188: warning: implicit declaration of function `int XShmGetImage(...)' > grabber-x11.cc:1194: must use .* or ->* to call pointer-to-member function in `X11Grabber::c_grab (...)' > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message