Hello, After installing libggi and libgii (snapshot 2000/10/13), I recently tried to compile libggi2d so that I can output text to the screen using a size different from the one used by ggiPutc/s(). Yet, although my libggi and libgii installation seems to be working correctly, I still haven't managed to compile libggi2d... After running configure, I invoke "make"/"make all" and the compilation always fails. (I have attached the output.) I vaguely recall reading at the mailing list archives that libggi2d was considered more or less obsolete; is this so? If this is the case, which lib should I use to output text to the screen? Thank you, Manuel
root@dd:/downloads/degas/lib/libggi2d# make all make all-recursive make[1]: Entering directory `/downloads/degas/lib/libggi2d' Making all in include make[2]: Entering directory `/downloads/degas/lib/libggi2d/include' Making all in template make[3]: Entering directory `/downloads/degas/lib/libggi2d/include/template' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/downloads/degas/lib/libggi2d/include/template' Making all in ggi make[3]: Entering directory `/downloads/degas/lib/libggi2d/include/ggi' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/downloads/degas/lib/libggi2d/include/ggi' make[3]: Entering directory `/downloads/degas/lib/libggi2d/include' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/downloads/degas/lib/libggi2d/include' make[2]: Leaving directory `/downloads/degas/lib/libggi2d/include' Making all in ggi2d make[2]: Entering directory `/downloads/degas/lib/libggi2d/' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -D_REENTRANT -D_THREAD_SAFE -g -Wall -c main.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -D_REENTRANT -D_THREAD_SAFE -g -Wall -Wp,-MD,.deps/main.pp -c main.c -fPIC -DPIC -o main.lo main.c: In function `changed': main.c:73: too few arguments to function `ggiExtensionLoadDL' make[2]: *** [main.lo] Error 1 make[2]: Leaving directory `/downloads/degas/lib/libggi2d/ggi2d' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/downloads/degas/lib/libggi2d' make: *** [all-recursive-am] Error 2 root@dd:/downloads/degas/lib/libggi2d#
