Link to home
Start Free TrialLog in
Avatar of QueryMail
QueryMail

asked on

Pro*C Compilation Error

Have  been trying to get a pro*c program compiled in SunOs , Sparc environment.
Am getting the following error
---------------
Pro*C/C++: Release 8.0.5.0.0 - Production on Tue Apr 17 12:39:7 2001

(c) Copyright 1998 Oracle Corporation.  All rights reserved.

System default option values taken from: /fsys3/app/oracle/product/8.0.5/precomp
/admin/pcscfg.cfg

Syntax error at line 77, column 19, file ../CCString/String.h:

INTERNAL ERROR: Failed assertion [PGE Code=90105]

*** Error code 139
make: Fatal error: Command failed for target `StlBatch.o'
------------------
Have included portions 72 : 80 of the file String.h
----------------
// char used for directory separator... NT vs. UNIX
// Directory separator
//
#ifdef WIN32
#    include <ctype.h>
#    define DSEP '\\'
#else
#    define DSEP '/'
#endif
-----------------
ASKER CERTIFIED SOLUTION
Avatar of bpouydog
bpouydog

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DanRollins
Hi QueryMail,
It appears that you have forgotten this question. I will ask Community Support to close it unless you finalize it within 7 days. If there is no objection or further activity, I will suggest to:

    Accept bpouydog's comment(s) as an answer.

If you think your question was not answered at all, you can post a request in Community Support and ask them to delete this question and refund your points (please include a link to this Question: http:Q.20106483.html in any posts to Community Support).  If you want to post to Community Support, click here:
      https://www.experts-exchange.com/jsp/qAskQuestion.jsp?ta=commspt

Please do not accept this comment as an answer!

EXPERTS: Your input for closing recommendations is appreciated.
==========
DanRollins -- EE database cleanup volunteer
Avatar of Moondancer
Moondancer

Thanks, Dan.
I finalized this today and will monitor it in the event an adjustment is needed.
Moondancer - EE Moderator