From owner-freebsd-questions Fri Feb 22 11:48:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from scaup.prod.itd.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by hub.freebsd.org (Postfix) with ESMTP id DC10B37B417 for ; Fri, 22 Feb 2002 11:48:25 -0800 (PST) Received: from user-vcaui4b.dsl.mindspring.com ([216.175.72.139] helo=joeandlane.com) by scaup.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16eLg9-0000EL-00 for freebsd-questions@freebsd.org; Fri, 22 Feb 2002 11:48:25 -0800 Received: (from nobody@localhost) by joeandlane.com (8.11.6/8.11.6) id g1MJlWg02632; Fri, 22 Feb 2002 13:47:32 -0600 (CST) (envelope-from lane@joeandlane.com) Date: Fri, 22 Feb 2002 13:47:32 -0600 (CST) Message-Id: <200202221947.g1MJlWg02632@joeandlane.com> X-Authentication-Warning: joeandlane.com: nobody set sender to lane@joeandlane.com using -f From: "Lane Holcombe" To: freebsd-questions@freebsd.org Subject: Zoinks! #include X-Mailer: NeoMail 1.25 X-IPAddress: 207.203.42.36 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to install a port (ksamba) but it keeps failing with main.cpp:3: kiconloader.h: no such file or directory but when I use: locate kiconloader.h i get: /usr/local/include/kiconloader.h and then when I use: file `locate kiconloader.h` i get: /usr/local/include/kiconloader.h: ASCII C Program Text So I tried: make -I/usr/local/include all and i get the same failure. How can I tell make to use /usr/local/include in it's include path (without editting the source code?) tia lane (holcombe) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message