Re: xcode chokes on #include<somefile.lxx>
Re: xcode chokes on #include<somefile.lxx>
- Subject: Re: xcode chokes on #include<somefile.lxx>
- From: Scott Tooker <email@hidden>
- Date: Mon, 19 Apr 2004 13:31:50 -0700
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
On Apr 19, 2004, at 1:12 PM, Torsten Sadowski wrote:
> No, this doesn't work. I don't know why the original programmers chose
> such endings (there is .gxx .ixx .jxx as well). It seems they are used
> as
> "levels of abstraction" in the include files. .lxx is recognized as a
> lex
> source file by the Finder (I don't know where). I did even hack
> Standard
> file types.pbfilespec so that those files appear as sourcecode.cpp.h in
> the Get Info window.
> I think the file ending should not matter as standard includes have
> lost
> their .h (and are still found) and because #include means only
> "evaluate
> the files contents here".
> Maybe I have to write a script which changes all extensions but the
> thing
> as such puzzles me.
>
> Torsten
>
> On Mon, 19 Apr 2004, Scott Tooker wrote:
>
>> Well, I'm fairly sure that we don't recognize .lxx as a file extension
>> that represents a header. What happens if you manually add the .lxx
>> file to the Headers build phase of the target you are trying to build?
>>
>> Scott
>>
>> On Apr 17, 2004, at 11:06 AM, Torsten Sadowski wrote:
>>
>>> Hi,
>>>
>>> I'm trying to turn OpenCascade into an xcode project but xcode seems
>>> to
>>> be too intelligent. Some files contain
>>>
>>> #include<somefile.lxx>
>>>
>>> but although somefile.lxx is part of the project I get file not
>>> found
>>> errors. If I rename somefile to a .hxx ending it is found.
>>>
>>> Any ideas are appreciated
>>>
>>> Torsten
>>> _______________________________________________
>>> 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.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.