XCode 4 and Yacc and Lex files
XCode 4 and Yacc and Lex files
- Subject: XCode 4 and Yacc and Lex files
- From: Jari Perttunen <email@hidden>
- Date: Sat, 02 Apr 2011 21:32:45 -0400
Is XCode 4.0.1 trying to be too clever with Lex and Yacc files?
I have a directory with source and header files and I have created an Xcode project explicitly importing only those files that are required to build the C++ command line tool binary.
More precisely, I have not imported two Lex and Yacc files (with .l and .y suffixes respectively), but the c++ source and header files instead generated by Flex and Bison respectively.
However, during the compilation XCode fails reporting "Lexical or Preprocessor Issue" referring to the two Lex and Yacc files that I have not imported.
This was not a problem with XCode 3.2.6.
Jari Perttunen
============================== Jari Perttunen email@hidden ==============================
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden