Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!ucsd!ucrmath!watnxt3!duchow From: duchow@watnxt3.ucr.edu (John Duchowski) Newsgroups: comp.sys.next Subject: ViewGif2 on '030, Mach 2.0 Message-ID: <14051@ucrmath.ucr.edu> Date: 30 Apr 91 17:59:31 GMT Sender: news@ucrmath.ucr.edu Organization: University of California, Riverside Lines: 29 Hi there, I am running into problems with ViewGif2 on a '030 NeXT running Mach 2.0. I got the source code from my brother who apparently was able to get this up and running without any problems. I believe our C compiler is GCC, but I am not enough of a C expert to figure out how to solve the problem (see the make log bewlow). I have another GIF viewer, but it's old and ties up my terminal when I have it running (i.e., I need to open another widow if I want to do something else). Would anyone know how to fix this problem, or would anyone know where I can get a decent GIF viewer ? Thank You ! - John P.S. We have anonymous ftp on our NeXTs, which are watnxtN.ucr.edu, N = 1,2,3. Please feel free to use it, and leave the code in /pub. Thanks ! ------------------------------------------------------------------------------- make ViewGif2 "OFILE_DIR = obj" "CFLAGS = -O -g -Wimplicit" cc -O -g -Wimplicit -c Animator.m -o obj/Animator.o Animator.m: In method `setAction:' Animator.m:162: `_cvtToSel' undeclared (first use this function) Animator.m:162: (Each undeclared identifier is reported only once Animator.m:162: for each function it appears in.) *** Exit 1 Stop. *** Exit 1 Stop.