My abundant disdain for all this Micro$oft has me wanting a wysiwyg word processor. I am a LaTeX user, but it can be either overkill or a pain for simply docs. I would like to use Abiword (even with the forfeit of some of Mac's dfonts).
I tried to compile abiword 2.0.1 and here's what I got (below). Any clues?? When will Fink catch up??? --------------- excerpt ------------------ g++ -DPACKAGE_NAME=\"AbiSuite\" -DPACKAGE_TARNAME=\"abisuite\" -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_STRING=\"AbiSuite\ 2.0\" -DPACKAGE_BUGREPORT=\"http://www.abisource.com/\" -DPACKAGE=\"AbiSuite-2.0\" -DVERSION=\"2.0.1\" -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -DHAVE_LIBXML2=1 -DHAVE_WV=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DRETSIGTYPE=void -DHAVE_REGCOMP=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_STRCASECMP=1 -I. -I. -I'../../../../src/af/util/xp' -I'../../../../src/af/ev/xp' -I'../../../../src/af/ev/xp' -I'../../../../src/af/gr/xp' -I'../../../../src/af/xap/xp' -I'../../../../src/af/util/unix' -I'../../../../src/af/ev/unix' -I'../../../../src/af/gr/unix' -I'../../../../src/af/xap/unix' -I'../../../../src/wp/ap/xp' -I'../../../../src/wp/impexp/xp' -I'../../../../src/wp/ap/unix' -I'../../../../src/wp/ap/xp/ToolbarIcons' -I'../../../../src/text/ptbl/xp' -I'../../../../src/text/fmt/xp' -I'../../../../src/other/spell/xp' -I'../../../../src/other/fribidi/xp' -I'../../../../src/other/ttftool/unix' -I/sw/include -Wall -pedantic -ansi -D_BSD_SOURCE -pipe -DNDEBUG -I/sw/include/libxml2 -I/sw/include -I/sw/include/fribidi -I/Users/poetiq/Desktop/abiword-2.0.1-2/wv -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/sw/include/libpng12 -DHAVE_THREADS=1 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/pango-1.0 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libglade-2.0 -I/sw/include/libxml2 -I/sw/include -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -DSUPPORTS_UT_IDLE=1 -DABISUITE_HOME=\"/usr/local/share/AbiSuite-2.0\" -DABI_BUILD_VERSION=\"2.0.1\" -c -o ap_Convert.o `test -f 'ap_Convert.cpp' || echo './'`ap_Convert.cpp In file included from ../../../../src/af/xap/unix/xap_UnixFont.h:39, from ../../../../src/af/xap/unix/xap_UnixPSFont.h:26, from ../../../../src/af/xap/unix/xap_UnixPSGraphics.h:27, from ap_Convert.cpp:46: /usr/X11R6/include/X11/Xft/Xft.h:52: error: syntax error before `;' token /usr/X11R6/include/X11/Xft/Xft.h:86: error: 'FT_UInt' is used as a type, but is not defined as a type. /usr/X11R6/include/X11/Xft/Xft.h:93: error: 'FT_UInt' is used as a type, but is not defined as a type. /usr/X11R6/include/X11/Xft/Xft.h:190: error: parse error before `*' token /usr/X11R6/include/X11/Xft/Xft.h:295: error: parse error before `*' token /usr/X11R6/include/X11/Xft/Xft.h:354: error: parse error before `*' token /usr/X11R6/include/X11/Xft/Xft.h:393: error: parse error before `*' token /usr/X11R6/include/X11/Xft/Xft.h:399: error: parse error before `*' token /usr/X11R6/include/X11/Xft/Xft.h:408: error: type specifier omitted for parameter `FT_UInt' /usr/X11R6/include/X11/Xft/Xft.h:408: error: parse error before `,' token /usr/X11R6/include/X11/Xft/Xft.h:418: error: parse error before `*' token /usr/X11R6/include/X11/Xft/Xft.h:461: error: parse error before `*' token In file included from ../../../../src/af/xap/unix/xap_UnixPSFont.h:26, from ../../../../src/af/xap/unix/xap_UnixPSGraphics.h:27, from ap_Convert.cpp:46: ../../../../src/af/xap/unix/xap_UnixFont.h:62: error: type specifier omitted for parameter `FT_Face' ../../../../src/af/xap/unix/xap_UnixFont.h:62: error: parse error before `,' token ../../../../src/af/xap/unix/xap_UnixFont.h:235: error: parse error before `)' token ../../../../src/af/xap/unix/xap_UnixFont.h:237: error: semicolon missing after declaration of `XftFaceLocker' ../../../../src/af/xap/unix/xap_UnixFont.h:237: error: parse error before ` private' ../../../../src/af/xap/unix/xap_UnixFont.h:239: error: 'FT_Face' is used as a type, but is not defined as a type. ../../../../src/af/xap/unix/xap_UnixFont.h:240: error: parse error before `}' token cc1plus: Permission denied: opening dependency file .deps/ap_Convert.TPo make[4]: *** [ap_Convert.o] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 ------------------------- the end -------------------- -- Michael. __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree ------------------------------------------------------- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
