precompiled headers -- redefinition of class...
precompiled headers -- redefinition of class...
- Subject: precompiled headers -- redefinition of class...
- From: jeroen clarysse <email@hidden>
- Date: Sat, 25 Oct 2003 21:46:39 +0200
hi all
(I'm kinda new to xcode, so please forgive if I ask stupid questions)
I'm trying out a rather simple C++ test app with xcode. It's only about
5 classes, pretty simple ones even, each with 1 .h and .cpp file . I
added a precompiled header to the project as simple as it gets, with
the 5 files in it. And then comes the trouble : I can compile it once
with no errors, but after changing a few things, and doing another
compile, the compiler bails out claiming my top class is being
redefined !
when I clean the project & the index, I can do a full rebuild and all
is fine again until a few moments later the error pops back up.
I think it has something to do with the precompiled header file getting
messed up. Can anyone comment on this issue ? (or help with a fix )
thanks all,
jeroen
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.