From: Sascha H. <sa...@xm...> - 2011-01-19 20:19:03
|
Ok, I just verified your error message on Linux. It looks like the GC is not working there. Joshua: Could you take a look and see what is necessary to make it work on Linux? // Sascha On Wed, Jan 19, 2011 at 9:06 PM, Sascha Haeberling <sa...@xm...> wrote: > What platform are you compiling on? Is it Linux? > > > On Wed, Jan 19, 2011 at 8:23 PM, Leo Izen <leo...@gm...> wrote: > >> The garbage collector wasn't fixed fully... >> >> I got more errors: >> >> Same Hello World: >> >> public class Hello { >> public static void main(String[] args){ >> System.out.println("Hello World!"); >> } >> } >> >> And this Error Resulted: >> >> mkdir -p build/obj/ >> gcc -w -std=c99 -I../src -c ../src/finalize.c -o build/obj/finalize.o >> In file included from ../src/gc_pmark.h:45:0, >> from ../src/finalize.c:17: >> ../src/gc_priv.h:2196:12: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or >> ‘__attribute__’ before ‘GC_jmp_buf’ >> make: *** [build/obj/finalize.o] Error 1 >> [Leo@chessman dist]$ >> >> >> Any help? I just fetched the latest from svn then ran that. >> >> >> On Tue, Jan 18, 2011 at 3:41 PM, Arno Puder <ar...@pu...> wrote: >> >>> >>> Guys, >>> >>> we have migrated from OpenJDK to Apache Harmony. We did this mainly >>> because OpenJDK is licensed under the GPL which might have caused legal >>> problems. The C backend can cross-compile Harmony, however, there are >>> still quite a few native methods that need to be implemented (see >>> xmlvm/src/xmlvm2c/lib/native). Help would certainly be appreciated. >>> >>> Also: the --target=posix should now include a working version of the >>> Garbage Collector (thanks to Joshua and Sascha). It should be possible >>> to generate a self-contained, cross-compiled C version of your Java >>> program that runs on any Posix platform. >>> >>> Arno >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Protect Your Site and Customers from Malware Attacks >>> Learn about various malware tactics and how to avoid them. Understand >>> malware threats, the impact they can have on your business, and how you >>> can protect your company and customers by using code signing. >>> http://p.sf.net/sfu/oracle-sfdevnl >>> _______________________________________________ >>> xmlvm-users mailing list >>> xml...@li... >>> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >>> >> >> >> >> ------------------------------------------------------------------------------ >> Protect Your Site and Customers from Malware Attacks >> Learn about various malware tactics and how to avoid them. Understand >> malware threats, the impact they can have on your business, and how you >> can protect your company and customers by using code signing. >> http://p.sf.net/sfu/oracle-sfdevnl >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> >> > |