[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems during compile
The immediate problem is that the type-access (TA_) token for
strstream is not being found. This should have been processed early
on -- you should check for errors earlier in the make world process
just after the 'maketa' program is compiled and when it is run on all
the directories.
- Randy
Tobias Henle <tobias@page23.de> writes:
> I have a problem while compiling pdp++ V.2
> here is the output from "make world"
>
> make[3]: Entering directory `/usr/local/pdp++/src/ta/LINUX'
>
> Compiling: ta_TA.cc on hal9000 in directory /usr/local/pdp++/src/ta/LINUX
> in directory /usr/local/pdp++/src/ta/LINUX at Thu Mar 15 15:44:37 CET 2001
> g++ -fPIC -fno-implicit-templates -fno-exceptions -fno-rtti -o ta_TA.o
> -I/usr/include/g++-2 -I./src_include -I./src_include/ta
> -I/usr/local/pdp++/include/LINUX -I/usr/local/include
> -I/usr/local/interviews/include -DHAVE_POSIX_SIGNALS=1
> -DRETSIGTYPE=void -DLINUX -c ta_TA.cc
> In file included from ta_TA.cc:9:
> /usr/local/pdp++/include/LINUX/css/ta_css.h: In method
> `cssStrStream::cssStrStream()':
> /usr/local/pdp++/include/LINUX/css/ta_css.h:258: `TA_strstream' undeclared
> (first use this function)
> /usr/local/pdp++/include/LINUX/css/ta_css.h:258: (Each undeclared
> identifier is reported only once
> /usr/local/pdp++/include/LINUX/css/ta_css.h:258: for each function it
> appears in.)
> make[3]: *** [ta_TA.o] Error 1
> make[3]: Leaving directory `/usr/local/pdp++/src/ta/LINUX'
> make[2]: *** [optLib_impl] Error 2
> make[2]: Leaving directory `/usr/local/pdp++/src/ta/LINUX'
> make[1]: *** [optLib] Error 2
> make[1]: Leaving directory `/usr/local/pdp++/src/ta'
> make: *** [Libs] Error 1
>
> _Thank_ you for your Help
>
> cu Toby
>
>
> --
> _Homepage_______________E-Mail_________________________________________
> http://www.page23.de mailto:tobias@page23.de
> mailto:null@page23.de
> _______________________________________________________________________