pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/29815 textproc/rtf-tools fails during update



The following reply was made to PR pkg/29815; it has been noted by GNATS.

From: Ben Collver <ben%NetBSD.org@localhost>
To: Timothy Lee Roden <diro%nixsys.bz@localhost>
Cc: gnats-bugs%netbsd.org@localhost
Subject: Re: pkg/29815 textproc/rtf-tools fails during update
Date: Wed, 30 Mar 2005 06:17:32 -0800

 > -r--r--r--  1 root  wheel  591 Jan 11  2003 /usr/pkg/include/tokenscan.h
 
 What I am looking at is the following excerpt from your build log:
 
 cc -c -O   -I. -I.././h -I/usr/pkg/include  -DSTDARGS -D'STRING_H=<string.h>'  
reader.c
 reader.c:57: tokenscan.h: No such file or directory
 *** Error code 1
 
 Stop.
 make: stopped in /usr/src/sys/pkgsrc/textproc/rtf-tools/work/rtf/lib
 
 I find it odd that /usr/pkg/include is in the include search path, and
 /usr/pkg/include/tokenscan.h exists, yet cc fails to find tokenscan.h.
 Would you try the following commands and mail me the output?
 
 cd work/rtf/lib
 cc -c -O -I. -I.././h -I/usr/pkg/include -DSTDARGS -D'STRING_H=<string.h>' 
reader.c
 
 Thank you,
 
 Ben
 



Home | Main Index | Thread Index | Old Index