From owner-freebsd-questions@FreeBSD.ORG Tue Nov 29 13:50:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07AB316A420 for ; Tue, 29 Nov 2005 13:50:06 +0000 (GMT) (envelope-from mfatihakbulut@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7E2D43D69 for ; Tue, 29 Nov 2005 13:50:04 +0000 (GMT) (envelope-from mfatihakbulut@gmail.com) Received: by xproxy.gmail.com with SMTP id h26so1730061wxd for ; Tue, 29 Nov 2005 05:50:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=K79J60HwKvzz3mXyxl/Fj1USRCTdMX7N9djS5YB9aUXEKRbh0q6RDm5hI4bCzruyXvnsQFjOLccbucqcUB8ss9DO9N5zwEidiieiUQjvmrEbEOGulg/55U4j44ORJlXQoa/nLlywMN9LeSfI93uT0BMx5Ys1yEo1+lmZf6M/r4o= Received: by 10.65.11.13 with SMTP id o13mr3614643qbi; Tue, 29 Nov 2005 05:50:01 -0800 (PST) Received: by 10.64.195.1 with HTTP; Tue, 29 Nov 2005 05:50:01 -0800 (PST) Message-ID: Date: Tue, 29 Nov 2005 15:50:01 +0200 From: Mehmet Fatih AKBULUT To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Openvrml compiling error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Nov 2005 13:50:06 -0000 hi all. when i try to install openvrml after configuring i got the error below. root@localhost# make all-recursive Making all in doc Making all in ide-projects Making all in m4 Making all in models Making all in audio Making all in textures Making all in lib Making all in antlr "Makefile", line 12: Need an operator "Makefile", line 14: Need an operator "Makefile", line 16: Could not find /../../scripts/Config.make "Makefile", line 17: Could not find /../../scripts/Rules.make make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /root/openvrml-0.15.9/lib. *** Error code 1 Stop in /root/openvrml-0.15.9. root@localhost# what should i do ? there was no such line in Makefile listed above ? what should i do in order to install openvrml ? and the second question if i succeed installing vrml then what is next step= ? i mean what i have to do in order my browsers (mozilla, firefox, konqueror) to let me view pages containing 3D graphics ? help me please ...