This is the mail archive of the cygwin-xfree mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

XtErrorDB


I'm trying to debug an X11 application that runs fine when built against X11R6.99 but segfaults when built against X11R7.4. (See http://cygwin.com/ml/cygwin-xfree/2008-11/msg00214.html for details.) An strace of the broken version shows that it tries to find the file /usr/lib/X11/XtErrorDB, which doesn't exist. Could this be relevant? I tried to figure out where this came from, and I found the following in /usr/include/X11/IntrinsicI.h:

#ifndef ERRORDB
#define ERRORDB "/usr/lib/X11/XtErrorDB"
#endif

Ken

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]