From owner-freebsd-ports Sun Mar 8 11:35:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29110 for freebsd-ports-outgoing; Sun, 8 Mar 1998 11:35:48 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from bachue.usc.unal.edu.co ([168.176.3.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29104 for ; Sun, 8 Mar 1998 11:35:41 -0800 (PST) (envelope-from giffunip@asme.org) Received: from giffuni.usc.unal.edu.co ([168.176.3.39]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with SMTP id AAA25786 for ; Sun, 8 Mar 1998 14:39:01 +0500 Message-ID: <3502F2B4.41C67EA6@asme.org> Date: Sun, 08 Mar 1998 14:34:12 -0500 From: "Pedro F. Giffuni" Organization: U. Nacional de Colombia X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: ports@FreeBSD.ORG Subject: Strange problem while building Rayshade Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I was trying to port Rayshade http://www-graphics.stanford.edu/~cek/rayshade/rayshade.html, but I got the following: ____________ ... cc -O2 -m486 -pipe -o rayshade main.o raytrace.o version.o ../libshade/libshade. a ../libray/libray.a /usr/local/lib/librle.a -lm -lcompat lex.o: Undefined symbol `_yylineno' referenced from text segment lex.o: Undefined symbol `_yylineno' referenced from text segment lex.o: Undefined symbol `_yylineno' referenced from text segment misc.o: Undefined symbol `_yylineno' referenced from text segment yacc.o: Undefined symbol `_yylineno' referenced from text segment transform.o: Undefined symbol `_yylineno' referenced from text segment *** Error code 1 Stop. _____________ This is 2.2.5-R and I get the same message using yacc and bison :(. Any suggestion? cheers, Pedro. BTW, It's great that the incoming dir is being cleaned, but maybe someone kept the old gopher-2.3 port? I'd like to work on it again. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message