home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.programmer
- Path: sparky!uunet!caen!jwh
- From: jwh@citi.umich.edu (Jim Howe)
- Subject: IBM Beta C++ Compiler and SOM
- Message-ID: <PtS=_SB@engin.umich.edu>
- Date: Mon, 14 Dec 92 16:51:51 EST
- Organization: IFS Project, University of Michigan
- Reply-To: jwh@citi.umich.edu
- Nntp-Posting-Host: tarkus.citi.umich.edu
- Lines: 30
-
- I have the latest IBM PDK (November) which includes
- the beta C++ compiler as well as the programmers
- toolkit. I was trying to rebuild the WPCAR sample
- program and got an unexpected compiler error. The
- error occurs in the car.ih file, which is generated
- automatically from the SOM compiler. The specific
- error was:
-
- car.ih(233:24) : severe error EDC0002: Unexpected compiler
- error #C000000005:1EFCA occurred.
-
- The section of code which cause the problem looks
- like this:
-
- return (Car_QueryBrakes(somSelf));
-
- Has anyone else run into this problem? Is anyone successfully
- using the beta C++ compiler with SOM? Are there some other
- compiler flags that I need to use to get the thing to compile?
- I'm using the makefile which came with the toolkit but it's
- possible that the C++ compiler may need different flags. Any
- help would be appreciated.
-
-
-
- James W. Howe internet: jwh@citi.umich.edu
- University of Michigan uucp: uunet!mailrus!citi.umich.edu!jwh
- Ann Arbor, MI 48103-4943
-
-
-