Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Eclipse and Proc

Hello Guys,

I would like to congratulate you on great work done on CDT.

I am currently evaluating the feasibility of using Eclipse CDT as a development and debugging environment
for ProC applications(ProC is oracle C precompiler).

I have worked with CDT (2.X) and Proc before and it worked fine however it lacked some
functionality which I found out it is included now in CDT 3.X

I just tried to compile such an application and it seems the error parser
mishandles the output of the precompiler and considers it an error.

Here is a typical example of the output:

----------------------------
#proc INCLUDE=/home/online/source.37.02.000/lib/allsql INCLUDE=/home/online/source.37.02.000/lib/frntn loaddata.pc

Pro*C/C++: Release 10.2.0.1.0 - Production on Tue Apr 18 17:50:24 2006

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

System default option values taken from: /u01/app/oracle/product/10.2.0/db_1/precomp/admin/pcscfg.cfg

------------------------------

CDT Lists the following line as an error
Pro*C/C++: Release 10.2.0.1.0 - Production on Tue Apr 18 17:50:24 2006

Any recommendations would be great.

Thanks
Efty


Back to the top