From: Arno P. <ar...@pu...> - 2012-02-15 17:36:52
|
I agree that the Posix target shouldn't have a dependency to iOS. Well, you can use #ifdef __OBJC__ to insert code that will only be compiled under iOS. Perhaps you can submit a patch to fix this? Arno On 2/15/12 5:32 AM, Ralf Tossenberger wrote: > Hello, > > I got compile errors inside the generated C target from my Java classes. > “native_java_util_zip_CRC32.c” got some errors. > > The #include "org_xmlvm_iphone_NSObject.h" can not work for a posix project. > In the following lines of code, some fields are used which are never > declared. > > This prevents currently the use of any zip classes. > > Maybe this could be fixed by someone. > > Thanks > RT > > > ------------------------------------------------------------------------------ > Virtualization& Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |