• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Compilation error on XCode 1.5
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Prev by Date: Re: How do I set up a subversion server?
  • Next by Date: Re: (no subject)
  • Previous by thread: Xcode 1.2 & 1.5 compatibility?
  • Next by thread: Re: Compilation error on XCode 1.5
  • Index(es):
    • Date
    • Thread