On Tue, Mar 10, 2009 at 01:37:26PM -0500, we recorded a bogon-computron collision of the <[email protected]> flavor, containing: > > I am trying to get xastir working on Centos 5.2 box. [...] > > Below you will see the last part of the configure: that seems to be fine [...]
> gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/include > -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\" -g -O2 -pipe -W -Wall > -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread > -I/usr/include -MT alert.o -MD -MP -MF .deps/alert.Tpo -c -o alert.o alert.c > In file included from /usr/include/Xm/XmAll.h:46, > from alert.c:308: > /usr/include/Xm/Xm.h:76:34: error: X11/extensions/Print.h: No such file or > directory You're missing a development package that contains the Print extention's headers. This is an annoying dependency that gets pulled in as a second- or third- generation dependency. Xastir itself doesn't use that extension, but its header needs to be there for something else. You'll have to find the Centos package that includes that file. On my Ubuntu systems it's called "x11proto-print-dev", and on my FreeBSD systems i it's in a package called "printproto" but I can't tell you what it is on your system. Someone else with a Centos system will have to pipe in. I see no reference to a special package for that purpose in the Wiki: http://www.xastir.org/wiki/index.php/HowTo:CentOS_5.2 If you've already followed those instructions, then perhaps a package changed to stop including the Print header for whatever reason, and the instructions could need updating by someone in the know. -- Tom Russo KM5VY SAR502 DM64ux http://www.swcp.com/~russo/ Tijeras, NM QRPL#1592 K2#398 SOC#236 http://kevan.org/brain.cgi?DDTNM In some cultures what I do would be considered normal. -- Ineffective daily affirmation _______________________________________________ Xastir mailing list [email protected] http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
