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

Compiling Under Mandrake



I've run into problems with my compile under Mandrake8.0.  The
installation chokes at
the following point:
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 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

Before that, I noticed the compiler complaining a lot about "the named
return value extension is deprecated".  A sampling of these includes the
following which occur just before the compilation exited: 
/usr/local/pdp++/include/LINUX/ta_string/ta_string.h: In function
`taString downcase (const taString 
&)':
/usr/local/pdp++/include/LINUX/ta_string/ta_string.h:819: warning: the
named return value extension is 
deprecated.
/usr/local/pdp++/include/LINUX/ta_string/ta_string.h:819: warning:
Please see the documentation for 
details.
/usr/local/pdp++/include/LINUX/ta_string/ta_string.h: In function
`taString capitalize (const taString 
&)':
/usr/local/pdp++/include/LINUX/ta_string/ta_string.h:824: warning: the
named return value extension is 
deprecated.
/usr/local/pdp++/include/LINUX/ta_string/ta_string.h:824: warning:
Please see the documentation for 
details.

I don't know if that is part of the problem. Any pointers about how I
might begin to find a fix will be appreciated.

Ken