Date: Sun, 23 Apr 2000 12:55:31 -0700 From: Kent Stewart <kstewart@3-cities.com> To: Trevor Johnson <trevor@jpj.net> Cc: Walter Brameld <brameld@twave.net>, freebsd-questions@FreeBSD.ORG Subject: Re: how to burn Message-ID: <39035533.DFA9C453@3-cities.com> References: <Pine.BSI.4.21.0004231111180.29294-100000@blues.jpj.net>
index | next in thread | previous in thread | raw e-mail
Trevor Johnson wrote:
>
> > I just tried building cd-write from the ports collection which was
> > cvsup-ed before I started, and main.cc says it can't find the include
> > file c++tk.h. Any clues as to where this can be?
>
> One of these might turn it up:
>
> % grep c++tk.h /usr/ports/x11-toolkits/*/pkg/PLIST
> % locate c++tk.h
> % find /usr/include/ /usr/local/include/ -name c++tk.h
This is a documentation problem. There was always an example on find
that had something like {}\; that would do a find and then execute a
command. You could start at / and look for '-name "*.h*"' and then do
your grep. I don't have this documented in "man find" and there are
times when I need to do this. Find won't look in a tarball and there
are times when you would like to do that. This is probably one of
them. I couldn't find the file on my system either. I also looked at
/usr/X11R6 because it is a X11 gui cd-burner. I'm assuming there is a
x11-toolkit that such as tk-8.2.3 that hasn't linked their includes
properly at this point.
>
> If the fileis provided by another port, then the cd-write port should
> depend on that other, and the maintainer of the cd-write port would
> probably like to know about the problem.
I have found a few of these lately. It is amazing what happens when
you forget to add things that everyone already has on their system.
Bison is a new one at 4.0 but everyone usually has automake and
autoconf on their system. Code Crusade has problems this way and so
did LessTif but it was fixed by a recent commit. They don't get fixed
unless we pass the problems on to the maintainer.
Kent
--
Kent Stewart
Richland, WA
mailto:kstewart@3-cities.com
http://www.3-cities.com/~kstewart/index.html
FreeBSD News http://daily.daemonnews.org/
SETI(Search for Extraterrestrial Intelligence) @ HOME
http://setiathome.ssl.berkeley.edu/
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39035533.DFA9C453>
