From owner-freebsd-questions@FreeBSD.ORG Thu Feb 5 23:37:29 2004 Return-Path: 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 6F92C16A4CE for ; Thu, 5 Feb 2004 23:37:29 -0800 (PST) Received: from hotmail.com (law11-f102.law11.hotmail.com [64.4.17.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B08143D41 for ; Thu, 5 Feb 2004 23:37:28 -0800 (PST) (envelope-from royfokkker@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 5 Feb 2004 23:37:27 -0800 Received: from 200.55.127.97 by lw11fd.law11.hotmail.msn.com with HTTP; Fri, 06 Feb 2004 07:37:27 GMT X-Originating-IP: [200.55.127.97] X-Originating-Email: [royfokkker@hotmail.com] X-Sender: royfokkker@hotmail.com From: "Roy Fokker" To: freebsd-questions@freebsd.org Date: Fri, 06 Feb 2004 04:37:27 -0300 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Message-ID: X-OriginalArrivalTime: 06 Feb 2004 07:37:27.0568 (UTC) FILETIME=[11D78100:01C3EC84] Subject: Problem compiling a driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2004 07:37:29 -0000 Hello everyone. I am trying to compile a network driver for a Nforce2 motherboard, from source downloaded from nvidia.com. The problem is that when i execute make, i get this error message: " "Makefile", Line 25: Missing dependency operator. make: fatal errors, cannot continue. " I have not edited the Makefile, so it makes me curious as to why it shouldn´t compile. The OS is FreeBSD 5.1 Release. This is the content of the Makefile. # # Makefile for passing make commands down to subdirectories # # Targets: # # all: build drivers # # install: install into proper place # - used when building and installing from tar file # # installrpm: install into tmp location. # -used by rpm, which can't handle conditional paths .PHONY: dummy SUBDIRS = nvnet nvaudio nvgart SUBDIR_make = $(patsubst %,%_make, $(SUBDIRS)) SUBDIR_install = $(patsubst %,%_install, $(SUBDIRS)) SUBDIR_installrpm = $(patsubst %,%_installrpm, $(SUBDIRS)) SUBDIR_uninstall = $(patsubst %,%_uninstall, $(SUBDIRS)) .PHONY: subdirs $(SUBDIRS) #Use by nvnet and nvaudio Makefiles for install export UID = $(shell id -u) all: $(SUBDIR_make) install: $(SUBDIR_install) installrpm: $(SUBDIR_installrpm) uninstall: $(SUBDIR_uninstall) $(SUBDIR_make): dummy $(MAKE) -C $(patsubst %_make, %, $@) $(SUBDIR_install): dummy $(MAKE) -C $(patsubst %_install, %, $@) install $(SUBDIR_installrpm): dummy $(MAKE) -C $(patsubst %_installrpm, %, $@) installrpm $(SUBDIR_uninstall): dummy $(MAKE) -C $(patsubst %_uninstall, %, $@) uninstall I am new at this, so ANY input is apreciated. Thanks. Alex. _________________________________________________________________ Las mejores tiendas, los precios mas bajos, entregas en todo el mundo, YupiMSN Compras: http://latam.msn.com/compras/