Re: [java-gnome-hackers] build problems - plus TODO items
Brought to you by:
afcowie
From: Jeffrey M. <ku...@zo...> - 2004-03-02 00:34:59
|
On Mon, 2004-03-01 at 18:06, Mark Howard wrote: > On Mon, Mar 01, 2004 at 04:33:48PM -0500, Jeffrey Morgan wrote: > > 2) doc-core/Makefile.in.in that discovers all files in the > > build-faq directory for the installation > The problem is that docbook gives the output files different names - we > want to rename it to faq.html. > $(INSTALL) -m644 build-faq/t1.html $(DESTDIR)$(datadir)/doc/java-gnome-$(apiversion)/doc/core/faq.html > We could say: > $(INSTALL) -m644 build-faq/*.html $(DESTDIR)$(datadir)/doc/java-gnome-$(apiversion)/doc/core/faq.html > but this would fail if there is more than one html file in build-faq. > > > > 3) doc-gnome/Makefile.in.in that discovers all files in the > > build-tutorial directory for the installation > same The tutorial is comprised of numerous files on my system. The install target should find and install all of them. > > > 6) load the native gtkhtml, gconf, and vte libs when they are > > used. Currently we do not execute a loadLibrary for these > > libs so the examples fail. > > Which class should we load these in? do we need to modify all classes to > check that it's loaded? I am not sure. I guess we should identify the primary classes and at least ensure that these load the library. > > Also, have you seen my modifications to common/TODO ? There are quite a > lot of other things to do (but only api changes are really urgent for > wednesday). There are a lot of changes but not a lot of time. I hope to spend the majority of the time between now and Wednesday testing the code to try to find bugs prior to the release. |