[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: missing header file / open first
"Soy Capitan" <tweebspee@hotmail.com> writes:
> I hope you open this one before the last one I sent. I found the comment in
> the archive about the maketa program, about the type access token not being
> found. According to the dump of text output the maketa program did compile
> and executed normally. The main problem now is that a program calls for the
> strfile.h header file and this isn't present. I can't find it anywhere, and
> it isn't mentioned in the archives. Where can I get it?
strfile.h is included by src/ta/strstream-g++-2.8.1.h it is part of
the g++ includes. on my system:
189 shadow:~>locate strfile.h
/usr/include/g++-2/strfile.h
perhaps it is obsolescent and thus not included in your version, or
perhaps you need to install your -devel or includes package that has
the development header files..
- Randy