Re: Simple C++/Obj-C question
Re: Simple C++/Obj-C question
- Subject: Re: Simple C++/Obj-C question
- From: Dietrich Epp <email@hidden>
- Date: Sun, 25 May 2003 16:35:01 -0700
On Sunday, May 25, 2003, at 13:47 US/Pacific, Daniel Aarno wrote:
Well, the .mm thing should do it I think. But now, how do I get
ProjectBuilder to compile .mm files. I get a "cc1objplus: Cannot open
load file:
/Users/bishop/development/mines/build/mines.build/mines.build/
PrefixHeaders/mines_Prefix-ppc.pfe/cc1objplus_ppc.pfe (No such file or
directory)" error when trying to compiler the .mm file. I think it is
unfortunate that one cannot have PB create an Obj-C++ class by itself.
What do you mean? There is no such thing as on Objective-C++ class --
Objective-C++ just allows you to use both languages at the same time.
I don't understand the comment about PB creating the classes, could you
clarify?
The problem is that your prefix header isn't being precompiled for
Objective-C++, which is rather strange... try checking the GCC compiler
settings for your target, then if that doesn't work clean the target.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.