• 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
Re: xcode chokes on #include<somefile.lxx>
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: xcode chokes on #include<somefile.lxx>


  • Subject: Re: xcode chokes on #include<somefile.lxx>
  • From: Torsten Sadowski <email@hidden>
  • Date: Tue, 20 Apr 2004 23:37:07 +0200 (CEST)

It seems I can't file a bug report right now but I have made some more
tests.
Take the OpenGL Cocoa example. There is a file MyOpenGLView.m which
includes MyOpenGLView.h using quotes (meaning full path given). In that
case the extension is not important. But if you include using < >
(known path) only files with a classic .h?? extension are found. You have
to remove the file from Groups&Files and drag it back in again for
namechanges take effect. This means in my case the easiest path is to
exchange < > with " " for problematic includes.

Torsten

On Tue, 20 Apr 2004, jean-frangois gauthier wrote:

> does anybody have an idea as to *why* the #include implementation tries
> to decide what really is a header? whats the purpose of having
> #include "a.h" be smarter than #include "a.c", is it a feature? it
> seems #include "a.c" limits itself to the folder containing the current
> translation unit, simply ignoring source tree and header search path
> settings. this is causing me grief since i have a lot of legacy code
> that includes .cpps.
>
> jean-frangois
>
>
>
> Le 20 avr. 2004, ` 1:02, email@hidden a icrit :
>
> > I wonder if Xcode is getting confused since it sees .lxx as a file that
> > needs to be processed by lex/yacc. Please file a bug, so we can figure
> > out what is going on.
> >
> > Scott
> _______________________________________________
> 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.
_______________________________________________
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.


References: 
 >Re: xcode chokes on #include<somefile.lxx> (From: jean-françois gauthier <email@hidden>)

  • Prev by Date: Re: xcode chokes on #include<somefile.lxx>
  • Next by Date: Re: Disappointed with XCode debugging (Solved)
  • Previous by thread: Re: xcode chokes on #include<somefile.lxx>
  • Next by thread: Re: Apps ?
  • Index(es):
    • Date
    • Thread