From: Sascha H. <sa...@xm...> - 2009-09-13 15:47:20
|
Hi Benjamin, so you are actually compiling the iPhone app on Ubuntu and not on OSX? I have never actually tried this and wonder if this can be done successfully. However, what you describe makes sense, as OSX's filesystem is not case sensitive, whereas most Linux file systems like ext3 are. This explains why you see a problem and we didn't on OSX. // Sascha On Tue, Sep 8, 2009 at 8:42 AM, Benjamin Aranguren <bar...@gm...>wrote: > I am using Ubuntu and was just wondering if anybody else has seen this > problem when compiling with the generated xmlvm.h. > xmlvm.h:14:27: error: UIKit/UiScreen.h: No such file or directory > > Changing UiScreen.h to UIScreen.h in xmlvm.h fixes the problem (upper > case I). > #import <UIKit/UiScreen.h> => #import <UIKit/UIScreen.h> > > I also checked the headers that comes with the iPhone SDK and it is also > upper case I. > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |