Re: problem about gcc3.2 on solaris8(intel)
Date: Fri, 14 Feb 2003 20:21:25 +0100
Message-ID: <3E4D41B5.4030701_at_netscape.net>
hpyhpy wrote:
> When I update gcc from 2.95 to 3.2.2,I proc my .pc to .cpp,error:
>
> / **************************************************
> */
> Pro*C/C++: Release 8.1.7.0.0 - Production on Wed Feb 14 13:29:01 2001
>
> (c) Copyright 2000 Oracle Corporation. All rights reserved.
>
> System default option values taken from:
> /export/home/oracle/app/oracle/product/
> 8.1.7/precomp/admin/pcscfg.cfg
>
> Syntax error at line 52, column 37, file
> /usr/local/include/c++/3.2.1/bits/conce
> pt_check.h:
> Error at line 52, column 37 in file
> /usr/local/include/c++/3.2.1/bits/concept_ch
> eck.h
> #define __glibcpp_function_requires(...)
> ...................................1
> PCC-S-02014, Encountered the symbol "..." when expecting one of the
> following:
>
> ) an identifier, define, elif, else, endif, error, if, ifdef,
> ifndef, include, line, pragma, undef, exec, sql, begin, end,
> var, type, oracle, an immediate preprocessor command,
> a C token, create, function, package, procedure, trigger, or,
> replace,
> The symbol ")" was substituted for "..." to continue.
> / **************************************************
> */
>
> why?how can i do?
>
> --
> Posted via http://dbforums.com
Install the stubs patch? Has been posted before: search for clib stubs oatch. Not sure it will work in this situation, but is known to work for higher versions gcc.
-- Regards, Frank van BortelReceived on Fri Feb 14 2003 - 20:21:25 CET