You are not logged in.
/usr/include/X11/Xft/Xft.h:62: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_XftFTlibrary'
When I use arch32, no problem.
The line 62 on Xft.h is:
extern FT_Library _XftFTlibrary;
And this error
/usr/include/X11/Xft/Xft.h:96: error: expected specifier-qualifier-list before 'FT_UInt'
to:
FT_UInt glyph;
How to fix this?
Offline