From: Arno P. <ar...@pu...> - 2009-10-08 08:22:08
|
we currently don't generate correct Objective-C code if your Java class lives in the default namespace. Add a package definition at the front and try again. Arno Ruby Zheng wrote: > Hello, > > Trying to cross compile Hello World to iPhone and ran into the following > issue during make. > > $ make > mkdir -p obj/ > gcc-4.2 -x objective-c -arch i386 -fmessage-length=0 -pipe -std=c99 > -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type > -D__IPHONE_OS_VERSION_MIN_REQUIRED=30000 -isysroot > /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.1.sdk > -fvisibility=hidden -mmacosx-version-min=10.5 -gdwarf-2 -I. -c > null_Test1.m -o obj/null_Test1.o > null_Test1.m:1:18: error: Test1.h: No such file or directory > make: *** [obj/null_Test1.o] Error 1 > > It can't find Test1.h. Why is that? > > Thanks~ > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > > > ------------------------------------------------------------------------ > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |