This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Make problems on OpenBSD


Robert D. Skeels wrote:
java gnu.kawa.util.PreProcess +JAVA2 -JAVA5 +use:java.lang.CharSequence
+use:java.lang.Throwable.getCause -use:org.w3c.dom.Node -JAXP-1.3  `sed -e
's|\([^ ]*\)|./\1|' < ./patch-source-list`
Exception in thread "main" java.lang.NoClassDefFoundError:
gnu/kawa/util/PreProcess
*** Error code 1

Well, the obvious first question is: does gnu/kawa/util/PreProcess.class exist at that point? If so, I'd guess a CLASSPATH issue. If not, I'd guess a make issue: *why* doesn't PreProcess.class get built? -- --Per Bothner per@bothner.com http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]