> Well I'm finally getting around to a little development work... > Perhaps I'll even get a chance to add some functionality soon ;-)
That would be awesome! > I'm working with GGI in our embedded development environment and > found a little problem in the ggi-core/libgalloc/demos makefile > > I don't know if this is due to some of the cross complile stuff > we do but the fix should not break anything I can think of > in a desktop environment build. > > The Error > ------------------------------------------------------------------- [snip] > ---------------------------------------------------------------------- This error only appears, when a demo makes use of libgii. > The Patch (Made this in the ggi-core/libgalloc/demos directory) > > ---------------------------------------------------------------------- > > --- Makefile~ Sun Dec 9 19:43:49 2001 > +++ Makefile Sun Dec 9 19:55:49 2001 > @@ -85,7 +85,7 @@ > terminfo_LIBS = > > INCLUDES = -I$(top_srcdir)/include $(extra_includes) > -LDADD = $(top_builddir)/galloc/libgalloc.la -lggi > +LDADD = $(top_builddir)/galloc/libgalloc.la -lggi -lgii > > noinst_PROGRAMS = galloctest target_check rm_test > mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs > > ------------------------------------------------------------------ Patch merged and comitted. > Regards, > > Curtis > > -- > > Curtis Veit email: [EMAIL PROTECTED] > Lineo Inc. Where Open Meets Smart > 390 South 400 West phone: 801.426.5001 > Lindon, Utah, USA 84042 fax: 801.852.8071 > > -- CU, Christoph Egger E-Mail: [EMAIL PROTECTED] GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net
