Skip to main content.

2006-Feb-21

Building modular X.org on DragonFly. Used:
./util/modular/build.sh /home/reed/xorg
Submitted one fix so will use -pthread (when needed) on DragonFly. And had problem where it used my wrong pkgconfig *pc files so attempted to use old incompatible libraries. Also found problem with freetype2's pc file where didn't include directory for the ft2build.h file in the Cflags entry. Now I see in freetype2's CVS, that this is already fixed.

To see predefined CPP macros, I used:

echo 'main(){printf("hello worldn");}' | gcc -E -dM - | less
I think there is a way without using a source file also.