Re: [java-gnome-hackers] build problems - plus TODO items
Brought to you by:
afcowie
From: Mark H. <mh...@ca...> - 2004-03-01 23:19:03
|
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 > 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? 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). -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... |