From owner-freebsd-questions@FreeBSD.ORG Wed Sep 5 19:05:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBA2216A468 for ; Wed, 5 Sep 2007 19:05:32 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id A8FBA13C461 for ; Wed, 5 Sep 2007 19:05:32 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so517288anc for ; Wed, 05 Sep 2007 12:05:21 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=srhI1ImaEwkDcuO98YOjUc4qLMUmSqkkxnT1z74/RB8cIq1QVyCN3Yf91HZ5IBwBQW+M+xnP0Mt6BSzcvWX/6P5J576qP3QP9sxQrHd0IUNXekB/cz/oHKu3Qww49gVXv84M/JFpA3GjhKe5mI4uukUiAgZ8wNfTTL74Cn3eQ5I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=XkiU6LXt+FkSE3GQo6Dh+wI8ow1+7TRZijwuoLXFKy8m/PRZ31dzc4o/O5YccrLqWchu/c6UXezCRaprgwG3y+NLzgTN1L8HrWuR1mbfVJ7k1hK07EsJfWXVvBGLmH9/TTVmfbu8L2gJHVPtaQ9vzAB0I+OggqdiYJV6lK6wgqg= Received: by 10.100.167.7 with SMTP id p7mr6256110ane.1189019120813; Wed, 05 Sep 2007 12:05:20 -0700 (PDT) Received: from ?192.168.2.4? ( [141.149.155.123]) by mx.google.com with ESMTPS id d38sm6878345and.2007.09.05.12.05.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 05 Sep 2007 12:05:19 -0700 (PDT) Message-ID: <46DEFDDC.2010700@gmail.com> Date: Wed, 05 Sep 2007 15:05:00 -0400 From: Matt Donovan User-Agent: Thunderbird 1.5.0.13 (X11/20070824) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: errors after running make 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: Wed, 05 Sep 2007 19:05:33 -0000 On Wed, 5 Sep 2007, Terrence Wilson wrote: > > I'm trying to install ndiswrapper from a .tar.gz file. I'm running make > > for the first time, so I am unfamiliar with it. But I have read > > instructions for installing ndiswrapper. I keep getting errors, but I'm > > not sure what I'm doing wrong. > > > > Here's what I did. I copied the ndiswrapper-1.47.tar.gz file from cdrom > > to /usr/src directory. Then: > > > > # cd /usr/src > > # tar -xvf ndiswrapper-1.47.tar.gz > > # cd ndiswrapper-1.47 > > # make > > > > After running the make command, I get an error message which goes line > > by line like this: > > > > ... > > "Makefile", line 57: Need an operator > > "Makefile", line 60: Need an operator > > "Makefile", line 67: Need an operator > > ... > > "Makefile", line 109: Missing dependency operatpr > > "Makefile", line 111: Need an operator > > "Makefile", line 112: Missing dependency operator > > ... > > Error expanding embedded variable. > > *** Error code 2 > > > > Stop in /usr/src/ndiswrapper-1.47. > > > > After this, the root command prompt returns. Am I working with a > > makefile that needs editing or has errors; or what else I am doing > > wrong? > As someone else said it's been in base for a while and the ndiswrapper you downloaded only works with the linux kernel since the one in base had to be modified to work ont he freebsd kernel, oh yeah it's not called project evil for nothing :) it might panic your kernel and it might not. Just so you know before it happens