From: Cesar I. <ce...@ec...> - 2010-07-07 22:51:04
|
Hello, I'm having problems compiling xmlvm on OS X 10.6. I get the following output: cesar@kiarostami:~/Source/xmlvm>ant Buildfile: build.xml init: [mkdir] Created dir: /Users/cesar/Source/xmlvm/dist/demo [mkdir] Created dir: /Users/cesar/Source/xmlvm/dist/lib [mkdir] Created dir: /Users/cesar/Source/xmlvm/build/base [mkdir] Created dir: /Users/cesar/Source/xmlvm/build/base/main [mkdir] Created dir: /Users/cesar/Source/xmlvm/build/base/lib [mkdir] Created dir: /Users/cesar/Source/xmlvm/build/bin [mkdir] Created dir: /Users/cesar/Source/xmlvm/build/bin/iphone build-objc-compat-lib: [echo] Generating objc-compat.jar [mkdir] Created dir: /Users/cesar/Source/xmlvm/build/compat-lib/iphone [javac] Compiling 209 source files to /Users/cesar/Source/xmlvm/build/compat-lib/iphone [javac] Note: /Users/cesar/Source/xmlvm/src/xmlvm2objc/compat-lib/java/org/xmlvm/iphone/NSString.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: /Users/cesar/Source/xmlvm/src/xmlvm2objc/compat-lib/java/org/xmlvm/iphone/internal/Application.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [jar] Building jar: /Users/cesar/Source/xmlvm/dist/lib/objc-compat.jar build-android-compat-lib: [mkdir] Created dir: /Users/cesar/Source/xmlvm/build/compat-lib/android/java [javac] Compiling 175 source files to /Users/cesar/Source/xmlvm/build/compat-lib/android/java [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [jar] Building jar: /Users/cesar/Source/xmlvm/dist/lib/android-compat.jar build-xmlvm: [echo] Compiling XMLVM [javac] Compiling 82 source files to /Users/cesar/Source/xmlvm/build/bin [javac] Note: /Users/cesar/Source/xmlvm/src/xmlvm/org/xmlvm/proc/out/ClassToXmlvmProcess.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. cc-android-compat-lib: cc-android-compat-lib.impl: [echo] Building android compatibility lib [mkdir] Created dir: /Users/cesar/Source/xmlvm/build/compat-lib/android/objc Invalid memory access of location 0x1621125 eip=0xc8a13 Bus error Does anybody have an idea of what's going on? Thanks a lot. Cesar Izurieta |