On Sat, 30 Nov 2002, Rodolphe Ortalo wrote: > On Sat, 30 Nov 2002, Christoph Egger wrote: > > I just tried KGI, too. > [...] > > Please update from CVS again. > > Done. libgii built fine wrt kii/kgi now. Thanks. > > libggi compiled *nearly* fine, however, libggi configure.in does a > AC_CHECK_HEADER(kgi/kgi.h, ... ) in addition of the AC_TRY_COMPILE(..). > Apparently, AC_CHECK_HEADER ignores user-provided CFLAGS parameters for > gcc. In my case, '-I /usr/local/kgiwip/build/include', so it did not find > the header... I removed the AC_CHECK_HEADER test and kept only the > AC_TRY_COMPILE (the libgii way) and it ran... The ATI Mach64 > compilation failed (due to the HOST_OS and HOST_CPU issue - this one > really needs to be solved. I guess configure.in should define these macros > based on /bin/arch and /bin/uname results [1]) but the rest went fine.
I used the --with-extra-includes option for both libgii and libggi. Works fine for me. Try configure --with-extra-includes=/usr/local/kgiwip/build/include/ > However, I also have problems with the man. :-) Have you rerun autogen.sh? > make[3]: *** No rule to make target `filter-key.7gii', needed by `all-am'. Stop. > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all-recursive-am] Error 2 > > Rodolphe > > [1] Use CFLAGS="-DHOST_OS=HOST_OS_Linux -DHOST_CPU=HOST_CPU_i587 $CFLAGS" > if you want to overidde for Linux on i586 (see <kgi/system.h>), for some > progress. CU, Christoph Egger E-Mail: [EMAIL PROTECTED]
