On Tue, 9 Sep 2008, KZ5ED wrote:

OS is Mandriva 2006

Trying to compile 1.9.5 from source.

Run Make and get this can someone tell me where to start looking to fix this problem.

main.c: In function 'Map_font_xfontsel':
main.c:4590: error: 'XFONTSEL_PATH' undeclared (first use in this function)

That's my fault.  I added some checks for "xfontsel" to configure.ac
or acinclude.m4 (the autoconf stuff) because Xastir uses that binary
and I wanted it to find the path during the configure step.  What I
_should_ have done (and hopefully will get to soon) was also add
checks in the C-code to disable use of "XFONTSEL_PATH" when
"HAVE_XFONTSEL" is not defined.

To fix it in your case, install a package which gives you the
"xfontsel" binary.

I ran this command on OpenSUSE-11.0 to find which package installed
it:

    rpm -q -f /usr/bin/xfontsel

Which returned:

    xorg-x11-7.3-96.2

So...  Look in your XFree or Xorg packages to see which provides
xfontsel and install it, then re-run "./configure".

--
Curt, WE7U.                             archer at eskimo dot com
http://www.eskimo.com/~archer
  Lotto:  A tax on people who are bad at math. - unknown
Windows:  Microsoft's tax on computer illiterates. - WE7U.
The world DOES revolve around me:  I picked the coordinate system!"
_______________________________________________
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir

Reply via email to