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

Re: Trouble building on Sun4-Solaris 5.7/g++2.95



Thanks for your timely reply!

ta_TA_type.h is not empty, but it
is missing TA_taNBase and some
others, although TA_Base is there. I
guess this means that cpp is not run to
expand the TA_BASEFUNS macro? The
Makefile.defs has 'cccp' as the pre-processor.
Should this be 'cpp' ?

Thanks for you help. The (pre-compiled) verison
I run on Linux is a great piece of work.

Ron

"Randall C. O'Reilly" wrote:

> The problem appears to be that the ta_TA_type.h file is empty, most
> likely because the maketa program did not work or was not compiled.
> check before the error here and see if maketa was called in this
> directory and whether it spit out a bunch of "Processing.." messages.
> it also can fail if maketa doesn't find cpp..
>
>                     - Randy