Compilation error on XCode 1.5
Compilation error on XCode 1.5
- Subject: Compilation error on XCode 1.5
- From: Manoj Tyagi <email@hidden>
- Date: Tue, 10 Aug 2004 18:12:44 +0530
Hi All,
As a part of moving from Code Warrior 8.x to XCode 1.5, I ported one shared
Object to XCode and tried to build it.
I encountered with a peculiar compilation errors saying "changes meaning of
'txtattrib' from 'typedef struct txtattrib txtattrib'".
txtattrib is a structure. The following is the code snippet of the culprit
structure throwing the said error.
struct txtattrib {
int16 font,face;
Fixed size;
struct {
colored color;
ubit16 scaledir : 1;
} a;
Fixed shade;
};
typedef struct txtattrib txtattrib;
There are similar structures in the same file for which compiler does not
flag any error.
Please mail me the possible cause of this problem.
Regards
Manoj
_______________________________________________
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.