It looks a postinstall problem:

======================
if [ ! -f /etc/X11/app-defaults/Fig ]
then
    /usr/bin/mkdir -p /etc/X11/app-defaults
/usr/bin/cp /etc/defaults/etc/X11/app-defaults/Fig /etc/X11/app-defaults/Fig
fi

if [ ! -f /etc/X11/app-defaults/Fig-color ]
then
    /usr/bin/mkdir -p /etc/X11/app-defaults
/usr/bin/cp /etc/defaults/etc/X11/app-defaults/Fig-color /etc/X11/app-defaults/Fig-color
fi
======================

If I read correctly, if Fig* files exist in '/etc/X11/app-defaults', they are not replaced with new.

Indeed, in my system, the Fig* file in '/etc/defaults/etc/X11/app-defaults' belong to 3.2.5b, instead those in '/etc/X11/app-defaults' belong to 3.2.4!

Ciao,
Angelo.


Il 27/05/2010 13.16, Angelo Graziosi ha scritto:
After upgrading, when I launch xfig ($ /usr/bin/xfig.exe &) there is
this error message (in another x-window):

==========================================
The app-defaults file (version: 3.2.4) is older
than this version of xfig (3.2.5b).
You should install the correct version or you may lose some features.
This may be done with "make install" in the xfig source directory.
==========================================

Ciao,
Angelo.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/

Reply via email to