You are not logged in.
Pages: 1
Under ANY set of CFLAGS, I get:
make[1]: Entering directory `/home/abs/x11/icewm/src/icewm-1.2.13/src'
Compiling ymsgbox.o...
In file included from ypaint.h:16,
from ywindow.h:4,
from wmclient.h:5,
from ydialog.h:4,
from ymsgbox.h:4,
from ymsgbox.cc:13:
/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
make[1]: *** [ymsgbox.o] Error 1
make[1]: Leaving directory `/home/abs/x11/icewm/src/icewm-1.2.13/src'
make: *** [base] Error 2
==> ERROR: Build Failed. Aborting...
Any ideas how to get IceWM to build?
"To be a Spartan is to be a philosopher much more than to be an athlete."
Plato, the <i>Protagoras</i>, 342e-343a
Offline
patch Xft.h likely.
you need to determine what is causing the the problem by going through that list of files preceeding the token errors. Likely it is missing freetype2 macros that you need.
AKA uknowme
I am not your friend
Offline
how would I patch my system such that my freetype headers will be available?
"To be a Spartan is to be a philosopher much more than to be an athlete."
Plato, the <i>Protagoras</i>, 342e-343a
Offline
Pages: 1