Hello! I know this is not a list on OpenJDK :) I had some troubles in building the classes on Fedora Core 6 because it lacks openmotif, and fixed with this simple patch (that let us used lesstif), I've blogged about it so maybe some of you already knows, but I think it could be useful to share it on the list. I don't know yet if the patch works (but it seems fine), maybe the OpenJDK really needs openmotif, but at least I am able to compile and run the examples without strange results. Ciao, Mario -- Lima Software - http://www.limasoftware.net/ GNU Classpath Developer - http://www.classpath.org/ Jabber: neugens@xxxxxxxxxx - Profile: http://www.gtalkprofile.com/profile/9661.html pgp key: http://subkeys.pgp.net/ PGP Key ID: 80F240CF Fingerprint: BA39 9666 94EC 8B73 27FA FC7C 4086 63E3 80F2 40CF Please, support open standards: http://opendocumentfellowship.org/petition/ http://www.nosoftwarepatents.com/
--- j2se/make/common/shared/Sanity.gmk-orig 2007-05-06 11:03:47.000000000 +0200 +++ j2se/make/common/shared/Sanity.gmk 2007-05-09 17:36:23.000000000 +0200 @@ -838,10 +838,10 @@ fi endif endif - @if [ ! -r $(MOTIF_INCLUDE)/Xm/AccColorT.h ]; then \ + @if [ ! -r $(MOTIF_INCLUDE)/Xm/AtomMgr.h ]; then \ $(ECHO) "ERROR: You do not have access to valid Motif 2.1 header files. \n" \ " Please check your access to (for example) \n" \ - " $(MOTIF_INCLUDE)/Xm/AccColorT.h \n" \ + " $(MOTIF_INCLUDE)/Xm/AtomMgr.h \n" \ " and/or check your value of ALT_MOTIF_DIR. \n" \ "" >> $(ERROR_FILE) ; \ fi