Related articles |
---|
How to organize the data structure in a parser? gnu04@yahoo.com (Andy) (2005-01-22) |
Re: How to organize the data structure in a parser? mailbox@dmitry-kazakov.de (Dmitry A. Kazakov) (2005-01-24) |
Re: How to organize the data structure in a parser? j1k1cki@hotmail.com (2005-01-24) |
Re: How to organize the data structure in a parser? cppljevans@cox-internet.com (Larry Evans) (2005-01-25) |
Re: How to organize the data structure in a parser? gnu04@yahoo.com (Andy) (2005-01-30) |
From: | "Andy" <gnu04@yahoo.com> |
Newsgroups: | comp.compilers |
Date: | 30 Jan 2005 13:42:52 -0500 |
Organization: | http://groups.google.com |
References: | 05-01-07205-01-084 |
Keywords: | parse, C++ |
Posted-Date: | 30 Jan 2005 13:42:52 EST |
Hi,
Thanks a lot! I took a look at OpenC++, but cannot have it worked.
[gnu04@truth opencxx-2.8]$ ./occ -I/home/gnu04/software/opencxx-2.8 -m
examples/verbose/VerboseClass.mc
EXECUTING: g++ g++ -D__opencxx -E -o VerboseClass.occ -x c++
examples/verbose/VerboseClass.mc
examples/verbose/VerboseClass.mc:38:25: opencxx/mop.h: No such file or
directory
[gnu04@truth opencxx-2.8]$ ./occ2 -I/home/gnu04/software/opencxx-2.8
-m
examples/verbose/VerboseClass.mc
libtool: unrecognized option `--tag=CXX' Try `libtool --help' for more
information.
occ2: command failed: libtool --tag=CXX --mode=compile --silent g++ -c
VerboseClass.2.ii -o VerboseClass.lo
I checked ./opencxx directory, mop.h is there. Is there something wrong
with my usage?
Another question about openC++, does it support all features of
ISO/C++ standard? Or just support part of it. Since I cannot get it
work, I cannot tell it by myself.
Thanks!
Andy
Return to the
comp.compilers page.
Search the
comp.compilers archives again.