Date: Fri, 22 Feb 2002 13:47:32 -0600 (CST) From: "Lane Holcombe" <lane@joeandlane.com> To: freebsd-questions@freebsd.org Subject: Zoinks! #include <not working> Message-ID: <200202221947.g1MJlWg02632@joeandlane.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202221947.g1MJlWg02632>