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

Re: compier limit exceeded !!!



On Mon, 12 Oct 1998 09:37:55 PDT, John Heidemann wrote: 
>On Mon, 12 Oct 1998 08:44:45 CDT, Sid Takkella wrote: 
>>I am sure there has to be fix for this as people have compiled before on HP-UX 10.20 (i hope)
>>
>>CC:embedded-tcl.cc: line 1: compiler limit exceeded: lexical token too long.
>>
>>Can some one tell me what the fix is. Thank you
>
>embedded-tcl.cc contains tcl code as one long string.  Some compilers
>(like yours) can't handle strings that are so long.
>Work arounds:
>
>- install gcc
>
>- rebuild tcl2c++ with TCL2C_INT defined, then regenerate
>embedded-tcl.cc with the new tcl2c++ (by deleting it and typing make
>after putting the new tcl2c++ in your path)
>...

(Just to clarify, you can do either one of these.  You don't need to
do both.)

   -John