From: hd691871 AT er DOT uqam DOT ca (Carl Langlois) Subject: compiling X11R6.3 (again!) 15 Mar 1997 01:11:35 -0800 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <332A296A.6C07.cygnus.gnu-win32@er.uqam.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.01Gold (Win95; I) Original-To: gnu-win32 AT cygnus DOT com Original-Sender: owner-gnu-win32 AT cygnus DOT com Hi! Ok i've mount my drive(the one with the xc directory) as binary, then uncompress the X11R6.3 distribution again (after removing the one already there). After applingthe patch for X11R6.3 i end up with one file "Oops.rej" and to other one in some other directory. Here's the file Oops.rej *************** *** 730,733 **** XkbSetDeviceButtonActions XkbToControl XkbSetDebuggingFlags /* $XConsortium: X11-def.cpp /main/14 1996/12/18 16:53:53 lehors $ */ --- 742,764 ---- XkbSetDeviceButtonActions XkbToControl XkbSetDebuggingFlags + #ifdef __CYGWIN32__ + _Xsetlocale + _XFlush + _Xlcmbtowc + _Xlcwctomb + _Xlcmbstowcs + _Xlcwcstombs + _Xmbtowc + _Xmblen + _Xwctomb + _Xmbstowcs + _Xwcstombs + _Xwcscpy + _Xwcsncpy + _Xwcslen + _Xwcscmp + _Xwcsncmp + #endif + /* $XConsortium: X11-def.cpp /main/14 1996/12/18 16:53:53 lehors $ */ After i've try to compile it anyway, the "ccmake" and "imake" goes okay, but after i got some message saying that "in include from Imakefile.c ... file X11 .tmpl does not exist( the space between X11 and tmpl was there ) and i got the same message for X11 .rules" I d'ont no what i my doing wrong but i follow the step, even try ten times but alway the same. So if you can help me, this will be appreciate thank! - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".