From kfleisc1@ford.com Tue Aug 1 01:13:00 2000 From: kfleisc1@ford.com (Fleischer, Karsten (K.)) Date: Tue, 01 Aug 2000 01:13:00 -0000 Subject: X programs compile, but crash Message-ID: No, it isn't a LessTif problem. I've compiled a very simple X program (greasymouse) which uses only a few calls to Xlib (XOpenDisplay, XQueryPointer, XWarpPointer etc.). Even this tiny program fails to run on my machine. -----Original Message----- From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] Sent: Montag, 31. Juli 2000 16:19 To: cygwin-xfree@sourceware.cygnus.com Subject: RE: X programs compile, but crash > I freshly installed cygwin-1.1.3 and everything from xc-4-binaries and > lesstif-0.90. > Now I'm able to compile and link X- and Motif programs without getting any > errors, but upon starting the compiled programs I keep getting a > STATUS_ACCESS_VIOLATION. Even the simplest X programs don't work. > > I installed the latest cygwin1.dll snapshot then, but nothing changed. > > Should I try to build X from source by myself? > > My system is running NT 4.0 SP 5 and I use Hummingbird Exceed as X server. > > Please help me, I've got to get this thing going. > You should compile LessTif from the latest LessTif sources. It had beena while I submitted precompiled LessTif binaries to LessTif.org. LessTif binaries are not my priority list any more because LessTif now compiles out of box under Cygwin. I suspect the problem with LessTif binaries. Suhaib From francis.vivat@cetp.ipsl.fr Tue Aug 1 04:39:00 2000 From: francis.vivat@cetp.ipsl.fr (Francis VIVAT) Date: Tue, 01 Aug 2000 04:39:00 -0000 Subject: PBM with XWin and DXWin32 References: Message-ID: <03f001bffbad$666dd050$69ab34c1@cetp.ipsl.fr> You were right ! (as usual ? ;-) The problem was that I used only X-servers-v-1.0-exe.tar.bz2 ! The rest was from cygwin. With the whole package (X-servers-v-1.0.tar.bz2) only, it works. But it's slowwww. Is it normal, or is it my config ? BTW, I've found also the problem with XWin.exe. All the text files were in DOS style, not UNIX, and it make the problem discribed. What is the difference (if any) between DXWin32 and XGGI ? And XVNC ? Thanks a lot for your dev ! CU . \)|(/ . (o o) . /-----------------ooO----(_)----Ooo-----------------\ .(_| Francis VIVAT | . | CETP-CNRS | . | 4, avenue de Neptune 94107 St Maur Cedex | . | Tel : +33 1 4511 4274 | . | Fax : +33 1 4889 4433 | . | 10-12, avenue de l'Europe 78140 Velizy | . | Tel : +33 1 3925 4780 | . | Fax : +33 1 3925 4922 |_ . | E-Mail : francis.vivat@cetp.ipsl.fr | ) . \---------------------------------------------------/ . (_) (_) ----- Message d'origine ----- De : "Suhaib Siddiqi" ???? : Envoy???? : lundi 31 juillet 2000 16:28 Objet : RE: PBM with XWin and DXWin32 > > and where is /usr/X11R6? mounted under Cygwin? > > can you post mount out put? > > nothing is wrong with font fixed, either you have corrupted it > because you mixed the Cygwin compiled and MVSC compiled one, > or Xwin exe is not findig /usr/X11R6/lib/X11/fonts directory. > > I suspect you have corrupted the fonts.alises files by mixing > the two different version therefore I always never mix..... > > > Suhaib > > > -----Original Message----- > > From: Francis VIVAT [ mailto:francis.vivat@cetp.ipsl.fr ] > > Sent: Monday, July 31, 2000 10:27 AM > > To: Suhaib Siddiqi; cygwin-xfree@sourceware.cygnus.com > > Subject: Re: PBM with XWin and DXWin32 > > > > > > OK, I'm mixing, but I have everything in / and /usr and > > /usr/X11R6 (bin and > > lib). > > I duplicated everything with explorer, so no mount point are involved. > > > > So it should work, no ? > > > > BTW, i've just tried on another PC (desktop) and it seems to go a > > little more > > ahead, but it stops like DXWin32 in fact : > > > > _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root > > pwin->width = 00000500 > > pwin->height = 00000400 > > pwin->paddedWidth = 00000a00 > > pwin->bitsPerPixel = 00000010 > > calling winAllocateFramebufferMemory > > calling cfb16ScreenInit( 0a057bf0, 14e00000, 00000500, 00000400, 00000064, > > 00000064, 00000500 ) > > Successful addition of Screen 0xa057de8 0xa057bf0 > > error opening security policy file > > /usr/X11R6/lib/X11/xserver/SecurityPolicy > > > > Fatal server error: > > could not open default font 'fixed' > > > > What's wrong with this fixed font ???? > > > > Thanks > > > > CU > > . \)|(/ > > . (o o) > > . /-----------------ooO----(_)----Ooo-----------------\ > > .(_| Francis VIVAT | > > . | CETP-CNRS | > > . | 4, avenue de Neptune 94107 St Maur Cedex | > > . | Tel : +33 1 4511 4274 | > > . | Fax : +33 1 4889 4433 | > > . | 10-12, avenue de l'Europe 78140 Velizy | > > . | Tel : +33 1 3925 4780 | > > . | Fax : +33 1 3925 4922 |_ > > . | E-Mail : francis.vivat@cetp.ipsl.fr | ) > > . \---------------------------------------------------/ > > . (_) (_) > > > > > > > > ----- Message d'origine ----- > > De : "Suhaib Siddiqi" > > ???? : > > Envoy???? : lundi 31 juillet 2000 15:13 > > Objet : RE: PBM with XWin and DXWin32 > > > > > > > Once again like some previous users. You problem is you are mixing MSVC > > > and Cygwin applications. > > > > > > The DXWin32 should be installed in x:\usr directory, where x is > > your drive > > > letter. > > > > > > The Xwin (XFree86-4.0-xxxx) should be installed under Cygwin mount point > > > \cygwin\usr\X11R6 > > > > > > Have you installed Cygwin? If so, under Cygwin unpack everything and > > > install in usr/X11R6 > > > > > > Suhaib > > > > > > > -----Original Message----- > > > > From: cygwin-xfree-owner@sources.redhat.com > > > > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of > > Francis VIVAT > > > > Sent: Monday, July 31, 2000 9:12 AM > > > > To: cygwin-xfree@sourceware.cygnus.com > > > > Subject: PBM with XWin and DXWin32 > > > > > > > > > > > > Hi, > > > > > > > > i'm trying to use the new X-Server, but it doesn't work for me. > > > > > > > > After reading the archives, i've installed the complete cygwin > > > > package in f:\ > > > > I duplicated f:\bin and f:\usr\bin and also f:\lib and f:\usr\lib > > > > I've copied f:\usr\X11R6\bin in both f:\usr\bin\X11 and f:\bin\X11. > > > > I've copied f:\usr\X11R6\lib in both f:\usr\lib and f:\lib. > > > > > > > > I'm working on a DELL Latitude CPX H500 with Windows 2000 French. > > > > > > > > If I use Xwin :0 : > > > > > > > > _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root > > > > pwin->width = 00000500 > > > > pwin->height = 00000400 > > > > pwin->paddedWidth = 00000a00 > > > > pwin->bitsPerPixel = 00000010 > > > > calling winAllocateFramebufferMemory > > > > > > > > Then a popup windows "ERROR" > > > > with the folowing text : > > > > Direct Draw Init Failed > > > > Error = 80004001(DIERR_UNSUPPORTED) > > > > > > > > It seems that it's my video driver that isn't compatible (i've > > > > read that in the > > > > archives). > > > > I have the latest one from DELL. > > > > Any ideas ? > > > > > > > > If i use DXWin32 :0 : > > > > > > > > I have two popup windows : > > > > 1) "Server error" failed to set default path > > '/usr/lib/X11/fonts/misc/' > > > > 2) "Fatal server error" could not open default font 'fixed' > > > > > > > > Here, i don't understand. > > > > > > > > /usr/lib/X11/fonts/misc exists (f:\usr\lib\X11\fonts\misc). > > > > > > > > In fonts.alias, I have the line > > > > "fixed > > > > -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1" > > > > > > > > In fonts.dir, Ihave the line > > > > "6x13-ISO8859-1.pcf.gz > > > > -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso > > > > 8859-1" > > > > > > > > 6x13-ISO8859-1.pcf.gz exists. > > > > > > > > What have I missed ??? > > > > > > > > Thanks for your help. > > > > > > > > CU > > > > > > > > . \)|(/ > > > > . (o o) > > > > . /-----------------ooO----(_)----Ooo-----------------\ > > > > .(_| Francis VIVAT | > > > > . | CETP-CNRS | > > > > . | 4, avenue de Neptune 94107 St Maur Cedex | > > > > . | Tel : +33 1 4511 4274 | > > > > . | Fax : +33 1 4889 4433 | > > > > . | 10-12, avenue de l'Europe 78140 Velizy | > > > > . | Tel : +33 1 3925 4780 | > > > > . | Fax : +33 1 3925 4922 |_ > > > > . | E-Mail : francis.vivat@cetp.ipsl.fr | ) > > > > . \---------------------------------------------------/ > > > > . (_) (_) > > > > > > > > > > > > > > > > > > > > From ssiddiqi@inspirepharm.com Tue Aug 1 05:04:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Tue, 01 Aug 2000 05:04:00 -0000 Subject: PBM with XWin and DXWin32 References: <03f001bffbad$666dd050$69ab34c1@cetp.ipsl.fr> Message-ID: > > You were right ! (as usual ? ;-) > > The problem was that I used only X-servers-v-1.0-exe.tar.bz2 ! > The rest was from > cygwin. > With the whole package (X-servers-v-1.0.tar.bz2) only, it works. > But it's slowwww. Is it normal, or is it my config ? DXWIn32 is slow because it uses VNC code... which is slow itself. > > BTW, I've found also the problem with XWin.exe. All the text > files were in DOS > style, not UNIX, and it make the problem discribed. Which text file. they should not be unless you extracted them in text mode, check with Cygwin list on how to uextract in binary mode. > > What is the difference (if any) between DXWin32 and XGGI ? And XVNC ? XGGI is dead, because of John Fortin's departure. XNV and DXWIn32 are pretty much same except DXWIN32 uses directx ontop of xvnc borrowe docde > > Thanks a lot for your dev ! > > CU > . \)|(/ > . (o o) > . /-----------------ooO----(_)----Ooo-----------------\ > .(_| Francis VIVAT | > . | CETP-CNRS | > . | 4, avenue de Neptune 94107 St Maur Cedex | > . | Tel : +33 1 4511 4274 | > . | Fax : +33 1 4889 4433 | > . | 10-12, avenue de l'Europe 78140 Velizy | > . | Tel : +33 1 3925 4780 | > . | Fax : +33 1 3925 4922 |_ > . | E-Mail : francis.vivat@cetp.ipsl.fr | ) > . \---------------------------------------------------/ > . (_) (_) > > > > ----- Message d'origine ----- > De : "Suhaib Siddiqi" > ???? : > Envoy???? : lundi 31 juillet 2000 16:28 > Objet : RE: PBM with XWin and DXWin32 > > > > > > and where is /usr/X11R6? mounted under Cygwin? > > > > can you post mount out put? > > > > nothing is wrong with font fixed, either you have corrupted it > > because you mixed the Cygwin compiled and MVSC compiled one, > > or Xwin exe is not findig /usr/X11R6/lib/X11/fonts directory. > > > > I suspect you have corrupted the fonts.alises files by mixing > > the two different version therefore I always never mix..... > > > > > > Suhaib > > > > > -----Original Message----- > > > From: Francis VIVAT [ mailto:francis.vivat@cetp.ipsl.fr ] > > > Sent: Monday, July 31, 2000 10:27 AM > > > To: Suhaib Siddiqi; cygwin-xfree@sourceware.cygnus.com > > > Subject: Re: PBM with XWin and DXWin32 > > > > > > > > > OK, I'm mixing, but I have everything in / and /usr and > > > /usr/X11R6 (bin and > > > lib). > > > I duplicated everything with explorer, so no mount point are involved. > > > > > > So it should work, no ? > > > > > > BTW, i've just tried on another PC (desktop) and it seems to go a > > > little more > > > ahead, but it stops like DXWin32 in fact : > > > > > > _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root > > > pwin->width = 00000500 > > > pwin->height = 00000400 > > > pwin->paddedWidth = 00000a00 > > > pwin->bitsPerPixel = 00000010 > > > calling winAllocateFramebufferMemory > > > calling cfb16ScreenInit( 0a057bf0, 14e00000, 00000500, > 00000400, 00000064, > > > 00000064, 00000500 ) > > > Successful addition of Screen 0xa057de8 0xa057bf0 > > > error opening security policy file > > > /usr/X11R6/lib/X11/xserver/SecurityPolicy > > > > > > Fatal server error: > > > could not open default font 'fixed' > > > > > > What's wrong with this fixed font ???? > > > > > > Thanks > > > > > > CU > > > . \)|(/ > > > . (o o) > > > . /-----------------ooO----(_)----Ooo-----------------\ > > > .(_| Francis VIVAT | > > > . | CETP-CNRS | > > > . | 4, avenue de Neptune 94107 St Maur Cedex | > > > . | Tel : +33 1 4511 4274 | > > > . | Fax : +33 1 4889 4433 | > > > . | 10-12, avenue de l'Europe 78140 Velizy | > > > . | Tel : +33 1 3925 4780 | > > > . | Fax : +33 1 3925 4922 |_ > > > . | E-Mail : francis.vivat@cetp.ipsl.fr | ) > > > . \---------------------------------------------------/ > > > . (_) (_) > > > > > > > > > > > > ----- Message d'origine ----- > > > De : "Suhaib Siddiqi" > > > ???? : > > > Envoy???? : lundi 31 juillet 2000 15:13 > > > Objet : RE: PBM with XWin and DXWin32 > > > > > > > > > > Once again like some previous users. You problem is you > are mixing MSVC > > > > and Cygwin applications. > > > > > > > > The DXWin32 should be installed in x:\usr directory, where x is > > > your drive > > > > letter. > > > > > > > > The Xwin (XFree86-4.0-xxxx) should be installed under > Cygwin mount point > > > > \cygwin\usr\X11R6 > > > > > > > > Have you installed Cygwin? If so, under Cygwin unpack > everything and > > > > install in usr/X11R6 > > > > > > > > Suhaib > > > > > > > > > -----Original Message----- > > > > > From: cygwin-xfree-owner@sources.redhat.com > > > > > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of > > > Francis VIVAT > > > > > Sent: Monday, July 31, 2000 9:12 AM > > > > > To: cygwin-xfree@sourceware.cygnus.com > > > > > Subject: PBM with XWin and DXWin32 > > > > > > > > > > > > > > > Hi, > > > > > > > > > > i'm trying to use the new X-Server, but it doesn't work for me. > > > > > > > > > > After reading the archives, i've installed the complete cygwin > > > > > package in f:\ > > > > > I duplicated f:\bin and f:\usr\bin and also f:\lib and f:\usr\lib > > > > > I've copied f:\usr\X11R6\bin in both f:\usr\bin\X11 and > f:\bin\X11. > > > > > I've copied f:\usr\X11R6\lib in both f:\usr\lib and f:\lib. > > > > > > > > > > I'm working on a DELL Latitude CPX H500 with Windows 2000 French. > > > > > > > > > > If I use Xwin :0 : > > > > > > > > > > _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root > > > > > pwin->width = 00000500 > > > > > pwin->height = 00000400 > > > > > pwin->paddedWidth = 00000a00 > > > > > pwin->bitsPerPixel = 00000010 > > > > > calling winAllocateFramebufferMemory > > > > > > > > > > Then a popup windows "ERROR" > > > > > with the folowing text : > > > > > Direct Draw Init Failed > > > > > Error = 80004001(DIERR_UNSUPPORTED) > > > > > > > > > > It seems that it's my video driver that isn't compatible (i've > > > > > read that in the > > > > > archives). > > > > > I have the latest one from DELL. > > > > > Any ideas ? > > > > > > > > > > If i use DXWin32 :0 : > > > > > > > > > > I have two popup windows : > > > > > 1) "Server error" failed to set default path > > > '/usr/lib/X11/fonts/misc/' > > > > > 2) "Fatal server error" could not open default font 'fixed' > > > > > > > > > > Here, i don't understand. > > > > > > > > > > /usr/lib/X11/fonts/misc exists (f:\usr\lib\X11\fonts\misc). > > > > > > > > > > In fonts.alias, I have the line > > > > > "fixed > > > > > -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1" > > > > > > > > > > In fonts.dir, Ihave the line > > > > > "6x13-ISO8859-1.pcf.gz > > > > > -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso > > > > > 8859-1" > > > > > > > > > > 6x13-ISO8859-1.pcf.gz exists. > > > > > > > > > > What have I missed ??? > > > > > > > > > > Thanks for your help. > > > > > > > > > > CU > > > > > > > > > > . \)|(/ > > > > > . (o o) > > > > > . /-----------------ooO----(_)----Ooo-----------------\ > > > > > .(_| Francis VIVAT | > > > > > . | CETP-CNRS | > > > > > . | 4, avenue de Neptune 94107 St Maur Cedex | > > > > > . | Tel : +33 1 4511 4274 | > > > > > . | Fax : +33 1 4889 4433 | > > > > > . | 10-12, avenue de l'Europe 78140 Velizy | > > > > > . | Tel : +33 1 3925 4780 | > > > > > . | Fax : +33 1 3925 4922 |_ > > > > > . | E-Mail : francis.vivat@cetp.ipsl.fr | ) > > > > > . \---------------------------------------------------/ > > > > > . (_) (_) > > > > > > > > > > > > > > > > > > > > > > > > > > > From jlvay@lbl.gov Tue Aug 1 08:10:00 2000 From: jlvay@lbl.gov (Jean-Luc Vay) Date: Tue, 01 Aug 2000 08:10:00 -0000 Subject: PBM with XWin and DXWin32 References: Message-ID: <3986E861.453125A1@lbl.gov> Suhaib Siddiqi wrote: > > > > You were right ! (as usual ? ;-) > > > > The problem was that I used only X-servers-v-1.0-exe.tar.bz2 ! > > The rest was from > > cygwin. > > With the whole package (X-servers-v-1.0.tar.bz2) only, it works. > > But it's slowwww. Is it normal, or is it my config ? > > DXWIn32 is slow because it uses VNC code... which is slow itself. > Is there any chance that a faster version will be done in the future? Jean-Luc ------------------------------------------------- Jean-Luc Vay Accelerator and Fusion Research Division Lawrence Berkeley National Laboratory - MS 71J Berkeley, CA 94720, USA Tel: (1) 510-486-4934 Fax: (1) 510-495-2323 Email: jlvay@lbl.gov ------------------------------------------------- From ssiddiqi@inspirepharm.com Tue Aug 1 10:48:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Tue, 01 Aug 2000 10:48:00 -0000 Subject: PBM with XWin and DXWin32 References: <3986E861.453125A1@lbl.gov> Message-ID: > -----Original Message----- > From: Jean-Luc Vay [ mailto:jlvay@lbl.gov ] > Sent: Tuesday, August 01, 2000 11:10 AM > To: cygwin-xfree@sourceware.cygnus.com; Siddiqi > Subject: Re: PBM with XWin and DXWin32 > > > > > Suhaib Siddiqi wrote: > > > > > > > You were right ! (as usual ? ;-) > > > > > > The problem was that I used only X-servers-v-1.0-exe.tar.bz2 ! > > > The rest was from > > > cygwin. > > > With the whole package (X-servers-v-1.0.tar.bz2) only, it works. > > > But it's slowwww. Is it normal, or is it my config ? > > > > DXWIn32 is slow because it uses VNC code... which is slow itself. > > > > Is there any chance that a faster version will be done in the future? Yes, and future may come sooner if more developers want to help write code. For only two persons, this is a hug project, taking in consideration several Win32 X-vendeors have several promammers dedicated to only X-servers for Win32 Suhaib > > Jean-Luc > > ------------------------------------------------- > Jean-Luc Vay > Accelerator and Fusion Research Division > Lawrence Berkeley National Laboratory - MS 71J > Berkeley, CA 94720, USA > Tel: (1) 510-486-4934 > Fax: (1) 510-495-2323 > Email: jlvay@lbl.gov > ------------------------------------------------- From ssiddiqi@inspirepharm.com Tue Aug 1 12:41:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Tue, 01 Aug 2000 12:41:00 -0000 Subject: X programs compile, but crash References: Message-ID: Email me the code? i will have a look. I compiled XFCE desktop, xterm and all the xclients using same libs and non crashes. We need investigate your setup and code. Suhaib > -----Original Message----- > From: cygwin-xfree-owner@sources.redhat.com > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Fleischer, > Karsten (K.) > Sent: Tuesday, August 01, 2000 4:12 AM > To: 'cygwin-xfree@sourceware.cygnus.com' > Subject: RE: X programs compile, but crash > > > No, it isn't a LessTif problem. I've compiled a very simple X program > (greasymouse) which uses only a few calls to Xlib (XOpenDisplay, > XQueryPointer, XWarpPointer etc.). Even this tiny program fails > to run on my > machine. > > > -----Original Message----- > From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] > Sent: Montag, 31. Juli 2000 16:19 > To: cygwin-xfree@sourceware.cygnus.com > Subject: RE: X programs compile, but crash > > > > > > I freshly installed cygwin-1.1.3 and everything from xc-4-binaries and > > lesstif-0.90. > > Now I'm able to compile and link X- and Motif programs without > getting any > > errors, but upon starting the compiled programs I keep getting a > > STATUS_ACCESS_VIOLATION. Even the simplest X programs don't work. > > > > I installed the latest cygwin1.dll snapshot then, but nothing changed. > > > > Should I try to build X from source by myself? > > > > My system is running NT 4.0 SP 5 and I use Hummingbird Exceed > as X server. > > > > Please help me, I've got to get this thing going. > > > > > You should compile LessTif from the latest LessTif sources. It had > beena while I submitted precompiled LessTif binaries to LessTif.org. > LessTif binaries are not my priority list any more because LessTif now > compiles out of box under Cygwin. > > I suspect the problem with LessTif binaries. > > Suhaib From kfleisc1@ford.com Wed Aug 2 02:23:00 2000 From: kfleisc1@ford.com (Fleischer, Karsten (K.)) Date: Wed, 02 Aug 2000 02:23:00 -0000 Subject: X programs compile, but crash Message-ID: You really don't want the code for greasymouse. The issue is that I have to port a monstrously big Motif application and I started compiling some other X programs just for testing purposes. I was able to compile and link NEdit without any errors, but it crashed. So I looked for the tiniest stupid little X program and came along greasymouse, which uses just a handfull of calls to Xlib. No Xt, no Xm calls. It crashes. Must be a configuration problem. The compiled binaries from the distribution work. Here's my cygcheck -s -r -v output: ------------------------------ Cygnus Win95/NT Configuration Diagnostics Current System Time: Wed Aug 2 11:08:16 2000 WinNT Ver 4.0 build 1381 Service Pack 5 Path: /usr/X11R6/bin /usr/bin /usr/bin /usr/local/bin /usr/bin /cygdrive/c/sys/winemu SysDir: C:\WINNT\System32 WinDir: C:\WINNT HOME = `/cygdrive/h' MAKE_MODE = `unix' PWD = `/tmp/test' USER = `administrator' !C: = `C:\cygwin\bin' APPPATH = `X:\us' CLASSPATH = `C:\Program Files\Exceed.nt\hcljrcsv.jar;C:\Program Files\Exceed.nt\;' COMPUTERNAME = `MKPC5090' COMSPEC = `C:\WINNT\system32\cmd.exe' COUNTRY = `us' DISPLAY = `127.0.0.1:0.0' DRV = `X:' GCVER = `2.0.0.0044' HOMEDRIVE = `C:' HOMEPATH = `\' HOSTNAME = `MKPC5090' HOSTTYPE = `i586' LOGONSERVER = `\\NEREU101' MACHINENAME = `HOSTNAME' MACHNAME = `ngpc100' MACHTYPE = `i586-pc-cygwin' NOS = `NT' NUMBER_OF_PROCESSORS = `1' OLDPWD = `/cygdrive/h' OS2LIBPATH = `C:\WINNT\system32\os2\dll;' OS = `Windows_NT' OSTYPE = `cygwin' OS_NAME = `CYGWIN_NT-4.0' OS_SUBVERSION = `_GNU' OS_VERSION = `1.1.2' PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.JS' PGMDIR = `C:\Program Files' PROCESSOR_ARCHITECTURE = `x86' PROCESSOR_IDENTIFIER = `x86 Family 6 Model 7 Stepping 3, GenuineIntel' PROCESSOR_LEVEL = `6' PROCESSOR_REVISION = `0703' PROMPT = `$P$G' PS1 = `${PWD##*/}> ' PSTCMD = `%systemroot%\system32\postcmd.exe' SERVER = `eur1idc3' SERVERW = `eur1idc3' SERVERX = `eur1idc3' SERVERY = `eur1idc3' SHARENAME = `APPS' SHELL = `/bin/sh' SHLVL = `1' SYSTEMDRIVE = `C:' SYSTEMROOT = `C:\WINNT' TEMP = `/cygdrive/c/TEMP' TERM = `cygwin' TOOLPATH = `X:\us\ford\load\nt4\tools' USERDOMAIN = `FORDEU1' USERNAME = `kfleisc1' USERPROFILE = `C:\WINNT\Profiles\kfleisc1' WINDIR = `C:\WINNT' XErrorDB = `/usr/X11R6/lib/X11/XErrorDB' XKeySymDB = `/usr/X11R6/lib/X11/XKeysymDB' _ = `/bin/cygcheck' TZ = `GMTST0GMTDT-1,M3.5.0/2,M10.5.0/3' HKEY_CURRENT_USER\Software\Cygnus Solutions HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 (default) = `/cygdrive' cygdrive flags = 0x00000020 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrd er\Start Menu\&Programs\Cygnus Solutions (default) = (unsupported type) HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ (default) = `C:/cygwin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin (default) = `C:/cygwin/bin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib (default) = `C:/cygwin/lib' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options (default) = `binmode tty ntsec' a: fd N/A N/A c: hd NTFS 12982Mb 21% CP CS UN PA FC d: cd N/A N/A h: net NTFS 3835Mb 56% PA kfleisc1 C:\cygwin\bin /usr/bin system binmode C:\cygwin\lib /usr/lib system binmode C:\cygwin / system binmode Found: C:\cygwin\bin\bash.exe Found: C:\cygwin\bin\cat.exe Found: C:\cygwin\bin\cpp.exe Found: C:\cygwin\bin\find.exe Found: C:\cygwin\bin\gcc.exe Found: C:\cygwin\bin\gdb.exe Found: C:\cygwin\bin\ld.exe Found: C:\cygwin\bin\ls.exe Found: C:\cygwin\bin\make.exe Found: C:\cygwin\bin\sh.exe 83k 2000/06/11 C:\cygwin\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0 "cygitcl30.dll" v0.0 ts=2000/6/11 4:34 35k 2000/06/11 C:\cygwin\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0 "cygitk30.dll" v0.0 ts=2000/6/11 4:34 402k 2000/06/11 C:\cygwin\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0 "cygtcl80.dll" v0.0 ts=2000/6/11 4:30 5k 2000/06/11 C:\cygwin\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0 10k 2000/06/11 C:\cygwin\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0 "cygtclreg80.dll" v0.0 ts=2000/6/11 4:30 639k 2000/06/11 C:\cygwin\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0 "cygtk80.dll" v0.0 ts=2000/6/11 4:34 568k 2000/07/27 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2000/7/27 15:59 Cygwin DLL version info: dll major: 1001 dll minor: 3 dll epoch: 19 dll bad signal mask: 19005 dll old termios: 5 api major: 0 api minor: 24 shared data: 3 dll identifier: cygwin1 mount registry: 2 cygnus registry name: Cygnus Solutions cygwin registry name: Cygwin program options name: Program Options cygwin mount registry name: mounts v2 build date: Thu Jul 27 10:59:35 EDT 2000 shared id: cygwin1S3 Use -h to see help about each section ------------------------------ What do I have to do to build X from source. 'make World' didn't build the DLLs. Do I have to 'make World.Win32'? Thanks for your help. Karsten -----Original Message----- From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] Sent: Dienstag, 1. August 2000 20:40 To: Fleischer, Karsten (K.); cygwin-xfree@sourceware.cygnus.com Subject: RE: X programs compile, but crash Email me the code? i will have a look. I compiled XFCE desktop, xterm and all the xclients using same libs and non crashes. We need investigate your setup and code. Suhaib > -----Original Message----- > From: cygwin-xfree-owner@sources.redhat.com > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Fleischer, > Karsten (K.) > Sent: Tuesday, August 01, 2000 4:12 AM > To: 'cygwin-xfree@sourceware.cygnus.com' > Subject: RE: X programs compile, but crash > > > No, it isn't a LessTif problem. I've compiled a very simple X program > (greasymouse) which uses only a few calls to Xlib (XOpenDisplay, > XQueryPointer, XWarpPointer etc.). Even this tiny program fails > to run on my > machine. > > > -----Original Message----- > From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] > Sent: Montag, 31. Juli 2000 16:19 > To: cygwin-xfree@sourceware.cygnus.com > Subject: RE: X programs compile, but crash > > > > > > I freshly installed cygwin-1.1.3 and everything from xc-4-binaries and > > lesstif-0.90. > > Now I'm able to compile and link X- and Motif programs without > getting any > > errors, but upon starting the compiled programs I keep getting a > > STATUS_ACCESS_VIOLATION. Even the simplest X programs don't work. > > > > I installed the latest cygwin1.dll snapshot then, but nothing changed. > > > > Should I try to build X from source by myself? > > > > My system is running NT 4.0 SP 5 and I use Hummingbird Exceed > as X server. > > > > Please help me, I've got to get this thing going. > > > > > You should compile LessTif from the latest LessTif sources. It had > beena while I submitted precompiled LessTif binaries to LessTif.org. > LessTif binaries are not my priority list any more because LessTif now > compiles out of box under Cygwin. > > I suspect the problem with LessTif binaries. > > Suhaib From ssiddiqi@inspirepharm.com Wed Aug 2 07:11:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Wed, 02 Aug 2000 07:11:00 -0000 Subject: X programs compile, but crash References: Message-ID: which make world did not make DLLs? Are you using old binutils from Cygwin 1.1.2? How about upgrading everything to Cygwin 1.1.3? I noticed you have cygwin1.1.2? I did mention befoire, the newer binaries work better with July 19th snapshot, Cygwin 1.1.3 is better. > -----Original Message----- > From: Fleischer, Karsten (K.) [ mailto:kfleisc1@ford.com ] > Sent: Wednesday, August 02, 2000 5:23 AM > To: 'Suhaib Siddiqi'; 'cygwin-xfree@sourceware.cygnus.com' > Subject: RE: X programs compile, but crash > > > You really don't want the code for greasymouse. The issue is that > I have to > port a monstrously big Motif application and I started compiling > some other > X programs just for testing purposes. I was able to compile and link NEdit > without any errors, but it crashed. So I looked for the tiniest stupid > little X program and came along greasymouse, which uses just a handfull of > calls to Xlib. No Xt, no Xm calls. It crashes. Must be a configuration > problem. The compiled binaries from the distribution work. > > Here's my cygcheck -s -r -v output: > > ------------------------------ > Cygnus Win95/NT Configuration Diagnostics > Current System Time: Wed Aug 2 11:08:16 2000 > > WinNT Ver 4.0 build 1381 Service Pack 5 > > Path: /usr/X11R6/bin > /usr/bin > /usr/bin > /usr/local/bin > /usr/bin > /cygdrive/c/sys/winemu > > SysDir: C:\WINNT\System32 > WinDir: C:\WINNT > > HOME = `/cygdrive/h' > MAKE_MODE = `unix' > PWD = `/tmp/test' > USER = `administrator' > > !C: = `C:\cygwin\bin' > APPPATH = `X:\us' > CLASSPATH = `C:\Program Files\Exceed.nt\hcljrcsv.jar;C:\Program > Files\Exceed.nt\;' > COMPUTERNAME = `MKPC5090' > COMSPEC = `C:\WINNT\system32\cmd.exe' > COUNTRY = `us' > DISPLAY = `127.0.0.1:0.0' > DRV = `X:' > GCVER = `2.0.0.0044' > HOMEDRIVE = `C:' > HOMEPATH = `\' > HOSTNAME = `MKPC5090' > HOSTTYPE = `i586' > LOGONSERVER = `\\NEREU101' > MACHINENAME = `HOSTNAME' > MACHNAME = `ngpc100' > MACHTYPE = `i586-pc-cygwin' > NOS = `NT' > NUMBER_OF_PROCESSORS = `1' > OLDPWD = `/cygdrive/h' > OS2LIBPATH = `C:\WINNT\system32\os2\dll;' > OS = `Windows_NT' > OSTYPE = `cygwin' > OS_NAME = `CYGWIN_NT-4.0' > OS_SUBVERSION = `_GNU' > OS_VERSION = `1.1.2' > PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.JS' > PGMDIR = `C:\Program Files' > PROCESSOR_ARCHITECTURE = `x86' > PROCESSOR_IDENTIFIER = `x86 Family 6 Model 7 Stepping 3, GenuineIntel' > PROCESSOR_LEVEL = `6' > PROCESSOR_REVISION = `0703' > PROMPT = `$P$G' > PS1 = `${PWD##*/}> ' > PSTCMD = `%systemroot%\system32\postcmd.exe' > SERVER = `eur1idc3' > SERVERW = `eur1idc3' > SERVERX = `eur1idc3' > SERVERY = `eur1idc3' > SHARENAME = `APPS' > SHELL = `/bin/sh' > SHLVL = `1' > SYSTEMDRIVE = `C:' > SYSTEMROOT = `C:\WINNT' > TEMP = `/cygdrive/c/TEMP' > TERM = `cygwin' > TOOLPATH = `X:\us\ford\load\nt4\tools' > USERDOMAIN = `FORDEU1' > USERNAME = `kfleisc1' > USERPROFILE = `C:\WINNT\Profiles\kfleisc1' > WINDIR = `C:\WINNT' > XErrorDB = `/usr/X11R6/lib/X11/XErrorDB' > XKeySymDB = `/usr/X11R6/lib/X11/XKeysymDB' > _ = `/bin/cygcheck' > TZ = `GMTST0GMTDT-1,M3.5.0/2,M10.5.0/3' > > HKEY_CURRENT_USER\Software\Cygnus Solutions > HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin > HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 > (default) = `/cygdrive' > cygdrive flags = 0x00000020 > HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options > HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explor > er\MenuOrd > er\Start Menu\&Programs\Cygnus Solutions > (default) = (unsupported type) > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ > (default) = `C:/cygwin' > flags = 0x0000000a > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin > (default) = `C:/cygwin/bin' > flags = 0x0000000a > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib > (default) = `C:/cygwin/lib' > flags = 0x0000000a > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options > (default) = `binmode tty ntsec' > > a: fd N/A N/A > c: hd NTFS 12982Mb 21% CP CS UN PA FC > d: cd N/A N/A > h: net NTFS 3835Mb 56% PA kfleisc1 > > C:\cygwin\bin /usr/bin system binmode > C:\cygwin\lib /usr/lib system binmode > C:\cygwin / system binmode > > Found: C:\cygwin\bin\bash.exe > Found: C:\cygwin\bin\cat.exe > Found: C:\cygwin\bin\cpp.exe > Found: C:\cygwin\bin\find.exe > Found: C:\cygwin\bin\gcc.exe > Found: C:\cygwin\bin\gdb.exe > Found: C:\cygwin\bin\ld.exe > Found: C:\cygwin\bin\ls.exe > Found: C:\cygwin\bin\make.exe > Found: C:\cygwin\bin\sh.exe > > 83k 2000/06/11 C:\cygwin\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0 > "cygitcl30.dll" v0.0 ts=2000/6/11 4:34 > 35k 2000/06/11 C:\cygwin\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0 > "cygitk30.dll" v0.0 ts=2000/6/11 4:34 > 402k 2000/06/11 C:\cygwin\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0 > "cygtcl80.dll" v0.0 ts=2000/6/11 4:30 > 5k 2000/06/11 C:\cygwin\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0 > 10k 2000/06/11 C:\cygwin\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0 > "cygtclreg80.dll" v0.0 ts=2000/6/11 4:30 > 639k 2000/06/11 C:\cygwin\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0 > "cygtk80.dll" v0.0 ts=2000/6/11 4:34 > 568k 2000/07/27 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 > "cygwin1.dll" v0.0 ts=2000/7/27 15:59 > Cygwin DLL version info: > dll major: 1001 > dll minor: 3 > dll epoch: 19 > dll bad signal mask: 19005 > dll old termios: 5 > api major: 0 > api minor: 24 > shared data: 3 > dll identifier: cygwin1 > mount registry: 2 > cygnus registry name: Cygnus Solutions > cygwin registry name: Cygwin > program options name: Program Options > cygwin mount registry name: mounts v2 > build date: Thu Jul 27 10:59:35 EDT 2000 > shared id: cygwin1S3 > > Use -h to see help about each section > ------------------------------ > > What do I have to do to build X from source. 'make World' didn't build the > DLLs. Do I have to 'make World.Win32'? > > Thanks for your help. > > Karsten > > > -----Original Message----- > From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] > Sent: Dienstag, 1. August 2000 20:40 > To: Fleischer, Karsten (K.); cygwin-xfree@sourceware.cygnus.com > Subject: RE: X programs compile, but crash > > > > Email me the code? i will have a look. I compiled XFCE desktop, xterm > and all the xclients using same libs and non crashes. > > We need investigate your setup and code. > > Suhaib > > -----Original Message----- > > From: cygwin-xfree-owner@sources.redhat.com > > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Fleischer, > > Karsten (K.) > > Sent: Tuesday, August 01, 2000 4:12 AM > > To: 'cygwin-xfree@sourceware.cygnus.com' > > Subject: RE: X programs compile, but crash > > > > > > No, it isn't a LessTif problem. I've compiled a very simple X program > > (greasymouse) which uses only a few calls to Xlib (XOpenDisplay, > > XQueryPointer, XWarpPointer etc.). Even this tiny program fails > > to run on my > > machine. > > > > > > -----Original Message----- > > From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] > > Sent: Montag, 31. Juli 2000 16:19 > > To: cygwin-xfree@sourceware.cygnus.com > > Subject: RE: X programs compile, but crash > > > > > > > > > > > I freshly installed cygwin-1.1.3 and everything from xc-4-binaries and > > > lesstif-0.90. > > > Now I'm able to compile and link X- and Motif programs without > > getting any > > > errors, but upon starting the compiled programs I keep getting a > > > STATUS_ACCESS_VIOLATION. Even the simplest X programs don't work. > > > > > > I installed the latest cygwin1.dll snapshot then, but nothing changed. > > > > > > Should I try to build X from source by myself? > > > > > > My system is running NT 4.0 SP 5 and I use Hummingbird Exceed > > as X server. > > > > > > Please help me, I've got to get this thing going. > > > > > > > > > You should compile LessTif from the latest LessTif sources. It had > > beena while I submitted precompiled LessTif binaries to LessTif.org. > > LessTif binaries are not my priority list any more because LessTif now > > compiles out of box under Cygwin. > > > > I suspect the problem with LessTif binaries. > > > > Suhaib From kfleisc1@ford.com Wed Aug 2 07:32:00 2000 From: kfleisc1@ford.com (Fleischer, Karsten (K.)) Date: Wed, 02 Aug 2000 07:32:00 -0000 Subject: X programs compile, but crash Message-ID: I am using binutils-20000722-1.tar.gz and Cygwin 1.1.3. The OS_VERSION environment variable has been set to 1.1.2 from a shell script, which I forgot to update. I even tried the cygwin1.dll from July 25th. Unfortunately I accidentally threw away the logfile after making World, so I can't tell what went wrong. I'll start another build when I leave home in an hour or so. Karsten -----Original Message----- From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] Sent: Mittwoch, 2. August 2000 15:10 To: Fleischer, Karsten (K.); cygwin-xfree@sourceware.cygnus.com Subject: RE: X programs compile, but crash which make world did not make DLLs? Are you using old binutils from Cygwin 1.1.2? How about upgrading everything to Cygwin 1.1.3? I noticed you have cygwin1.1.2? I did mention befoire, the newer binaries work better with July 19th snapshot, Cygwin 1.1.3 is better. > -----Original Message----- > From: Fleischer, Karsten (K.) [ mailto:kfleisc1@ford.com ] > Sent: Wednesday, August 02, 2000 5:23 AM > To: 'Suhaib Siddiqi'; 'cygwin-xfree@sourceware.cygnus.com' > Subject: RE: X programs compile, but crash > > > You really don't want the code for greasymouse. The issue is that > I have to > port a monstrously big Motif application and I started compiling > some other > X programs just for testing purposes. I was able to compile and link NEdit > without any errors, but it crashed. So I looked for the tiniest stupid > little X program and came along greasymouse, which uses just a handfull of > calls to Xlib. No Xt, no Xm calls. It crashes. Must be a configuration > problem. The compiled binaries from the distribution work. > > Here's my cygcheck -s -r -v output: > > ------------------------------ > Cygnus Win95/NT Configuration Diagnostics > Current System Time: Wed Aug 2 11:08:16 2000 > > WinNT Ver 4.0 build 1381 Service Pack 5 > > Path: /usr/X11R6/bin > /usr/bin > /usr/bin > /usr/local/bin > /usr/bin > /cygdrive/c/sys/winemu > > SysDir: C:\WINNT\System32 > WinDir: C:\WINNT > > HOME = `/cygdrive/h' > MAKE_MODE = `unix' > PWD = `/tmp/test' > USER = `administrator' > > !C: = `C:\cygwin\bin' > APPPATH = `X:\us' > CLASSPATH = `C:\Program Files\Exceed.nt\hcljrcsv.jar;C:\Program > Files\Exceed.nt\;' > COMPUTERNAME = `MKPC5090' > COMSPEC = `C:\WINNT\system32\cmd.exe' > COUNTRY = `us' > DISPLAY = `127.0.0.1:0.0' > DRV = `X:' > GCVER = `2.0.0.0044' > HOMEDRIVE = `C:' > HOMEPATH = `\' > HOSTNAME = `MKPC5090' > HOSTTYPE = `i586' > LOGONSERVER = `\\NEREU101' > MACHINENAME = `HOSTNAME' > MACHNAME = `ngpc100' > MACHTYPE = `i586-pc-cygwin' > NOS = `NT' > NUMBER_OF_PROCESSORS = `1' > OLDPWD = `/cygdrive/h' > OS2LIBPATH = `C:\WINNT\system32\os2\dll;' > OS = `Windows_NT' > OSTYPE = `cygwin' > OS_NAME = `CYGWIN_NT-4.0' > OS_SUBVERSION = `_GNU' > OS_VERSION = `1.1.2' > PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.JS' > PGMDIR = `C:\Program Files' > PROCESSOR_ARCHITECTURE = `x86' > PROCESSOR_IDENTIFIER = `x86 Family 6 Model 7 Stepping 3, GenuineIntel' > PROCESSOR_LEVEL = `6' > PROCESSOR_REVISION = `0703' > PROMPT = `$P$G' > PS1 = `${PWD##*/}> ' > PSTCMD = `%systemroot%\system32\postcmd.exe' > SERVER = `eur1idc3' > SERVERW = `eur1idc3' > SERVERX = `eur1idc3' > SERVERY = `eur1idc3' > SHARENAME = `APPS' > SHELL = `/bin/sh' > SHLVL = `1' > SYSTEMDRIVE = `C:' > SYSTEMROOT = `C:\WINNT' > TEMP = `/cygdrive/c/TEMP' > TERM = `cygwin' > TOOLPATH = `X:\us\ford\load\nt4\tools' > USERDOMAIN = `FORDEU1' > USERNAME = `kfleisc1' > USERPROFILE = `C:\WINNT\Profiles\kfleisc1' > WINDIR = `C:\WINNT' > XErrorDB = `/usr/X11R6/lib/X11/XErrorDB' > XKeySymDB = `/usr/X11R6/lib/X11/XKeysymDB' > _ = `/bin/cygcheck' > TZ = `GMTST0GMTDT-1,M3.5.0/2,M10.5.0/3' > > HKEY_CURRENT_USER\Software\Cygnus Solutions > HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin > HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 > (default) = `/cygdrive' > cygdrive flags = 0x00000020 > HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options > HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explor > er\MenuOrd > er\Start Menu\&Programs\Cygnus Solutions > (default) = (unsupported type) > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ > (default) = `C:/cygwin' > flags = 0x0000000a > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin > (default) = `C:/cygwin/bin' > flags = 0x0000000a > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib > (default) = `C:/cygwin/lib' > flags = 0x0000000a > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options > (default) = `binmode tty ntsec' > > a: fd N/A N/A > c: hd NTFS 12982Mb 21% CP CS UN PA FC > d: cd N/A N/A > h: net NTFS 3835Mb 56% PA kfleisc1 > > C:\cygwin\bin /usr/bin system binmode > C:\cygwin\lib /usr/lib system binmode > C:\cygwin / system binmode > > Found: C:\cygwin\bin\bash.exe > Found: C:\cygwin\bin\cat.exe > Found: C:\cygwin\bin\cpp.exe > Found: C:\cygwin\bin\find.exe > Found: C:\cygwin\bin\gcc.exe > Found: C:\cygwin\bin\gdb.exe > Found: C:\cygwin\bin\ld.exe > Found: C:\cygwin\bin\ls.exe > Found: C:\cygwin\bin\make.exe > Found: C:\cygwin\bin\sh.exe > > 83k 2000/06/11 C:\cygwin\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0 > "cygitcl30.dll" v0.0 ts=2000/6/11 4:34 > 35k 2000/06/11 C:\cygwin\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0 > "cygitk30.dll" v0.0 ts=2000/6/11 4:34 > 402k 2000/06/11 C:\cygwin\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0 > "cygtcl80.dll" v0.0 ts=2000/6/11 4:30 > 5k 2000/06/11 C:\cygwin\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0 > 10k 2000/06/11 C:\cygwin\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0 > "cygtclreg80.dll" v0.0 ts=2000/6/11 4:30 > 639k 2000/06/11 C:\cygwin\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0 > "cygtk80.dll" v0.0 ts=2000/6/11 4:34 > 568k 2000/07/27 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 > "cygwin1.dll" v0.0 ts=2000/7/27 15:59 > Cygwin DLL version info: > dll major: 1001 > dll minor: 3 > dll epoch: 19 > dll bad signal mask: 19005 > dll old termios: 5 > api major: 0 > api minor: 24 > shared data: 3 > dll identifier: cygwin1 > mount registry: 2 > cygnus registry name: Cygnus Solutions > cygwin registry name: Cygwin > program options name: Program Options > cygwin mount registry name: mounts v2 > build date: Thu Jul 27 10:59:35 EDT 2000 > shared id: cygwin1S3 > > Use -h to see help about each section > ------------------------------ > > What do I have to do to build X from source. 'make World' didn't build the > DLLs. Do I have to 'make World.Win32'? > > Thanks for your help. > > Karsten > > > -----Original Message----- > From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] > Sent: Dienstag, 1. August 2000 20:40 > To: Fleischer, Karsten (K.); cygwin-xfree@sourceware.cygnus.com > Subject: RE: X programs compile, but crash > > > > Email me the code? i will have a look. I compiled XFCE desktop, xterm > and all the xclients using same libs and non crashes. > > We need investigate your setup and code. > > Suhaib > > -----Original Message----- > > From: cygwin-xfree-owner@sources.redhat.com > > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Fleischer, > > Karsten (K.) > > Sent: Tuesday, August 01, 2000 4:12 AM > > To: 'cygwin-xfree@sourceware.cygnus.com' > > Subject: RE: X programs compile, but crash > > > > > > No, it isn't a LessTif problem. I've compiled a very simple X program > > (greasymouse) which uses only a few calls to Xlib (XOpenDisplay, > > XQueryPointer, XWarpPointer etc.). Even this tiny program fails > > to run on my > > machine. > > > > > > -----Original Message----- > > From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] > > Sent: Montag, 31. Juli 2000 16:19 > > To: cygwin-xfree@sourceware.cygnus.com > > Subject: RE: X programs compile, but crash > > > > > > > > > > > I freshly installed cygwin-1.1.3 and everything from xc-4-binaries and > > > lesstif-0.90. > > > Now I'm able to compile and link X- and Motif programs without > > getting any > > > errors, but upon starting the compiled programs I keep getting a > > > STATUS_ACCESS_VIOLATION. Even the simplest X programs don't work. > > > > > > I installed the latest cygwin1.dll snapshot then, but nothing changed. > > > > > > Should I try to build X from source by myself? > > > > > > My system is running NT 4.0 SP 5 and I use Hummingbird Exceed > > as X server. > > > > > > Please help me, I've got to get this thing going. > > > > > > > > > You should compile LessTif from the latest LessTif sources. It had > > beena while I submitted precompiled LessTif binaries to LessTif.org. > > LessTif binaries are not my priority list any more because LessTif now > > compiles out of box under Cygwin. > > > > I suspect the problem with LessTif binaries. > > > > Suhaib From ssiddiqi@inspirepharm.com Wed Aug 2 14:01:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Wed, 02 Aug 2000 14:01:00 -0000 Subject: X programs compile, but crash References: Message-ID: > -----Original Message----- > From: Fleischer, Karsten (K.) [ mailto:kfleisc1@ford.com ] > Sent: Wednesday, August 02, 2000 10:32 AM > To: 'Suhaib Siddiqi'; cygwin-xfree@sourceware.cygnus.com > Subject: RE: X programs compile, but crash > > > I am using binutils-20000722-1.tar.gz and Cygwin 1.1.3. The OS_VERSION > environment variable has been set to 1.1.2 from a shell script, which I > forgot to update. I saw Cygwin 1.1.2 in your cygcheck output, that is why i asked > > I even tried the cygwin1.dll from July 25th. > > Unfortunately I accidentally threw away the logfile after making > World, so I > can't tell what went wrong. I'll start another build when I leave > home in an > hour or so. I need to see log file. They are usually big, and not necessary to post them to mailing list, therefore can be e-mailed directly to me. Without a log file I cannot guess what is going on. With NEdit, I have a few more reports from Nedit.org guys that their 5.2 beta crashes. I have not tried it myself. It could be their code. The Nedit 5.1.1 works just fine. You need to debug your code. Use GDB. Suhaib > > Karsten > > -----Original Message----- > From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] > Sent: Mittwoch, 2. August 2000 15:10 > To: Fleischer, Karsten (K.); cygwin-xfree@sourceware.cygnus.com > Subject: RE: X programs compile, but crash > > > which make world did not make DLLs? Are you using old binutils > from Cygwin 1.1.2? > > How about upgrading everything to Cygwin 1.1.3? I noticed you > have cygwin1.1.2? I did mention befoire, the newer > binaries work better with July 19th snapshot, > Cygwin 1.1.3 is better. > > > -----Original Message----- > > From: Fleischer, Karsten (K.) [ mailto:kfleisc1@ford.com ] > > Sent: Wednesday, August 02, 2000 5:23 AM > > To: 'Suhaib Siddiqi'; 'cygwin-xfree@sourceware.cygnus.com' > > Subject: RE: X programs compile, but crash > > > > > > You really don't want the code for greasymouse. The issue is that > > I have to > > port a monstrously big Motif application and I started compiling > > some other > > X programs just for testing purposes. I was able to compile and > link NEdit > > without any errors, but it crashed. So I looked for the tiniest stupid > > little X program and came along greasymouse, which uses just a > handfull of > > calls to Xlib. No Xt, no Xm calls. It crashes. Must be a configuration > > problem. The compiled binaries from the distribution work. > > > > Here's my cygcheck -s -r -v output: > > > > ------------------------------ > > Cygnus Win95/NT Configuration Diagnostics > > Current System Time: Wed Aug 2 11:08:16 2000 > > > > WinNT Ver 4.0 build 1381 Service Pack 5 > > > > Path: /usr/X11R6/bin > > /usr/bin > > /usr/bin > > /usr/local/bin > > /usr/bin > > /cygdrive/c/sys/winemu > > > > SysDir: C:\WINNT\System32 > > WinDir: C:\WINNT > > > > HOME = `/cygdrive/h' > > MAKE_MODE = `unix' > > PWD = `/tmp/test' > > USER = `administrator' > > > > !C: = `C:\cygwin\bin' > > APPPATH = `X:\us' > > CLASSPATH = `C:\Program Files\Exceed.nt\hcljrcsv.jar;C:\Program > > Files\Exceed.nt\;' > > COMPUTERNAME = `MKPC5090' > > COMSPEC = `C:\WINNT\system32\cmd.exe' > > COUNTRY = `us' > > DISPLAY = `127.0.0.1:0.0' > > DRV = `X:' > > GCVER = `2.0.0.0044' > > HOMEDRIVE = `C:' > > HOMEPATH = `\' > > HOSTNAME = `MKPC5090' > > HOSTTYPE = `i586' > > LOGONSERVER = `\\NEREU101' > > MACHINENAME = `HOSTNAME' > > MACHNAME = `ngpc100' > > MACHTYPE = `i586-pc-cygwin' > > NOS = `NT' > > NUMBER_OF_PROCESSORS = `1' > > OLDPWD = `/cygdrive/h' > > OS2LIBPATH = `C:\WINNT\system32\os2\dll;' > > OS = `Windows_NT' > > OSTYPE = `cygwin' > > OS_NAME = `CYGWIN_NT-4.0' > > OS_SUBVERSION = `_GNU' > > OS_VERSION = `1.1.2' > > PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.JS' > > PGMDIR = `C:\Program Files' > > PROCESSOR_ARCHITECTURE = `x86' > > PROCESSOR_IDENTIFIER = `x86 Family 6 Model 7 Stepping 3, GenuineIntel' > > PROCESSOR_LEVEL = `6' > > PROCESSOR_REVISION = `0703' > > PROMPT = `$P$G' > > PS1 = `${PWD##*/}> ' > > PSTCMD = `%systemroot%\system32\postcmd.exe' > > SERVER = `eur1idc3' > > SERVERW = `eur1idc3' > > SERVERX = `eur1idc3' > > SERVERY = `eur1idc3' > > SHARENAME = `APPS' > > SHELL = `/bin/sh' > > SHLVL = `1' > > SYSTEMDRIVE = `C:' > > SYSTEMROOT = `C:\WINNT' > > TEMP = `/cygdrive/c/TEMP' > > TERM = `cygwin' > > TOOLPATH = `X:\us\ford\load\nt4\tools' > > USERDOMAIN = `FORDEU1' > > USERNAME = `kfleisc1' > > USERPROFILE = `C:\WINNT\Profiles\kfleisc1' > > WINDIR = `C:\WINNT' > > XErrorDB = `/usr/X11R6/lib/X11/XErrorDB' > > XKeySymDB = `/usr/X11R6/lib/X11/XKeysymDB' > > _ = `/bin/cygcheck' > > TZ = `GMTST0GMTDT-1,M3.5.0/2,M10.5.0/3' > > > > HKEY_CURRENT_USER\Software\Cygnus Solutions > > HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin > > HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 > > (default) = `/cygdrive' > > cygdrive flags = 0x00000020 > > HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options > > HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explor > > er\MenuOrd > > er\Start Menu\&Programs\Cygnus Solutions > > (default) = (unsupported type) > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ > > (default) = `C:/cygwin' > > flags = 0x0000000a > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin > > (default) = `C:/cygwin/bin' > > flags = 0x0000000a > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib > > (default) = `C:/cygwin/lib' > > flags = 0x0000000a > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options > > (default) = `binmode tty ntsec' > > > > a: fd N/A N/A > > c: hd NTFS 12982Mb 21% CP CS UN PA FC > > d: cd N/A N/A > > h: net NTFS 3835Mb 56% PA kfleisc1 > > > > C:\cygwin\bin /usr/bin system binmode > > C:\cygwin\lib /usr/lib system binmode > > C:\cygwin / system binmode > > > > Found: C:\cygwin\bin\bash.exe > > Found: C:\cygwin\bin\cat.exe > > Found: C:\cygwin\bin\cpp.exe > > Found: C:\cygwin\bin\find.exe > > Found: C:\cygwin\bin\gcc.exe > > Found: C:\cygwin\bin\gdb.exe > > Found: C:\cygwin\bin\ld.exe > > Found: C:\cygwin\bin\ls.exe > > Found: C:\cygwin\bin\make.exe > > Found: C:\cygwin\bin\sh.exe > > > > 83k 2000/06/11 C:\cygwin\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0 > > "cygitcl30.dll" v0.0 ts=2000/6/11 4:34 > > 35k 2000/06/11 C:\cygwin\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0 > > "cygitk30.dll" v0.0 ts=2000/6/11 4:34 > > 402k 2000/06/11 C:\cygwin\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0 > > "cygtcl80.dll" v0.0 ts=2000/6/11 4:30 > > 5k 2000/06/11 C:\cygwin\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0 > > 10k 2000/06/11 C:\cygwin\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0 > > "cygtclreg80.dll" v0.0 ts=2000/6/11 4:30 > > 639k 2000/06/11 C:\cygwin\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0 > > "cygtk80.dll" v0.0 ts=2000/6/11 4:34 > > 568k 2000/07/27 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 > > "cygwin1.dll" v0.0 ts=2000/7/27 15:59 > > Cygwin DLL version info: > > dll major: 1001 > > dll minor: 3 > > dll epoch: 19 > > dll bad signal mask: 19005 > > dll old termios: 5 > > api major: 0 > > api minor: 24 > > shared data: 3 > > dll identifier: cygwin1 > > mount registry: 2 > > cygnus registry name: Cygnus Solutions > > cygwin registry name: Cygwin > > program options name: Program Options > > cygwin mount registry name: mounts v2 > > build date: Thu Jul 27 10:59:35 EDT 2000 > > shared id: cygwin1S3 > > > > Use -h to see help about each section > > ------------------------------ > > > > What do I have to do to build X from source. 'make World' > didn't build the > > DLLs. Do I have to 'make World.Win32'? > > > > Thanks for your help. > > > > Karsten > > > > > > -----Original Message----- > > From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] > > Sent: Dienstag, 1. August 2000 20:40 > > To: Fleischer, Karsten (K.); cygwin-xfree@sourceware.cygnus.com > > Subject: RE: X programs compile, but crash > > > > > > > > Email me the code? i will have a look. I compiled XFCE desktop, xterm > > and all the xclients using same libs and non crashes. > > > > We need investigate your setup and code. > > > > Suhaib > > > -----Original Message----- > > > From: cygwin-xfree-owner@sources.redhat.com > > > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Fleischer, > > > Karsten (K.) > > > Sent: Tuesday, August 01, 2000 4:12 AM > > > To: 'cygwin-xfree@sourceware.cygnus.com' > > > Subject: RE: X programs compile, but crash > > > > > > > > > No, it isn't a LessTif problem. I've compiled a very simple X program > > > (greasymouse) which uses only a few calls to Xlib (XOpenDisplay, > > > XQueryPointer, XWarpPointer etc.). Even this tiny program fails > > > to run on my > > > machine. > > > > > > > > > -----Original Message----- > > > From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] > > > Sent: Montag, 31. Juli 2000 16:19 > > > To: cygwin-xfree@sourceware.cygnus.com > > > Subject: RE: X programs compile, but crash > > > > > > > > > > > > > > > > I freshly installed cygwin-1.1.3 and everything from > xc-4-binaries and > > > > lesstif-0.90. > > > > Now I'm able to compile and link X- and Motif programs without > > > getting any > > > > errors, but upon starting the compiled programs I keep getting a > > > > STATUS_ACCESS_VIOLATION. Even the simplest X programs don't work. > > > > > > > > I installed the latest cygwin1.dll snapshot then, but > nothing changed. > > > > > > > > Should I try to build X from source by myself? > > > > > > > > My system is running NT 4.0 SP 5 and I use Hummingbird Exceed > > > as X server. > > > > > > > > Please help me, I've got to get this thing going. > > > > > > > > > > > > > You should compile LessTif from the latest LessTif sources. It had > > > beena while I submitted precompiled LessTif binaries to LessTif.org. > > > LessTif binaries are not my priority list any more because LessTif now > > > compiles out of box under Cygwin. > > > > > > I suspect the problem with LessTif binaries. > > > > > > Suhaib From neumann@math.columbia.edu Wed Aug 2 23:04:00 2000 From: neumann@math.columbia.edu (Walter Neumann) Date: Wed, 02 Aug 2000 23:04:00 -0000 Subject: xemacs Message-ID: The current xemacs compiles fine if I hide X11 from it, but when it compiles in X support the compilation dies with: make[1]: Entering directory `/usr/src/xemacs-21.1.11/src' gcc -c -g -O2 -Wall -Wno-switch -Demacs -I. -DHAVE_CONFIG_H -Wno-sign-compare - fno-caller-saves -I/usr/X11R6/include dialog-msw.c In file included from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include /windows.h:102, from console-msw.h:39, from dialog-msw.c:31: /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winuser.h:1254: warning: `WM_MOUSEWHEEL' redefined s/cygwin32.h:150: warning: this is the location of the previous definition dialog-msw.c: In function `console_type_create_dialog_mswindows': dialog-msw.c:413: structure has no member named `popup_dialog_box_method' make[1]: *** [dialog-msw.o] Error 1 make[1]: Leaving directory `/usr/src/xemacs-21.1.11/src' make: *** [src] Error 2 --walter neumann From ssiddiqi@inspirepharm.com Thu Aug 3 04:25:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Thu, 03 Aug 2000 04:25:00 -0000 Subject: xemacs References: Message-ID: > -----Original Message----- > From: cygwin-xfree-owner@sources.redhat.com > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Walter > Neumann > Sent: Thursday, August 03, 2000 2:05 AM > To: cygwin-xfree@sourceware.cygnus.com > Subject: xemacs > > > The current xemacs compiles fine if I hide X11 from it, but when it > compiles in X support the compilation dies with: > > make[1]: Entering directory `/usr/src/xemacs-21.1.11/src' gcc -c -g -O2 > -Wall -Wno-switch -Demacs -I. -DHAVE_CONFIG_H -Wno-sign-compare - > fno-caller-saves -I/usr/X11R6/include dialog-msw.c In file included from > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include /windows.h:102, > from console-msw.h:39, > from dialog-msw.c:31: > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winuser.h:1254: > warning: `WM_MOUSEWHEEL' redefined s/cygwin32.h:150: warning: this is the > location of the previous definition dialog-msw.c: In function > `console_type_create_dialog_mswindows': dialog-msw.c:413: structure has no > member named `popup_dialog_box_method' make[1]: *** [dialog-msw.o] Error 1 > make[1]: Leaving directory `/usr/src/xemacs-21.1.11/src' make: *** [src] > Error 2 > > --walter neumann This the xemacs code issue. You need to fix your code. Suhaib From ssiddiqi@inspirepharm.com Thu Aug 3 04:54:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Thu, 03 Aug 2000 04:54:00 -0000 Subject: X programs compile, but crash References: Message-ID: > -----Original Message----- > From: Fleischer, Karsten (K.) [ mailto:kfleisc1@ford.com ] > Sent: Thursday, August 03, 2000 6:27 AM > To: 'Suhaib Siddiqi' > Subject: RE: X programs compile, but crash > > > Here's my world.log file. I also include greasymouse.c. > > The NEdit version I compiled was 5.1.1, didn't try the 5.2 beta yet. > > Interestingly all the programs in xc/programs built by make World do NOT > crash. > > With GDB, greasymouse crashes at calling DisplayWidth. > DisplayWidth is a macro accessing the display structure. > When I look at the display structure in GDB, I see that nscreens > ist set to > 0 and default_screen is set to 168108120. No wonder I get an access > violation, as default_screen is used as an index for accessing the screens > array. > Is XOpenDisplay broken or how come the incorrectly initialized display > struct? > > NEdit crashes at XtOpenDisplay which in turn calls XOpenDisplay. Same > reason? If XOpenDisplay was broken in libX11, every single xclient from XFree86 would crash at you. I am not aware of even anyone mentioning about XOpenDisplay bug at Xfree86 developers list. But I will check over the weekend. Suhaib > > I'm really helpless with this. > > Thank you. > > Karsten > > > > -----Original Message----- > From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] > Sent: Mittwoch, 2. August 2000 22:00 > To: cygwin-xfree@sources.redhat.com > Subject: RE: X programs compile, but crash > > > > > > -----Original Message----- > > From: Fleischer, Karsten (K.) [ mailto:kfleisc1@ford.com ] > > Sent: Wednesday, August 02, 2000 10:32 AM > > To: 'Suhaib Siddiqi'; cygwin-xfree@sourceware.cygnus.com > > Subject: RE: X programs compile, but crash > > > > > > I am using binutils-20000722-1.tar.gz and Cygwin 1.1.3. The OS_VERSION > > environment variable has been set to 1.1.2 from a shell script, which I > > forgot to update. > > I saw Cygwin 1.1.2 in your cygcheck output, that is why i asked > > > > > I even tried the cygwin1.dll from July 25th. > > > > Unfortunately I accidentally threw away the logfile after making > > World, so I > > can't tell what went wrong. I'll start another build when I leave > > home in an > > hour or so. > > I need to see log file. They are usually big, and not necessary to post > them to > mailing list, therefore can be e-mailed directly to me. > > Without a log file I cannot guess what is going on. With NEdit, I > have a few > more > reports from Nedit.org guys that their 5.2 beta crashes. I have not tried > it myself. It could be their code. The Nedit 5.1.1 works just fine. > You need to debug your code. Use GDB. > > Suhaib > > > > > > Karsten > > > > -----Original Message----- > > From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] > > Sent: Mittwoch, 2. August 2000 15:10 > > To: Fleischer, Karsten (K.); cygwin-xfree@sourceware.cygnus.com > > Subject: RE: X programs compile, but crash > > > > > > which make world did not make DLLs? Are you using old binutils > > from Cygwin 1.1.2? > > > > How about upgrading everything to Cygwin 1.1.3? I noticed you > > have cygwin1.1.2? I did mention befoire, the newer > > binaries work better with July 19th snapshot, > > Cygwin 1.1.3 is better. > > > > > -----Original Message----- > > > From: Fleischer, Karsten (K.) [ mailto:kfleisc1@ford.com ] > > > Sent: Wednesday, August 02, 2000 5:23 AM > > > To: 'Suhaib Siddiqi'; 'cygwin-xfree@sourceware.cygnus.com' > > > Subject: RE: X programs compile, but crash > > > > > > > > > You really don't want the code for greasymouse. The issue is that > > > I have to > > > port a monstrously big Motif application and I started compiling > > > some other > > > X programs just for testing purposes. I was able to compile and > > link NEdit > > > without any errors, but it crashed. So I looked for the tiniest stupid > > > little X program and came along greasymouse, which uses just a > > handfull of > > > calls to Xlib. No Xt, no Xm calls. It crashes. Must be a configuration > > > problem. The compiled binaries from the distribution work. > > > > > > Here's my cygcheck -s -r -v output: > > > > > > ------------------------------ > > > Cygnus Win95/NT Configuration Diagnostics > > > Current System Time: Wed Aug 2 11:08:16 2000 > > > > > > WinNT Ver 4.0 build 1381 Service Pack 5 > > > > > > Path: /usr/X11R6/bin > > > /usr/bin > > > /usr/bin > > > /usr/local/bin > > > /usr/bin > > > /cygdrive/c/sys/winemu > > > > > > SysDir: C:\WINNT\System32 > > > WinDir: C:\WINNT > > > > > > HOME = `/cygdrive/h' > > > MAKE_MODE = `unix' > > > PWD = `/tmp/test' > > > USER = `administrator' > > > > > > !C: = `C:\cygwin\bin' > > > APPPATH = `X:\us' > > > CLASSPATH = `C:\Program Files\Exceed.nt\hcljrcsv.jar;C:\Program > > > Files\Exceed.nt\;' > > > COMPUTERNAME = `MKPC5090' > > > COMSPEC = `C:\WINNT\system32\cmd.exe' > > > COUNTRY = `us' > > > DISPLAY = `127.0.0.1:0.0' > > > DRV = `X:' > > > GCVER = `2.0.0.0044' > > > HOMEDRIVE = `C:' > > > HOMEPATH = `\' > > > HOSTNAME = `MKPC5090' > > > HOSTTYPE = `i586' > > > LOGONSERVER = `\\NEREU101' > > > MACHINENAME = `HOSTNAME' > > > MACHNAME = `ngpc100' > > > MACHTYPE = `i586-pc-cygwin' > > > NOS = `NT' > > > NUMBER_OF_PROCESSORS = `1' > > > OLDPWD = `/cygdrive/h' > > > OS2LIBPATH = `C:\WINNT\system32\os2\dll;' > > > OS = `Windows_NT' > > > OSTYPE = `cygwin' > > > OS_NAME = `CYGWIN_NT-4.0' > > > OS_SUBVERSION = `_GNU' > > > OS_VERSION = `1.1.2' > > > PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.JS' > > > PGMDIR = `C:\Program Files' > > > PROCESSOR_ARCHITECTURE = `x86' > > > PROCESSOR_IDENTIFIER = `x86 Family 6 Model 7 Stepping 3, GenuineIntel' > > > PROCESSOR_LEVEL = `6' > > > PROCESSOR_REVISION = `0703' > > > PROMPT = `$P$G' > > > PS1 = `${PWD##*/}> ' > > > PSTCMD = `%systemroot%\system32\postcmd.exe' > > > SERVER = `eur1idc3' > > > SERVERW = `eur1idc3' > > > SERVERX = `eur1idc3' > > > SERVERY = `eur1idc3' > > > SHARENAME = `APPS' > > > SHELL = `/bin/sh' > > > SHLVL = `1' > > > SYSTEMDRIVE = `C:' > > > SYSTEMROOT = `C:\WINNT' > > > TEMP = `/cygdrive/c/TEMP' > > > TERM = `cygwin' > > > TOOLPATH = `X:\us\ford\load\nt4\tools' > > > USERDOMAIN = `FORDEU1' > > > USERNAME = `kfleisc1' > > > USERPROFILE = `C:\WINNT\Profiles\kfleisc1' > > > WINDIR = `C:\WINNT' > > > XErrorDB = `/usr/X11R6/lib/X11/XErrorDB' > > > XKeySymDB = `/usr/X11R6/lib/X11/XKeysymDB' > > > _ = `/bin/cygcheck' > > > TZ = `GMTST0GMTDT-1,M3.5.0/2,M10.5.0/3' > > > > > > HKEY_CURRENT_USER\Software\Cygnus Solutions > > > HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin > > > HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 > > > (default) = `/cygdrive' > > > cygdrive flags = 0x00000020 > > > HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options > > > HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explor > > > er\MenuOrd > > > er\Start Menu\&Programs\Cygnus Solutions > > > (default) = (unsupported type) > > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions > > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin > > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 > > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ > > > (default) = `C:/cygwin' > > > flags = 0x0000000a > > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin > > > (default) = `C:/cygwin/bin' > > > flags = 0x0000000a > > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib > > > (default) = `C:/cygwin/lib' > > > flags = 0x0000000a > > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options > > > (default) = `binmode tty ntsec' > > > > > > a: fd N/A N/A > > > c: hd NTFS 12982Mb 21% CP CS UN PA FC > > > d: cd N/A N/A > > > h: net NTFS 3835Mb 56% PA kfleisc1 > > > > > > C:\cygwin\bin /usr/bin system binmode > > > C:\cygwin\lib /usr/lib system binmode > > > C:\cygwin / system binmode > > > > > > Found: C:\cygwin\bin\bash.exe > > > Found: C:\cygwin\bin\cat.exe > > > Found: C:\cygwin\bin\cpp.exe > > > Found: C:\cygwin\bin\find.exe > > > Found: C:\cygwin\bin\gcc.exe > > > Found: C:\cygwin\bin\gdb.exe > > > Found: C:\cygwin\bin\ld.exe > > > Found: C:\cygwin\bin\ls.exe > > > Found: C:\cygwin\bin\make.exe > > > Found: C:\cygwin\bin\sh.exe > > > > > > 83k 2000/06/11 C:\cygwin\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0 > > > "cygitcl30.dll" v0.0 ts=2000/6/11 4:34 > > > 35k 2000/06/11 C:\cygwin\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0 > > > "cygitk30.dll" v0.0 ts=2000/6/11 4:34 > > > 402k 2000/06/11 C:\cygwin\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0 > > > "cygtcl80.dll" v0.0 ts=2000/6/11 4:30 > > > 5k 2000/06/11 C:\cygwin\bin\cygtclpip80.dll - os=4.0 > img=1.0 sys=4.0 > > > 10k 2000/06/11 C:\cygwin\bin\cygtclreg80.dll - os=4.0 > img=1.0 sys=4.0 > > > "cygtclreg80.dll" v0.0 ts=2000/6/11 4:30 > > > 639k 2000/06/11 C:\cygwin\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0 > > > "cygtk80.dll" v0.0 ts=2000/6/11 4:34 > > > 568k 2000/07/27 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 > > > "cygwin1.dll" v0.0 ts=2000/7/27 15:59 > > > Cygwin DLL version info: > > > dll major: 1001 > > > dll minor: 3 > > > dll epoch: 19 > > > dll bad signal mask: 19005 > > > dll old termios: 5 > > > api major: 0 > > > api minor: 24 > > > shared data: 3 > > > dll identifier: cygwin1 > > > mount registry: 2 > > > cygnus registry name: Cygnus Solutions > > > cygwin registry name: Cygwin > > > program options name: Program Options > > > cygwin mount registry name: mounts v2 > > > build date: Thu Jul 27 10:59:35 EDT 2000 > > > shared id: cygwin1S3 > > > > > > Use -h to see help about each section > > > ------------------------------ > > > > > > What do I have to do to build X from source. 'make World' > > didn't build the > > > DLLs. Do I have to 'make World.Win32'? > > > > > > Thanks for your help. > > > > > > Karsten > > > > > > > > > -----Original Message----- > > > From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] > > > Sent: Dienstag, 1. August 2000 20:40 > > > To: Fleischer, Karsten (K.); cygwin-xfree@sourceware.cygnus.com > > > Subject: RE: X programs compile, but crash > > > > > > > > > > > > Email me the code? i will have a look. I compiled XFCE > desktop, xterm > > > and all the xclients using same libs and non crashes. > > > > > > We need investigate your setup and code. > > > > > > Suhaib > > > > -----Original Message----- > > > > From: cygwin-xfree-owner@sources.redhat.com > > > > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of > Fleischer, > > > > Karsten (K.) > > > > Sent: Tuesday, August 01, 2000 4:12 AM > > > > To: 'cygwin-xfree@sourceware.cygnus.com' > > > > Subject: RE: X programs compile, but crash > > > > > > > > > > > > No, it isn't a LessTif problem. I've compiled a very simple > X program > > > > (greasymouse) which uses only a few calls to Xlib (XOpenDisplay, > > > > XQueryPointer, XWarpPointer etc.). Even this tiny program fails > > > > to run on my > > > > machine. > > > > > > > > > > > > -----Original Message----- > > > > From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] > > > > Sent: Montag, 31. Juli 2000 16:19 > > > > To: cygwin-xfree@sourceware.cygnus.com > > > > Subject: RE: X programs compile, but crash > > > > > > > > > > > > > > > > > > > > > I freshly installed cygwin-1.1.3 and everything from > > xc-4-binaries and > > > > > lesstif-0.90. > > > > > Now I'm able to compile and link X- and Motif programs without > > > > getting any > > > > > errors, but upon starting the compiled programs I keep getting a > > > > > STATUS_ACCESS_VIOLATION. Even the simplest X programs don't work. > > > > > > > > > > I installed the latest cygwin1.dll snapshot then, but > > nothing changed. > > > > > > > > > > Should I try to build X from source by myself? > > > > > > > > > > My system is running NT 4.0 SP 5 and I use Hummingbird Exceed > > > > as X server. > > > > > > > > > > Please help me, I've got to get this thing going. > > > > > > > > > > > > > > > > > You should compile LessTif from the latest LessTif sources. It had > > > > beena while I submitted precompiled LessTif binaries to LessTif.org. > > > > LessTif binaries are not my priority list any more because > LessTif now > > > > compiles out of box under Cygwin. > > > > > > > > I suspect the problem with LessTif binaries. > > > > > > > > Suhaib > > From ssiddiqi@inspirepharm.com Thu Aug 3 05:14:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Thu, 03 Aug 2000 05:14:00 -0000 Subject: X programs compile, but crash References: Message-ID: I do not think your development environment is ok. Which version of XFree86 code are you ateempting to compile? The warnings and errors do not make sense. First of all makedepend is not finding your header file, For example... not in ../../../include/fonts/unistd.h not in ../include/unistd.h not in ../../../include/unistd.h not in ../../../programs/Xserver/include/unistd.h not in ../../../unistd.h not in ../../../exports/include/unistd.h not in /usr/local/lib/gcc-include/unistd.h not in /usr/i586-cygwin32/include/unistd.h not in /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/include/unistd.h ../../../config/makedepend/makedepend: warning: t1stub.c, line 38: cannot find include file "stdio.h" not in ../../../include/fonts/stdio.h You get literally for every routine in X sources tree. This problem was in the first release of XFree86 code almost a year ago and was fixed. If anyone seeing this again, check your mount points and Cygwin installation environment etc. Second: The following error regarding DLL build failure, were discussed on cygwin-xfree mailing list a couple of weekes agi. BOTTOM LINE is delete you xc directory and get the newest one from CVS ( http://sources.redhat.com/cygwin/xfree/cvs.html ). There are a couple of mistakes in cygwin.* files in xc/config/cf in tar balls posted at the FTP server. I had been extremly busy to make new tar-balls. If you know how to fix the config files for Imake and makedepend, then you fix it, otherwise get the latest code from CVS, which several other fixes for X itself. if [ -f /tmp/DLL_BASE_COUNTER ]; then true; \ else echo 0x67000000 > /tmp/DLL_BASE_COUNTER; fi dllwrap -s --def Xext.def --output-lib libXext.a -o libXext.dll globals.o extutil.o XMultibuf.o XShape.o MITMisc.o XTestExt1.o XSync.o Xdbe.o XLbx.o XSecurity.o XAppgroup.o Xcup.o DPMS.o XEVI.o junk.o -L../../exports/lib -lX11 -image-base `cat /tmp/DLL_BASE_COUNTER` -lipc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^This was discussed 2 or 3 weeks ago on the cygwin-xfree mailing list. Suhaib /usr/bin/ld: cannot find -lX11 > -----Original Message----- > From: Fleischer, Karsten (K.) [ mailto:kfleisc1@ford.com ] > Sent: Thursday, August 03, 2000 6:27 AM > To: 'Suhaib Siddiqi' > Subject: RE: X programs compile, but crash > > > Here's my world.log file. I also include greasymouse.c. > > The NEdit version I compiled was 5.1.1, didn't try the 5.2 beta yet. > > Interestingly all the programs in xc/programs built by make World do NOT > crash. > > With GDB, greasymouse crashes at calling DisplayWidth. > DisplayWidth is a macro accessing the display structure. > When I look at the display structure in GDB, I see that nscreens > ist set to > 0 and default_screen is set to 168108120. No wonder I get an access > violation, as default_screen is used as an index for accessing the screens > array. > Is XOpenDisplay broken or how come the incorrectly initialized display > struct? > > NEdit crashes at XtOpenDisplay which in turn calls XOpenDisplay. Same > reason? > > I'm really helpless with this. > > Thank you. > > Karsten > > > > -----Original Message----- > From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] > Sent: Mittwoch, 2. August 2000 22:00 > To: cygwin-xfree@sources.redhat.com > Subject: RE: X programs compile, but crash > > > > > > -----Original Message----- > > From: Fleischer, Karsten (K.) [ mailto:kfleisc1@ford.com ] > > Sent: Wednesday, August 02, 2000 10:32 AM > > To: 'Suhaib Siddiqi'; cygwin-xfree@sourceware.cygnus.com > > Subject: RE: X programs compile, but crash > > > > > > I am using binutils-20000722-1.tar.gz and Cygwin 1.1.3. The OS_VERSION > > environment variable has been set to 1.1.2 from a shell script, which I > > forgot to update. > > I saw Cygwin 1.1.2 in your cygcheck output, that is why i asked > > > > > I even tried the cygwin1.dll from July 25th. > > > > Unfortunately I accidentally threw away the logfile after making > > World, so I > > can't tell what went wrong. I'll start another build when I leave > > home in an > > hour or so. > > I need to see log file. They are usually big, and not necessary to post > them to > mailing list, therefore can be e-mailed directly to me. > > Without a log file I cannot guess what is going on. With NEdit, I > have a few > more > reports from Nedit.org guys that their 5.2 beta crashes. I have not tried > it myself. It could be their code. The Nedit 5.1.1 works just fine. > You need to debug your code. Use GDB. > > Suhaib > > > > > > Karsten > > > > -----Original Message----- > > From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] > > Sent: Mittwoch, 2. August 2000 15:10 > > To: Fleischer, Karsten (K.); cygwin-xfree@sourceware.cygnus.com > > Subject: RE: X programs compile, but crash > > > > > > which make world did not make DLLs? Are you using old binutils > > from Cygwin 1.1.2? > > > > How about upgrading everything to Cygwin 1.1.3? I noticed you > > have cygwin1.1.2? I did mention befoire, the newer > > binaries work better with July 19th snapshot, > > Cygwin 1.1.3 is better. > > > > > -----Original Message----- > > > From: Fleischer, Karsten (K.) [ mailto:kfleisc1@ford.com ] > > > Sent: Wednesday, August 02, 2000 5:23 AM > > > To: 'Suhaib Siddiqi'; 'cygwin-xfree@sourceware.cygnus.com' > > > Subject: RE: X programs compile, but crash > > > > > > > > > You really don't want the code for greasymouse. The issue is that > > > I have to > > > port a monstrously big Motif application and I started compiling > > > some other > > > X programs just for testing purposes. I was able to compile and > > link NEdit > > > without any errors, but it crashed. So I looked for the tiniest stupid > > > little X program and came along greasymouse, which uses just a > > handfull of > > > calls to Xlib. No Xt, no Xm calls. It crashes. Must be a configuration > > > problem. The compiled binaries from the distribution work. > > > > > > Here's my cygcheck -s -r -v output: > > > > > > ------------------------------ > > > Cygnus Win95/NT Configuration Diagnostics > > > Current System Time: Wed Aug 2 11:08:16 2000 > > > > > > WinNT Ver 4.0 build 1381 Service Pack 5 > > > > > > Path: /usr/X11R6/bin > > > /usr/bin > > > /usr/bin > > > /usr/local/bin > > > /usr/bin > > > /cygdrive/c/sys/winemu > > > > > > SysDir: C:\WINNT\System32 > > > WinDir: C:\WINNT > > > > > > HOME = `/cygdrive/h' > > > MAKE_MODE = `unix' > > > PWD = `/tmp/test' > > > USER = `administrator' > > > > > > !C: = `C:\cygwin\bin' > > > APPPATH = `X:\us' > > > CLASSPATH = `C:\Program Files\Exceed.nt\hcljrcsv.jar;C:\Program > > > Files\Exceed.nt\;' > > > COMPUTERNAME = `MKPC5090' > > > COMSPEC = `C:\WINNT\system32\cmd.exe' > > > COUNTRY = `us' > > > DISPLAY = `127.0.0.1:0.0' > > > DRV = `X:' > > > GCVER = `2.0.0.0044' > > > HOMEDRIVE = `C:' > > > HOMEPATH = `\' > > > HOSTNAME = `MKPC5090' > > > HOSTTYPE = `i586' > > > LOGONSERVER = `\\NEREU101' > > > MACHINENAME = `HOSTNAME' > > > MACHNAME = `ngpc100' > > > MACHTYPE = `i586-pc-cygwin' > > > NOS = `NT' > > > NUMBER_OF_PROCESSORS = `1' > > > OLDPWD = `/cygdrive/h' > > > OS2LIBPATH = `C:\WINNT\system32\os2\dll;' > > > OS = `Windows_NT' > > > OSTYPE = `cygwin' > > > OS_NAME = `CYGWIN_NT-4.0' > > > OS_SUBVERSION = `_GNU' > > > OS_VERSION = `1.1.2' > > > PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.JS' > > > PGMDIR = `C:\Program Files' > > > PROCESSOR_ARCHITECTURE = `x86' > > > PROCESSOR_IDENTIFIER = `x86 Family 6 Model 7 Stepping 3, GenuineIntel' > > > PROCESSOR_LEVEL = `6' > > > PROCESSOR_REVISION = `0703' > > > PROMPT = `$P$G' > > > PS1 = `${PWD##*/}> ' > > > PSTCMD = `%systemroot%\system32\postcmd.exe' > > > SERVER = `eur1idc3' > > > SERVERW = `eur1idc3' > > > SERVERX = `eur1idc3' > > > SERVERY = `eur1idc3' > > > SHARENAME = `APPS' > > > SHELL = `/bin/sh' > > > SHLVL = `1' > > > SYSTEMDRIVE = `C:' > > > SYSTEMROOT = `C:\WINNT' > > > TEMP = `/cygdrive/c/TEMP' > > > TERM = `cygwin' > > > TOOLPATH = `X:\us\ford\load\nt4\tools' > > > USERDOMAIN = `FORDEU1' > > > USERNAME = `kfleisc1' > > > USERPROFILE = `C:\WINNT\Profiles\kfleisc1' > > > WINDIR = `C:\WINNT' > > > XErrorDB = `/usr/X11R6/lib/X11/XErrorDB' > > > XKeySymDB = `/usr/X11R6/lib/X11/XKeysymDB' > > > _ = `/bin/cygcheck' > > > TZ = `GMTST0GMTDT-1,M3.5.0/2,M10.5.0/3' > > > > > > HKEY_CURRENT_USER\Software\Cygnus Solutions > > > HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin > > > HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 > > > (default) = `/cygdrive' > > > cygdrive flags = 0x00000020 > > > HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options > > > HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explor > > > er\MenuOrd > > > er\Start Menu\&Programs\Cygnus Solutions > > > (default) = (unsupported type) > > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions > > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin > > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 > > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ > > > (default) = `C:/cygwin' > > > flags = 0x0000000a > > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin > > > (default) = `C:/cygwin/bin' > > > flags = 0x0000000a > > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib > > > (default) = `C:/cygwin/lib' > > > flags = 0x0000000a > > > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options > > > (default) = `binmode tty ntsec' > > > > > > a: fd N/A N/A > > > c: hd NTFS 12982Mb 21% CP CS UN PA FC > > > d: cd N/A N/A > > > h: net NTFS 3835Mb 56% PA kfleisc1 > > > > > > C:\cygwin\bin /usr/bin system binmode > > > C:\cygwin\lib /usr/lib system binmode > > > C:\cygwin / system binmode > > > > > > Found: C:\cygwin\bin\bash.exe > > > Found: C:\cygwin\bin\cat.exe > > > Found: C:\cygwin\bin\cpp.exe > > > Found: C:\cygwin\bin\find.exe > > > Found: C:\cygwin\bin\gcc.exe > > > Found: C:\cygwin\bin\gdb.exe > > > Found: C:\cygwin\bin\ld.exe > > > Found: C:\cygwin\bin\ls.exe > > > Found: C:\cygwin\bin\make.exe > > > Found: C:\cygwin\bin\sh.exe > > > > > > 83k 2000/06/11 C:\cygwin\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0 > > > "cygitcl30.dll" v0.0 ts=2000/6/11 4:34 > > > 35k 2000/06/11 C:\cygwin\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0 > > > "cygitk30.dll" v0.0 ts=2000/6/11 4:34 > > > 402k 2000/06/11 C:\cygwin\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0 > > > "cygtcl80.dll" v0.0 ts=2000/6/11 4:30 > > > 5k 2000/06/11 C:\cygwin\bin\cygtclpip80.dll - os=4.0 > img=1.0 sys=4.0 > > > 10k 2000/06/11 C:\cygwin\bin\cygtclreg80.dll - os=4.0 > img=1.0 sys=4.0 > > > "cygtclreg80.dll" v0.0 ts=2000/6/11 4:30 > > > 639k 2000/06/11 C:\cygwin\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0 > > > "cygtk80.dll" v0.0 ts=2000/6/11 4:34 > > > 568k 2000/07/27 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 > > > "cygwin1.dll" v0.0 ts=2000/7/27 15:59 > > > Cygwin DLL version info: > > > dll major: 1001 > > > dll minor: 3 > > > dll epoch: 19 > > > dll bad signal mask: 19005 > > > dll old termios: 5 > > > api major: 0 > > > api minor: 24 > > > shared data: 3 > > > dll identifier: cygwin1 > > > mount registry: 2 > > > cygnus registry name: Cygnus Solutions > > > cygwin registry name: Cygwin > > > program options name: Program Options > > > cygwin mount registry name: mounts v2 > > > build date: Thu Jul 27 10:59:35 EDT 2000 > > > shared id: cygwin1S3 > > > > > > Use -h to see help about each section > > > ------------------------------ > > > > > > What do I have to do to build X from source. 'make World' > > didn't build the > > > DLLs. Do I have to 'make World.Win32'? > > > > > > Thanks for your help. > > > > > > Karsten > > > > > > > > > -----Original Message----- > > > From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] > > > Sent: Dienstag, 1. August 2000 20:40 > > > To: Fleischer, Karsten (K.); cygwin-xfree@sourceware.cygnus.com > > > Subject: RE: X programs compile, but crash > > > > > > > > > > > > Email me the code? i will have a look. I compiled XFCE > desktop, xterm > > > and all the xclients using same libs and non crashes. > > > > > > We need investigate your setup and code. > > > > > > Suhaib > > > > -----Original Message----- > > > > From: cygwin-xfree-owner@sources.redhat.com > > > > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of > Fleischer, > > > > Karsten (K.) > > > > Sent: Tuesday, August 01, 2000 4:12 AM > > > > To: 'cygwin-xfree@sourceware.cygnus.com' > > > > Subject: RE: X programs compile, but crash > > > > > > > > > > > > No, it isn't a LessTif problem. I've compiled a very simple > X program > > > > (greasymouse) which uses only a few calls to Xlib (XOpenDisplay, > > > > XQueryPointer, XWarpPointer etc.). Even this tiny program fails > > > > to run on my > > > > machine. > > > > > > > > > > > > -----Original Message----- > > > > From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] > > > > Sent: Montag, 31. Juli 2000 16:19 > > > > To: cygwin-xfree@sourceware.cygnus.com > > > > Subject: RE: X programs compile, but crash > > > > > > > > > > > > > > > > > > > > > I freshly installed cygwin-1.1.3 and everything from > > xc-4-binaries and > > > > > lesstif-0.90. > > > > > Now I'm able to compile and link X- and Motif programs without > > > > getting any > > > > > errors, but upon starting the compiled programs I keep getting a > > > > > STATUS_ACCESS_VIOLATION. Even the simplest X programs don't work. > > > > > > > > > > I installed the latest cygwin1.dll snapshot then, but > > nothing changed. > > > > > > > > > > Should I try to build X from source by myself? > > > > > > > > > > My system is running NT 4.0 SP 5 and I use Hummingbird Exceed > > > > as X server. > > > > > > > > > > Please help me, I've got to get this thing going. > > > > > > > > > > > > > > > > > You should compile LessTif from the latest LessTif sources. It had > > > > beena while I submitted precompiled LessTif binaries to LessTif.org. > > > > LessTif binaries are not my priority list any more because > LessTif now > > > > compiles out of box under Cygwin. > > > > > > > > I suspect the problem with LessTif binaries. > > > > > > > > Suhaib > > From spinazzi@databankgroup.it Thu Aug 3 07:48:00 2000 From: spinazzi@databankgroup.it (Federico Spinazzi) Date: Thu, 03 Aug 2000 07:48:00 -0000 Subject: Good Holydays to ALL of YOU ! Message-ID: <007801bffd58$af53b030$0a00a8c0@bellview> Quite an OFF-TOPIC wish ... federico From neumann@math.columbia.edu Thu Aug 3 14:12:00 2000 From: neumann@math.columbia.edu (Walter Neumann) Date: Thu, 03 Aug 2000 14:12:00 -0000 Subject: xemacs References: Message-ID: On Thu, 3 Aug 2000, Suhaib Siddiqi wrote: > > > > -----Original Message----- > > From: cygwin-xfree-owner@sources.redhat.com > > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Walter > > Neumann > > Sent: Thursday, August 03, 2000 2:05 AM > > To: cygwin-xfree@sourceware.cygnus.com > > Subject: xemacs > > > > > > The current xemacs compiles fine if I hide X11 from it, but when it > > compiles in X support the compilation dies with: > > > > make[1]: Entering directory `/usr/src/xemacs-21.1.11/src' gcc -c -g -O2 > > -Wall -Wno-switch -Demacs -I. -DHAVE_CONFIG_H -Wno-sign-compare - > > fno-caller-saves -I/usr/X11R6/include dialog-msw.c In file included from > > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include /windows.h:102, > > from console-msw.h:39, > > from dialog-msw.c:31: > > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winuser.h:1254: > > warning: `WM_MOUSEWHEEL' redefined s/cygwin32.h:150: warning: this is the > > location of the previous definition dialog-msw.c: In function > > `console_type_create_dialog_mswindows': dialog-msw.c:413: structure has no > > member named `popup_dialog_box_method' make[1]: *** [dialog-msw.o] Error 1 > > make[1]: Leaving directory `/usr/src/xemacs-21.1.11/src' make: *** [src] > > Error 2 > > > > --walter neumann > > > > This the xemacs code issue. You need to fix your code. > > Suhaib > I'm a user -- not _my_ code. I'm also not a programmer, so I'm a bit at a loss. But I'm not convinced that it is an xemacs code issue: Xemacs makes without problem under cygwin 20.1 using the X11R6 binaries that are available for that. Also on my linux machine. So if not an X11 issue it is maybe an issue with the new cygwin? Anyway, any help would be appreciated. Sorry that cut-and-paste to pine lost the linebreaks in my error log above. Only the last couple of lines are relevant. --walter neumann From kfleisc1@ford.com Fri Aug 4 03:01:00 2000 From: kfleisc1@ford.com (Fleischer, Karsten (K.)) Date: Fri, 04 Aug 2000 03:01:00 -0000 Subject: X programs compile, but crash Message-ID: Dear Suhaib, I checked the mailing list and found the discussion on building X you mentioned. You're right, my *.cf files are not up to date, though they are from the latest tar balls from the ftp archive. I don't think think that I could patch all these things for myself, there's some other work waiting, too. So I need a new source archive, but I cannot use CVS because of our company's firewall... Please, could anyone post the latest source tar balls to the ftp servers. Thanks, Karsten -----Original Message----- From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] Sent: Donnerstag, 3. August 2000 13:12 To: Fleischer, Karsten (K.) Cc: cygwin-xfree@sources.redhat.com Subject: RE: X programs compile, but crash I do not think your development environment is ok. Which version of XFree86 code are you ateempting to compile? The warnings and errors do not make sense. First of all makedepend is not finding your header file, For example... not in ../../../include/fonts/unistd.h not in ../include/unistd.h not in ../../../include/unistd.h not in ../../../programs/Xserver/include/unistd.h not in ../../../unistd.h not in ../../../exports/include/unistd.h not in /usr/local/lib/gcc-include/unistd.h not in /usr/i586-cygwin32/include/unistd.h not in /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/include/unistd.h ../../../config/makedepend/makedepend: warning: t1stub.c, line 38: cannot find include file "stdio.h" not in ../../../include/fonts/stdio.h You get literally for every routine in X sources tree. This problem was in the first release of XFree86 code almost a year ago and was fixed. If anyone seeing this again, check your mount points and Cygwin installation environment etc. Second: The following error regarding DLL build failure, were discussed on cygwin-xfree mailing list a couple of weekes agi. BOTTOM LINE is delete you xc directory and get the newest one from CVS ( http://sources.redhat.com/cygwin/xfree/cvs.html ). There are a couple of mistakes in cygwin.* files in xc/config/cf in tar balls posted at the FTP server. I had been extremly busy to make new tar-balls. If you know how to fix the config files for Imake and makedepend, then you fix it, otherwise get the latest code from CVS, which several other fixes for X itself. if [ -f /tmp/DLL_BASE_COUNTER ]; then true; \ else echo 0x67000000 > /tmp/DLL_BASE_COUNTER; fi dllwrap -s --def Xext.def --output-lib libXext.a -o libXext.dll globals.o extutil.o XMultibuf.o XShape.o MITMisc.o XTestExt1.o XSync.o Xdbe.o XLbx.o XSecurity.o XAppgroup.o Xcup.o DPMS.o XEVI.o junk.o -L../../exports/lib -lX11 -image-base `cat /tmp/DLL_BASE_COUNTER` -lipc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^This was discussed 2 or 3 weeks ago on the cygwin-xfree mailing list. Suhaib /usr/bin/ld: cannot find -lX11 From ssiddiqi@inspirepharm.com Fri Aug 4 05:20:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Fri, 04 Aug 2000 05:20:00 -0000 Subject: X programs compile, but crash References: Message-ID: OK, will try to get archives over the weekend. I had been too busy. Suhaib > -----Original Message----- > From: cygwin-xfree-owner@sources.redhat.com > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Fleischer, > Karsten (K.) > Sent: Friday, August 04, 2000 6:01 AM > To: 'Suhaib Siddiqi'; Cygwin-Xfree (E-mail) > Subject: RE: X programs compile, but crash > > > Dear Suhaib, > > I checked the mailing list and found the discussion on building X you > mentioned. > You're right, my *.cf files are not up to date, though they are from the > latest tar balls from the ftp archive. > I don't think think that I could patch all these things for > myself, there's > some other work waiting, too. > So I need a new source archive, but I cannot use CVS because of our > company's firewall... > > Please, could anyone post the latest source tar balls to the ftp servers. > > Thanks, > > Karsten > > > -----Original Message----- > From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] > Sent: Donnerstag, 3. August 2000 13:12 > To: Fleischer, Karsten (K.) > Cc: cygwin-xfree@sources.redhat.com > Subject: RE: X programs compile, but crash > > > > I do not think your development environment is ok. > > Which version of XFree86 code are you ateempting to compile? > The warnings and errors do not make sense. > > First of all makedepend is not finding your header file, For example... > > not in ../../../include/fonts/unistd.h > not in ../include/unistd.h > not in ../../../include/unistd.h > not in ../../../programs/Xserver/include/unistd.h > not in ../../../unistd.h > not in ../../../exports/include/unistd.h > not in /usr/local/lib/gcc-include/unistd.h > not in /usr/i586-cygwin32/include/unistd.h > not in /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/include/unistd.h > ../../../config/makedepend/makedepend: warning: t1stub.c, line 38: cannot > find include file "stdio.h" > not in ../../../include/fonts/stdio.h > > You get literally for every routine in X sources tree. This > problem was in > the first release of > XFree86 code almost a year ago and was fixed. If anyone seeing > this again, > check your > mount points and Cygwin installation environment etc. > > Second: The following error regarding DLL build failure, were > discussed on > cygwin-xfree > mailing list a couple of weekes agi. BOTTOM LINE is delete you > xc directory > and > get the newest one from CVS > ( http://sources.redhat.com/cygwin/xfree/cvs.html ). > There are a couple of mistakes in cygwin.* files in xc/config/cf > in tar balls posted at the FTP server. I had been extremly busy to make > new tar-balls. If you know how to fix the config files for Imake and > makedepend, > then you fix it, otherwise get the latest code from CVS, which > several other > fixes for X itself. > > if [ -f /tmp/DLL_BASE_COUNTER ]; then true; \ > else echo 0x67000000 > /tmp/DLL_BASE_COUNTER; fi > dllwrap -s --def Xext.def --output-lib libXext.a -o libXext.dll globals.o > extutil.o XMultibuf.o XShape.o MITMisc.o XTestExt1.o > XSync.o Xdbe.o > XLbx.o XSecurity.o XAppgroup.o Xcup.o DPMS.o XEVI.o > junk.o -L../../exports/lib -lX11 -image-base `cat > /tmp/DLL_BASE_COUNTER` -lipc > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > ^^^^^^^^^^ > ^^^This was discussed > 2 or 3 weeks ago on the cygwin-xfree mailing list. > > Suhaib > /usr/bin/ld: cannot find -lX11 From robert.collins@itdomain.com.au Fri Aug 4 05:35:00 2000 From: robert.collins@itdomain.com.au (Robert Collins) Date: Fri, 04 Aug 2000 05:35:00 -0000 Subject: CVS access Message-ID: <002701bffe11$724fe140$f7c723cb@lifelesswks> Hi, I just tried to get the CVS xfree-sources, as per the CVS page, and I got the following error about two screens in U cygwin-xfree/config/cf/xfree86.cf U cygwin-xfree/config/cf/xttMod.tmpl cvs [checkout aborted]: could not chdir to cygwin-xfree/config/cf/cygwin.cf: Not a directory CVS had downloaded a 6k file called config/cf/cygwin.cf earlier on. Any hints/tips to work around this? TIA, Rob From ssiddiqi@inspirepharm.com Fri Aug 4 05:40:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Fri, 04 Aug 2000 05:40:00 -0000 Subject: CVS access References: <002701bffe11$724fe140$f7c723cb@lifelesswks> Message-ID: > -----Original Message----- > From: cygwin-xfree-owner@sources.redhat.com > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Robert > Collins > Sent: Friday, August 04, 2000 8:42 AM > To: cygwin-xfree@sources.redhat.com > Subject: CVS access > > > Hi, > I just tried to get the CVS xfree-sources, as per the CVS page, and I > got the following error about two screens in > > U cygwin-xfree/config/cf/xfree86.cf > U cygwin-xfree/config/cf/xttMod.tmpl > cvs [checkout aborted]: could not chdir to > cygwin-xfree/config/cf/cygwin.cf: > Not a directory > > CVS had downloaded a 6k file called config/cf/cygwin.cf earlier on. No idea, I have seen that too. It looks like a CVS bug. cygwin.cf is not a directory and it should not try to read it as a directory. > > Any hints/tips to work around this? try again cvs update. Suhaib > > TIA, > Rob From robert.collins@itdomain.com.au Fri Aug 4 06:05:00 2000 From: robert.collins@itdomain.com.au (Robert Collins) Date: Fri, 04 Aug 2000 06:05:00 -0000 Subject: CVS access References: Message-ID: <006c01bffe15$b1d7a010$f7c723cb@lifelesswks> Tried again, no luck. Should I drop the cvs admin a email? Who is that? Rob ----- Original Message ----- From: "Suhaib Siddiqi" To: "Robert Collins" ; Sent: Friday, August 04, 2000 10:38 PM Subject: RE: CVS access > > > > -----Original Message----- > > From: cygwin-xfree-owner@sources.redhat.com > > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Robert > > Collins > > Sent: Friday, August 04, 2000 8:42 AM > > To: cygwin-xfree@sources.redhat.com > > Subject: CVS access > > > > > > Hi, > > I just tried to get the CVS xfree-sources, as per the CVS page, and I > > got the following error about two screens in > > > > U cygwin-xfree/config/cf/xfree86.cf > > U cygwin-xfree/config/cf/xttMod.tmpl > > cvs [checkout aborted]: could not chdir to > > cygwin-xfree/config/cf/cygwin.cf: > > Not a directory > > > > CVS had downloaded a 6k file called config/cf/cygwin.cf earlier on. > > No idea, I have seen that too. It looks like a CVS bug. cygwin.cf is > not a directory and it should not try to read it as a directory. > > > > > Any hints/tips to work around this? > > try again cvs update. > > Suhaib > > > > > TIA, > > Rob > From ssiddiqi@inspirepharm.com Fri Aug 4 06:09:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Fri, 04 Aug 2000 06:09:00 -0000 Subject: CVS access References: <006c01bffe15$b1d7a010$f7c723cb@lifelesswks> Message-ID: > Tried again, no luck. Should I drop the cvs admin a email? Who is that? I uploaded it. I have seen that problem on Windows only. I do not knnow if there is a fix for it. I will tar balls on FTP server over the weekend. That will be another alternative. If you download to a Linux box, it will give you errors of "not a directory" Suhaib > > Rob > > ----- Original Message ----- > From: "Suhaib Siddiqi" > To: "Robert Collins" ; > > Sent: Friday, August 04, 2000 10:38 PM > Subject: RE: CVS access > > > > > > > > > -----Original Message----- > > > From: cygwin-xfree-owner@sources.redhat.com > > > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Robert > > > Collins > > > Sent: Friday, August 04, 2000 8:42 AM > > > To: cygwin-xfree@sources.redhat.com > > > Subject: CVS access > > > > > > > > > Hi, > > > I just tried to get the CVS xfree-sources, as per the CVS > page, and > I > > > got the following error about two screens in > > > > > > U cygwin-xfree/config/cf/xfree86.cf > > > U cygwin-xfree/config/cf/xttMod.tmpl > > > cvs [checkout aborted]: could not chdir to > > > cygwin-xfree/config/cf/cygwin.cf: > > > Not a directory > > > > > > CVS had downloaded a 6k file called config/cf/cygwin.cf earlier on. > > > > No idea, I have seen that too. It looks like a CVS bug. cygwin.cf is > > not a directory and it should not try to read it as a directory. > > > > > > > > Any hints/tips to work around this? > > > > try again cvs update. > > > > Suhaib > > > > > > > > TIA, > > > Rob > > From ssiddiqi@inspirepharm.com Sat Aug 5 17:59:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib M. Siddiqi) Date: Sat, 05 Aug 2000 17:59:00 -0000 Subject: sources tar archives updated Message-ID: I uploaded the new tar.bz2 archives of the latest Cygwin-xfree sources tree. That tarl balls contain same sources as in CVS. You will need from ftpp://sources.redhat.com/pub/cygwin/xfree/xc-4 X401-1.tar.bz2 X401-2.tar.bz2 X401-3.tar.bz2 X401-4.tar.bz2 If you need to recompile it or want to help in development efforts by contributing patches. Suhaib From Richard.Grenon@onera.fr Mon Aug 7 01:37:00 2000 From: Richard.Grenon@onera.fr (GRENON Richard) Date: Mon, 07 Aug 2000 01:37:00 -0000 Subject: OpenDX binaries with Cygwin1.1.4 References: Message-ID: <398E748C.6CAE56B9@onera.fr> Hello Suhaib, I have rebuilt my Cygwin installation on August 5 with the new setup.exe which installed Cygwin1.1.4. and I got also the Xfree binaries from July 18 but that gives new problems to run dx from OpenDX Cygwin binaries downloaded on July 21. No more problem with libz.dll as with Cygwin1.1.2 (see my previous mail from July 27 on opendx-users list) but new problem with libpng : File DXEXEC.EXEC linked to a missing export LIBPNG.DLL: ... (I don't remember what was following, sorry) ... Cygwin1.1.4 was delivered with libpng-1.0.8-1 and I had to re-install libpng-1.0.6-1 in order to get OpenDX working. Everything is now working fine. Please could you check if there is really a problem with libpng-1.0.8-1 or did I missed something in my new Cygwin installation ? I noticed that all Cygwin mirror sites did not have the same packages. On "franken.de" from which I downloaded Cygwin, libpng was only in the "contrib" directory with 1.0.8 version, not in the "latest" directory. On the french mirror site, libpng was in the "latest" directory with 1.0.6 version and in the "contrib" directory with the 1.0.6 and 1.0.8 versions. Best regards, -- Richard GRENON ONERA Departement d'Aerodynamique Appliquee - DAAP/ACI BP 72, 92322 CHATILLON CEDEX - FRANCE phone : +33 1 46 73 42 17 fax : +33 1 46 73 41 46 mailto:Richard.Grenon@onera.fr http://www.onera.fr From ssiddiqi@inspirepharm.com Mon Aug 7 04:30:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Mon, 07 Aug 2000 04:30:00 -0000 Subject: OpenDX binaries with Cygwin1.1.4 References: <398E748C.6CAE56B9@onera.fr> Message-ID: > -----Original Message----- > From: cygwin-xfree-owner@sources.redhat.com > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of GRENON > Richard > Sent: Monday, August 07, 2000 4:34 AM > To: opendx-users@opendx.watson.ibm.com > Cc: cygwin-xfree@sourceware.cygnus.com > Subject: OpenDX binaries with Cygwin1.1.4 > > > Hello Suhaib, > > I have rebuilt my Cygwin installation on August 5 with the new setup.exe > which installed Cygwin1.1.4. and I got also the Xfree binaries from July > 18 but that gives new problems to run dx from OpenDX Cygwin binaries > downloaded on July 21. > > No more problem with libz.dll as with Cygwin1.1.2 (see my previous mail > from July 27 on opendx-users list) but new problem with libpng : > > File DXEXEC.EXEC linked to a missing export LIBPNG.DLL: ... (I don't > remember what was following, sorry) ... May i ask, why do you keep changing your Cygwin installations when everything was working for you, unless you know what you were doing?? Being novice, after you got OpenDX working you might consider not tweaking around core environment. ibpng.dll is not part of Cygwin/Xfree. It was part of OpenDX for Cygwin. It means you deleted it or did something to it. Suhaib > > Cygwin1.1.4 was delivered with libpng-1.0.8-1 and I had to re-install > libpng-1.0.6-1 in order to get OpenDX working. Everything is now working > fine. Please could you check if there is really a problem with > libpng-1.0.8-1 or did I missed something in my new Cygwin installation ? > > I noticed that all Cygwin mirror sites did not have the same packages. > On "franken.de" from which I downloaded Cygwin, libpng was only in the > "contrib" directory with 1.0.8 version, not in the "latest" directory. > On the french mirror site, libpng was in the "latest" directory with > 1.0.6 version and in the "contrib" directory with the 1.0.6 and 1.0.8 > versions. > > Best regards, > > -- > Richard GRENON > ONERA > Departement d'Aerodynamique Appliquee - DAAP/ACI > BP 72, 92322 CHATILLON CEDEX - FRANCE > phone : +33 1 46 73 42 17 > fax : +33 1 46 73 41 46 > mailto:Richard.Grenon@onera.fr > http://www.onera.fr > > > From kfleisc1@ford.com Tue Aug 8 03:41:00 2000 From: kfleisc1@ford.com (Fleischer, Karsten (K.)) Date: Tue, 08 Aug 2000 03:41:00 -0000 Subject: X programs compile, but crash Message-ID: I finally got it! The problem was that gdb-20000610.tar.gz has a directory /usr/include/X11 within it. Xlib.h got included from this directory and seems to be incompatible with the rest. I removed the directory and now everything works fine. XFree compiles without problems from the new tarballs. Thanks for your help, Suhaib. Karsten From ssiddiqi@inspirepharm.com Tue Aug 8 03:44:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Tue, 08 Aug 2000 03:44:00 -0000 Subject: X programs compile, but crash References: Message-ID: > -----Original Message----- > From: Fleischer, Karsten (K.) [ mailto:kfleisc1@ford.com ] > Sent: Tuesday, August 08, 2000 6:40 AM > To: 'Suhaib Siddiqi'; Cygwin-Xfree (E-mail) > Subject: RE: X programs compile, but crash > > > I finally got it! > > The problem was that gdb-20000610.tar.gz has a directory /usr/include/X11 > within it. Xlib.h got included from this directory and seems to be > incompatible with the rest. I removed the directory and now > everything works > fine. Aaaahhh!!! Those X11R5 incomplete headers from tcl/tk? I remember they caused a much grief when Cygwin 1.0 CD version was released. It would be helpfull if Chris can figure out a way not to include those headers. Suhaib > > XFree compiles without problems from the new tarballs. > > Thanks for your help, Suhaib. > > Karsten From cgf@cygnus.com Tue Aug 8 16:37:00 2000 From: cgf@cygnus.com (Chris Faylor) Date: Tue, 08 Aug 2000 16:37:00 -0000 Subject: X programs compile, but crash References: Message-ID: <20000808193714.B23329@cygnus.com> On Tue, Aug 08, 2000 at 06:42:44AM -0400, Suhaib Siddiqi wrote: >Aaaahhh!!! Those X11R5 incomplete headers from tcl/tk? I remember they >caused a much grief when Cygwin 1.0 CD version was released. > >It would be helpfull if Chris can figure out a way not to include those >headers. I've added code to remove them from future distributions. cgf From ssiddiqi@inspirepharm.com Tue Aug 8 17:07:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Tue, 08 Aug 2000 17:07:00 -0000 Subject: X programs compile, but crash References: <20000808193714.B23329@cygnus.com> Message-ID: <001f01c001af$1d56b460$f1f35818@nc.rr.com> Thanks Suhaib ----- Original Message ----- From: "Chris Faylor" To: "Cygwin-Xfree (E-mail)" Sent: Tuesday, August 08, 2000 4:37 PM Subject: Re: X programs compile, but crash > On Tue, Aug 08, 2000 at 06:42:44AM -0400, Suhaib Siddiqi wrote: > >Aaaahhh!!! Those X11R5 incomplete headers from tcl/tk? I remember they > >caused a much grief when Cygwin 1.0 CD version was released. > > > >It would be helpfull if Chris can figure out a way not to include those > >headers. > > I've added code to remove them from future distributions. > > cgf From kfleisc1@ford.com Thu Aug 10 05:13:00 2000 From: kfleisc1@ford.com (Fleischer, Karsten (K.)) Date: Thu, 10 Aug 2000 05:13:00 -0000 Subject: NEdit still crashes Message-ID: Hello again, with the latest sources I was able to build XFree and then LessTif 0.91.4. Then I started to compile other X-Applications like XV and XTar (just for testing purposes) and then DDD (with a few patches applied to configure and some other scripts). Everything worked. But with NEdit I have the same problems as before. It crashes upon XtOpenDisplay. I tried both versions, 5.1.1 and the 5.2 beta release. The binary distribution of NEdit 5.1.1 works. Any ideas? Karsten From ssiddiqi@inspirepharm.com Thu Aug 10 05:19:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Thu, 10 Aug 2000 05:19:00 -0000 Subject: NEdit still crashes References: Message-ID: > -----Original Message----- > From: cygwin-xfree-owner@sources.redhat.com > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Fleischer, > Karsten (K.) > Sent: Thursday, August 10, 2000 8:13 AM > To: Cygwin-Xfree (E-mail) > Subject: NEdit still crashes > > > Hello again, > > with the latest sources I was able to build XFree and then LessTif 0.91.4. > Then I started to compile other X-Applications like XV and XTar (just for > testing purposes) and then DDD (with a few patches applied to > configure and > some other scripts). Everything worked. > But with NEdit I have the same problems as before. It crashes upon > XtOpenDisplay. I tried both versions, 5.1.1 and the 5.2 beta release. I think LessTif 0.91.4 has bugs for XtWidgets. I remember seeing a few patches for it XtWidgets on LessTif mailing list. May be try grabing LessTif-current, which is usually the CVS version, instead of the Released Lesstif version. > The binary distribution of NEdit 5.1.1 works. The binary distribution of NEdit 5.1.1 has the MOTIF 2.0 libraries from Exceed XDK statically linked, after a bit of hacking ;-) therefore you notice the differences and it does not crashes. Suhaib > > Any ideas? > > Karsten From ssiddiqi@inspirepharm.com Thu Aug 10 05:42:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Thu, 10 Aug 2000 05:42:00 -0000 Subject: NEdit still crashes References: Message-ID: > > Ah, I thought it was linked against LessTif 0.89.something. At least the > guys at nedit.org say so. He lied ;-) > However, it's not so important at the moment. But I need to compile a > modified version of NEdit to port our development environment. > Hope this one > will do without crashes :) What do you mean by modified version of NEdit. > > After all this trouble last week, I'm very happy with XFree and > CygWin now. > A lot of our sources (written for Solaris, HP-UX and Linux) > compile without > any changes. Well LessTif is a good alternative to real MOTIF, but it does give problems with some applications. Suhaib > > Karsten > > > -----Original Message----- > From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] > Sent: Donnerstag, 10. August 2000 13:18 > To: cygwin-xfree@sources.redhat.com > Subject: RE: NEdit still crashes > > > > > > -----Original Message----- > > From: cygwin-xfree-owner@sources.redhat.com > > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Fleischer, > > Karsten (K.) > > Sent: Thursday, August 10, 2000 8:13 AM > > To: Cygwin-Xfree (E-mail) > > Subject: NEdit still crashes > > > > > > Hello again, > > > > with the latest sources I was able to build XFree and then > LessTif 0.91.4. > > Then I started to compile other X-Applications like XV and XTar > (just for > > testing purposes) and then DDD (with a few patches applied to > > configure and > > some other scripts). Everything worked. > > But with NEdit I have the same problems as before. It crashes upon > > XtOpenDisplay. I tried both versions, 5.1.1 and the 5.2 beta release. > > > I think LessTif 0.91.4 has bugs for XtWidgets. I remember seeing > a few patches for it XtWidgets on LessTif mailing list. May be try > grabing LessTif-current, which is usually the CVS > version, instead of the Released Lesstif version. > > > The binary distribution of NEdit 5.1.1 works. > > The binary distribution of NEdit 5.1.1 has the MOTIF 2.0 libraries > from Exceed XDK statically linked, after a bit of hacking ;-) > therefore you > notice the > differences and it does not crashes. > > Suhaib > > > > > Any ideas? > > > > Karsten From kfleisc1@ford.com Thu Aug 10 05:54:00 2000 From: kfleisc1@ford.com (Fleischer, Karsten (K.)) Date: Thu, 10 Aug 2000 05:54:00 -0000 Subject: NEdit still crashes Message-ID: Haven't had a look at the sources of our modified NEdit yet, but they enhanced it somehow. Many buttons which call many functions from a library named libtool (no, nothing to do with GNU libtool). I think we have to use LessTif because we cannot use Open Motif on Windows, since it isn't an open OS. I think that's what I read in the lincense for Open Motif. And I don't think they will give me money to buy Motif, since this project is meant to be a "test". Anyway, one guy ported this huge project (~ 1.5 million lines of code) from Solaris/Motif to Linux/LessTif. I think this is a good sign that it will run on CygWin/LessTif, too. Karsten -----Original Message----- From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] Sent: Donnerstag, 10. August 2000 13:40 To: Fleischer, Karsten (K.) Cc: cygwin-xfree@sources.redhat.com Subject: RE: NEdit still crashes > > Ah, I thought it was linked against LessTif 0.89.something. At least the > guys at nedit.org say so. He lied ;-) > However, it's not so important at the moment. But I need to compile a > modified version of NEdit to port our development environment. > Hope this one > will do without crashes :) What do you mean by modified version of NEdit. > > After all this trouble last week, I'm very happy with XFree and > CygWin now. > A lot of our sources (written for Solaris, HP-UX and Linux) > compile without > any changes. Well LessTif is a good alternative to real MOTIF, but it does give problems with some applications. Suhaib From ssiddiqi@inspirepharm.com Thu Aug 10 05:59:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Thu, 10 Aug 2000 05:59:00 -0000 Subject: NEdit still crashes References: Message-ID: > -----Original Message----- > From: Fleischer, Karsten (K.) [ mailto:kfleisc1@ford.com ] > Sent: Thursday, August 10, 2000 8:53 AM > To: 'Suhaib Siddiqi'; Cygwin-Xfree (E-mail) > Subject: RE: NEdit still crashes > > > Haven't had a look at the sources of our modified NEdit yet, but they > enhanced it somehow. Many buttons which call many functions from a library > named libtool (no, nothing to do with GNU libtool). > > I think we have to use LessTif because we cannot use Open Motif > on Windows, > since it isn't an open OS. I think that's what I read in the lincense for > Open Motif. That is correct. I checked with OpenGroup when OpenMOTIF was released. Their Business Officer answer was, "Windows users needs Royalty based license, regardless of technology used to compile on Windows". Exceed Licnese allows redistribution with any fees, if you can manage to hack their libXm and statically link your applications to it. You cannot redistribute MOTIF DLLs from Exceed, as Exceed License reads. I do have Licensed source code of MOTIF 2.1.21 (not OpenMOTIF), but would rather not compile it with Cygwin because Cygwin infecting it with GPL. >And I don't think they will give me money to buy Motif, since > this project is meant to be a "test". > Anyway, one guy ported this huge project (~ 1.5 million lines of > code) from > Solaris/Motif to Linux/LessTif. I think this is a good sign that > it will run > on CygWin/LessTif, too. In that case LessTif should work for you. Suhaib > > Karsten > > -----Original Message----- > From: Suhaib Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] > Sent: Donnerstag, 10. August 2000 13:40 > To: Fleischer, Karsten (K.) > Cc: cygwin-xfree@sources.redhat.com > Subject: RE: NEdit still crashes > > > > > > > Ah, I thought it was linked against LessTif 0.89.something. At least the > > guys at nedit.org say so. > > He lied ;-) > > > However, it's not so important at the moment. But I need to compile a > > modified version of NEdit to port our development environment. > > Hope this one > > will do without crashes :) > > What do you mean by modified version of NEdit. > > > > > After all this trouble last week, I'm very happy with XFree and > > CygWin now. > > A lot of our sources (written for Solaris, HP-UX and Linux) > > compile without > > any changes. > > > Well LessTif is a good alternative to real MOTIF, but it does > give problems with some applications. > > Suhaib From superbiskit@home.com Thu Aug 10 11:28:00 2000 From: superbiskit@home.com (David A. Cobb) Date: Thu, 10 Aug 2000 11:28:00 -0000 Subject: Introducing . . . Message-ID: <3992F435.68E5903@home.com> Hi, I'm a longtime mainframe type just getting into the x86/windoze world. I have a learning hill to climb to reach C++ proficiency, but I hope to contribute in future. Q1. Are there any active mirrors for Xfree? Redhat ftp is a busy place. Q2. Which pieces would comprise a complete binary distribution (Win98se)? Complete as in XServer + Client-side libraries -- David A. Cobb, Software Engineer, Public Access Advocate "Don't buy or use crappy software" "By the grace of God I am a Christian man, by my actions a great sinner" -- The Way of a Pilgrim [R. M. French, tr.] From sam.reynolds@alphatech.com Thu Aug 10 13:06:00 2000 From: sam.reynolds@alphatech.com (Sam Reynolds) Date: Thu, 10 Aug 2000 13:06:00 -0000 Subject: NEdit still crashes Message-ID: <4.1.20000810154604.00a3ccd0@mail.alphatech.com> I had a problem similar to the one reported by Karsten Fleischer: I'm porting an old SunOS X Window program to NT using Cygwin Xfree and LessTif with Exceed as the X server. I was able to build the current X libraries and LessTif from source and to build and successfully execute the X and LessTif test programs, but my own application crashed in XtAppInitialize with a STATUS_ACCESS_VIOLATION. I traced the execution several layers under XtAppInitialize and found where the bad address was encountered, in XtPreparseCommand in my case. The data coming in to XtPreparseCommand was obviously scrambled. I suspected at first that the compiler flags or -D defines in my makefile which had worked on SunOS 8 years ago were bad for Cygwin gcc, so I copied the ones from the X samples to my makefile. That didn't fix the problem. I took another look at the sample makefiles compared to mine and found that the -l options were in a different order. In my original makefile -lm was the first to be scanned, but in the samples, it was the last. I moved -lm to the end of my list, and was able to successfully execute the resulting build. For those new to the GNU tools and UNIX, it's possible to scan the libraries for references using the nm command. You can grep and sort the resulting lists to see cases where definitions of the same name occur in different libraries. Where multiple definitions occur, and one is good and the other bad, the order of the -l makes the difference between successful execution and a crash. A reference in one of the X libraries is more likely to work with X than the ones in the standard libraries. Perhaps changing the -l option order or the order of the explicitly included libraries would solve Karsten's problem and some of the other similar problems I've seen on this list. Sam Reynolds From ssiddiqi@inspirepharm.com Thu Aug 10 13:15:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Thu, 10 Aug 2000 13:15:00 -0000 Subject: Introducing . . . References: <3992F435.68E5903@home.com> Message-ID: > -----Original Message----- > From: cygwin-xfree-owner@sources.redhat.com > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of David A. Cobb > Sent: Thursday, August 10, 2000 2:28 PM > To: cygwin-xfree@sources.redhat.com > Subject: Introducing . . . > > > Hi, I'm a longtime mainframe type just getting into the x86/windoze > world. I have a learning hill to climb to reach C++ proficiency, > but I hope to contribute in future. > > Q1. Are there any active mirrors for Xfree? Redhat ftp is a busy > place. All the sites which mirror CYGWIN also mirrors cygwin-xfree because it is a subfolder under Cygwin. > > Q2. Which pieces would comprise a complete binary distribution > (Win98se)? > Complete as in XServer + Client-side libraries The binaries are http://sources.redhat.com ---> ftp://sources.redhat.com/pub/cygwin/xfree/xc-4-binaries to be more specific. The other news, the Cygwin specific changes to XFree will be officially in XFree86 4.0.2 when released in September or October (or whenever). XFree86 Inc. is working on merging the patches to main xfree sources tree. Suhaib > > -- > David A. Cobb, Software Engineer, Public Access Advocate > "Don't buy or use crappy software" > "By the grace of God I am a Christian man, > by my actions a great sinner" -- The Way of a Pilgrim [R. M. > French, tr.] From anibalmorales@hotmail.com Thu Aug 10 14:35:00 2000 From: anibalmorales@hotmail.com (Anibal Morales) Date: Thu, 10 Aug 2000 14:35:00 -0000 Subject: Xfree/Cygwin for Starters Message-ID: Hello all! I've been a user of Cygwin B20.1 on NT4 for several months and it works like a charm. I also have installed the MIX Xserver and libs and they work with no problems (I also have Exceed on my PC... which helps me test software.) Here is my problem: I need to do GLX development and saw the Xfree86 project as my savior. So, I renamed my MIX X dir, which is /usr/X11R6.4, and proceeded to follow the installation of Xfree86 ans stated in the mini FAQ at http://sources.redhat.com/cygwin/xfree/ After following the FAQ, compiling/installing Xfree from source, installing new drivers, etc., when I test a couple of my simple test programs (hello world) that were running fine with MIX, I get access violations/corruption problems... with Exceed and with MIX server. (I adjusted my path to point to /usr/X11R6 now...) I rolled back to my MIX libs configuration... but I am eager to try the Xfree86 libs. Please help! Someone lead me step by step. A.M. ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com From ssiddiqi@inspirepharm.com Thu Aug 10 18:23:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib M. Siddiqi) Date: Thu, 10 Aug 2000 18:23:00 -0000 Subject: Xfree/Cygwin for Star Message-ID: >Hello all! >I've been a user of Cygwin B20.1 on NT4 for several months >and it works like a charm. I also have installed the MIX >Xserver and libs and they work with no problems (I also >have Exceed on my PC... which helps me test software.) >Here is my problem: I need to do GLX development and saw the >Xfree86 project as my savior. So, I renamed my MIX X dir, which >is /usr/X11R6.4, and proceeded to follow the installation of >Xfree86 ans stated in the mini FAQ at > http://sources.redhat.com/cygwin/xfree/ What did you install? Everything from xc-4-binaries direcory at ftp://sources.redhat.com/pub/cygwin/xfree ? For developement plus X-server you do need everything from it. You must first install Cygwin 1.1.3 or Cygwin 1.1.4. I am affraid you have Cygwin B20.1 laying around which is definitely not compatible with Cygwin-Xfree. It will cause all kind of core dumps and access_violations. Please refer to http://sources.redhat.com/cygwin to install latest version of Cygwin first, then install XFree under /usr/X11R6. For example if your Cygwin 1.1.4 is installed in c:\cygwin, then XFree should be installed in c:\cygwin\usr\X11R6. >After following the FAQ, compiling/installing Xfree from >source, installing new drivers, etc., when I test a couple >of my simple test programs (hello world) that were running >fine with MIX, I get access violations/corruption problems... >with Exceed and with MIX server. (I adjusted my path to >point to /usr/X11R6 now...) XFree definitely works much better then MIX. MIX uses X11R5 and cannot even handle X11R6 XtWidgets without causing your whole Windows to go bizare on you. Beside the Cygwin-XFree is actually XFree86 4.0.1, same as XFre86 4.0.1 on Linux (Unices) and has OpenGL/GL extensions statically linked. No DRI/DRM rendering for now, but it does software accelerated OpenGL rendering using SGI GLX extnesions. It also uses DirectX for DirectX rendering. >I rolled back to my MIX libs configuration... but I am eager to >try the Xfree86 libs. Please help! Someone lead me step by step. Feel free to ask step by step and I would try to answer step by step. Suhaib >A.M. From c.christian.joensson@telia.com Fri Aug 11 01:50:00 2000 From: c.christian.joensson@telia.com (Christian Jönsson) Date: Fri, 11 Aug 2000 01:50:00 -0000 Subject: X-server for cygwin-1.1.4 under Win98 Message-ID: <3993BE69.2CA07DB2@telia.com> I simply would like to ask the current status of having a cygwin X-server running on a Win98 box. Is there a X-server working? If so, where is it located and where can I read about how to start it? TIA, /ChJ From cespinosa@abcmultiactive.com Fri Aug 11 02:14:00 2000 From: cespinosa@abcmultiactive.com (Carlos Espinosa) Date: Fri, 11 Aug 2000 02:14:00 -0000 Subject: XWin Server Error Message-ID: <90694556D3E9D31191B20020AF9E03601E9C68@EMAIL1> Title: XWin Server Error Hi folks, 'am running Win NT 4.0 but i still get these errors just like in Win9x as reported by some. 'need help, please. error display as follows (when XWin runs): _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root pwin->width = 00000500 pwin->height = 00000400 pwin->paddedWidth = 00000a00 pwin->bitsPerPixel = 00000010 calling winAllocateFramebufferMemory 'then a popup that sez Direct Draw Init Failed error=88760078 (unknown). 'used the xfree86-4.0-xwin.tar.bz2, and xc-4-binaries. thanks, carlos From kfleisc1@ford.com Fri Aug 11 02:20:00 2000 From: kfleisc1@ford.com (Fleischer, Karsten (K.)) Date: Fri, 11 Aug 2000 02:20:00 -0000 Subject: NEdit still crashes Message-ID: Wow, that's it! I simply did the same thing, moving -lm to the end of the list. Thanks, Sam ;-) -----Original Message----- From: Sam Reynolds [ mailto:sam.reynolds@alphatech.com ] Sent: Donnerstag, 10. August 2000 21:07 To: cygwin-xfree@sourceware.cygnus.com Subject: RE: NEdit still crashes I had a problem similar to the one reported by Karsten Fleischer: I'm porting an old SunOS X Window program to NT using Cygwin Xfree and LessTif with Exceed as the X server. I was able to build the current X libraries and LessTif from source and to build and successfully execute the X and LessTif test programs, but my own application crashed in XtAppInitialize with a STATUS_ACCESS_VIOLATION. I traced the execution several layers under XtAppInitialize and found where the bad address was encountered, in XtPreparseCommand in my case. The data coming in to XtPreparseCommand was obviously scrambled. I suspected at first that the compiler flags or -D defines in my makefile which had worked on SunOS 8 years ago were bad for Cygwin gcc, so I copied the ones from the X samples to my makefile. That didn't fix the problem. I took another look at the sample makefiles compared to mine and found that the -l options were in a different order. In my original makefile -lm was the first to be scanned, but in the samples, it was the last. I moved -lm to the end of my list, and was able to successfully execute the resulting build. For those new to the GNU tools and UNIX, it's possible to scan the libraries for references using the nm command. You can grep and sort the resulting lists to see cases where definitions of the same name occur in different libraries. Where multiple definitions occur, and one is good and the other bad, the order of the -l makes the difference between successful execution and a crash. A reference in one of the X libraries is more likely to work with X than the ones in the standard libraries. Perhaps changing the -l option order or the order of the explicitly included libraries would solve Karsten's problem and some of the other similar problems I've seen on this list. Sam Reynolds From c.christian.joensson@telia.com Fri Aug 11 02:22:00 2000 From: c.christian.joensson@telia.com (Christian Jönsson) Date: Fri, 11 Aug 2000 02:22:00 -0000 Subject: XWin Server Error References: <90694556D3E9D31191B20020AF9E03601E9C68@EMAIL1> Message-ID: <3993C609.A2D9F925@telia.com> Is this related to DirectX? If so, isn't there a problem with DirectX and Win NT 4.0? I mean, does NT 4.0 support DirectX calls? /ChJ > Carlos Espinosa wrote: > > Hi folks, > > 'am running Win NT 4.0 but i still get these errors just like in Win9x > as reported by some. 'need help, please. > > error display as follows (when XWin runs): > _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root > pwin->width = 00000500 > pwin->height = 00000400 > pwin->paddedWidth = 00000a00 > pwin->bitsPerPixel = 00000010 > calling winAllocateFramebufferMemory > > 'then a popup that sez Direct Draw Init Failed error=88760078 > (unknown). > > 'used the xfree86-4.0-xwin.tar.bz2, and xc-4-binaries. > > thanks, > carlos From ssiddiqi@inspirepharm.com Fri Aug 11 03:41:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Fri, 11 Aug 2000 03:41:00 -0000 Subject: X-server for cygwin-1.1.4 under Win98 References: <3993BE69.2CA07DB2@telia.com> Message-ID: > -----Original Message----- > From: cygwin-xfree-owner@sources.redhat.com > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Christian > Jonsson > Sent: Friday, August 11, 2000 4:51 AM > To: cygwin-xfree@sourceware.cygnus.com > Subject: X-server for cygwin-1.1.4 under Win98 > > > I simply would like to ask the current status of > having a cygwin X-server running on a Win98 box. > Bad for you. To get it working on Windoze98/95 ask M$ to stop burrying 16-bit GUI code in the so-called gdi32.dll and kernel32.dll to disguise the end-users with the notion of Windows98/95 being true 32-bit kernel and gdi. > Is there a X-server working? yes > > If so, where is it located and where can I read > about how to start it? in the contrib directory, x-servers... but for God sake do not even think of mixing binaries from xc-4-binaries directory to x-servers... from contrib directory. Suhaib > > TIA, > > /ChJ From ssiddiqi@inspirepharm.com Fri Aug 11 03:42:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Fri, 11 Aug 2000 03:42:00 -0000 Subject: XWin Server Error References: <90694556D3E9D31191B20020AF9E03601E9C68@EMAIL1> Message-ID: Title: XWin Server Error ???? -----Original Message----- From: cygwin-xfree-owner@sources.redhat.com [mailto:cygwin-xfree-owner@sources.redhat.com] On Behalf Of Carlos Espinosa Sent: Friday, August 11, 2000 5:14 AM To: cygwin-xfree@sources.redhat.com Subject: XWin Server Error Hi folks, 'am running Win NT 4.0 but i still get these errors just like in Win9x as reported by some. 'need help, please. error display as follows (when XWin runs): _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root pwin->width = 00000500 pwin->height = 00000400 pwin->paddedWidth = 00000a00 pwin->bitsPerPixel = 00000010 calling winAllocateFramebufferMemory 'then a popup that sez Direct Draw Init Failed error=88760078 (unknown). 'used the xfree86-4.0-xwin.tar.bz2, and xc-4-binaries. thanks, carlos ???? ???? ???? ???? Which video card.???? It is a directx incompability????from your video driver vendor.???????? Someone explained it a few????weeks ago.???? Please check mail archive. ???? Suhaib ???? From ssiddiqi@inspirepharm.com Fri Aug 11 03:47:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Fri, 11 Aug 2000 03:47:00 -0000 Subject: FW: NEdit still crashes Message-ID: > -----Original Message----- > From: cygwin-xfree-owner@sources.redhat.com > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Fleischer, > Karsten (K.) > Sent: Friday, August 11, 2000 5:20 AM > To: 'Sam Reynolds'; Cygwin-Xfree (E-mail) > Subject: RE: NEdit still crashes > > > Wow, that's it! I simply did the same thing, moving -lm to the end of the > list. > > Thanks, Sam ;-) > I did not know that... but you should actually not use -lm and -lc at all. They are just the subs to keep ld and gcc happy.. the symbols available in libcygwin.a are enough and libcygwin.a links by default. Suhaib > > -----Original Message----- > From: Sam Reynolds [ mailto:sam.reynolds@alphatech.com ] > Sent: Donnerstag, 10. August 2000 21:07 > To: cygwin-xfree@sourceware.cygnus.com > Subject: RE: NEdit still crashes > > > I had a problem similar to the one reported by Karsten Fleischer: > > I'm porting an old SunOS X Window program to NT using Cygwin Xfree and > LessTif with Exceed as the X server. > > I was able to build the current X libraries and LessTif from source and to > build and successfully execute the X and LessTif test programs, but my own > application crashed in XtAppInitialize with a STATUS_ACCESS_VIOLATION. > > I traced the execution several layers under XtAppInitialize and > found where > the bad address was encountered, in XtPreparseCommand in my case. The data > coming in to XtPreparseCommand was obviously scrambled. > > I suspected at first that the compiler flags or -D defines in my makefile > which had worked on SunOS 8 years ago were bad for Cygwin gcc, so I copied > the ones from the X samples to my makefile. That didn't fix the problem. > > I took another look at the sample makefiles compared to mine and > found that > the -l options were in a different order. In my original makefile -lm was > the first to be scanned, but in the samples, it was the last. I moved -lm > to the end of my list, and was able to successfully execute the resulting > build. > > For those new to the GNU tools and UNIX, it's possible to scan the > libraries for references using the nm command. You can grep and sort the > resulting lists to see cases where definitions of the same name occur in > different libraries. Where multiple definitions occur, and one is good and > the other bad, the order of the -l makes the difference between successful > execution and a crash. A reference in one of the X libraries is > more likely > to work with X than the ones in the standard libraries. > > Perhaps changing the -l option order or the order of the explicitly > included libraries would solve Karsten's problem and some of the other > similar problems I've seen on this list. > > Sam Reynolds From ssiddiqi@inspirepharm.com Fri Aug 11 03:47:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Fri, 11 Aug 2000 03:47:00 -0000 Subject: XWin Server Error References: <3993C609.A2D9F925@telia.com> Message-ID: > -----Original Message----- > From: cygwin-xfree-owner@sources.redhat.com > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Christian > Jonsson > Sent: Friday, August 11, 2000 5:23 AM > To: Carlos Espinosa > Cc: cygwin-xfree@sources.redhat.com > Subject: Re: XWin Server Error > > > Is this related to DirectX? If so, isn't there a problem > with DirectX and Win NT 4.0? I mean, does NT 4.0 support > DirectX calls? > Yes it does. NT 4.0 SP 5 or 6 supports DirectX 3.0 and the XWIN server is backward compatible for DirectX 3.0. The problem he is reporting could be because his video card vendor drivers are either too old, do not use DirectX or not compatible with DirectX... He needs to check with his video card vendor for a the newer version of drivers if they have one which is directx accelerated. Suhaib > /ChJ > > > Carlos Espinosa wrote: > > > > Hi folks, > > > > 'am running Win NT 4.0 but i still get these errors just like in Win9x > > as reported by some. 'need help, please. > > > > error display as follows (when XWin runs): > > _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root > > pwin->width = 00000500 > > pwin->height = 00000400 > > pwin->paddedWidth = 00000a00 > > pwin->bitsPerPixel = 00000010 > > calling winAllocateFramebufferMemory > > > > 'then a popup that sez Direct Draw Init Failed error=88760078 > > (unknown). > > > > 'used the xfree86-4.0-xwin.tar.bz2, and xc-4-binaries. > > > > thanks, > > carlos From robert.collins@itdomain.com.au Fri Aug 11 03:48:00 2000 From: robert.collins@itdomain.com.au (Robert Collins) Date: Fri, 11 Aug 2000 03:48:00 -0000 Subject: newbie question Message-ID: <002f01c00382$b7477800$f7c723cb@lifelesswks> This question may be best asked on a xfree list... but How do you allow other x-clients to access the xfree display? I get a message - connection refused becuase client is not authorised (or words to that effect)... what file do I need to add the client's ip to, or what document should I read? thanks, Rob From ssiddiqi@inspirepharm.com Fri Aug 11 03:54:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Fri, 11 Aug 2000 03:54:00 -0000 Subject: newbie question References: <002f01c00382$b7477800$f7c723cb@lifelesswks> Message-ID: > -----Original Message----- > From: cygwin-xfree-owner@sources.redhat.com > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Robert > Collins > Sent: Friday, August 11, 2000 6:56 AM > To: cygwin-xfree@sources.redhat.com > Subject: newbie question > > > This question may be best asked on a xfree list... but This is also one of it... but concerns only xfree for cygwin > > How do you allow other x-clients to access the xfree display? I get a > message - connection refused becuase client is not authorised (or words to > that effect)... what file do I need to add the client's ip to, or what > document should I read? export DISPLAY=127.0.0.1:0.0 from BASH or set DISPLAY=127.0.0.1:0.0 from NT Control Panel then system env. What exactly are you trying to do? > > thanks, > Rob From robert.collins@itdomain.com.au Fri Aug 11 04:10:00 2000 From: robert.collins@itdomain.com.au (Robert Collins) Date: Fri, 11 Aug 2000 04:10:00 -0000 Subject: newbie question References: Message-ID: <003901c00385$ba4b88e0$f7c723cb@lifelesswks> I'm trying to launch rxvt from my linux box to the display on my NT box. ie on the NT box export DISPLAY=127.0.0.1:0.0 startx & (wait for X to start) alt-tab to bash again ssh linuxworkstation -l myusername export display=192.168.0.2:0.0 (ip of my NT box) rxvt & and then on the bash I started X from I get the message "AUDIT: Fri Aug 11 21:16:37 2000: 1012 XWin: client 2 rejected from IP 203.35.199 .241 port 2539" the linux bash session returns "Xlib: connection to "203.35.199.247:0.0" refused by server Xlib: Client is not authorized to connect to Server rxvt: can't open display 203.35.199.247:0.0" Rob. ----- Original Message ----- From: "Suhaib Siddiqi" To: Sent: Friday, August 11, 2000 8:52 PM Subject: RE: newbie question > > > > -----Original Message----- > > From: cygwin-xfree-owner@sources.redhat.com > > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Robert > > Collins > > Sent: Friday, August 11, 2000 6:56 AM > > To: cygwin-xfree@sources.redhat.com > > Subject: newbie question > > > > > > This question may be best asked on a xfree list... but > > This is also one of it... but concerns only xfree for cygwin > > > > > How do you allow other x-clients to access the xfree display? I get a > > message - connection refused becuase client is not authorised (or words to > > that effect)... what file do I need to add the client's ip to, or what > > document should I read? > > > export DISPLAY=127.0.0.1:0.0 from BASH or set DISPLAY=127.0.0.1:0.0 > from NT Control Panel then system env. > > What exactly are you trying to do? > > > > > > thanks, > > Rob > > From ssiddiqi@inspirepharm.com Fri Aug 11 04:12:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Fri, 11 Aug 2000 04:12:00 -0000 Subject: newbie question References: <003901c00385$ba4b88e0$f7c723cb@lifelesswks> Message-ID: xhost + is your rescue > -----Original Message----- > From: Robert Collins [ mailto:robert.collins@itdomain.com.au ] > Sent: Friday, August 11, 2000 7:17 AM > To: Suhaib Siddiqi; cygwin-xfree@sources.redhat.com > Subject: Re: newbie question > > > I'm trying to launch rxvt from my linux box to the display on my NT box. > > ie on the NT box > export DISPLAY=127.0.0.1:0.0 > startx & > (wait for X to start) > alt-tab to bash again > ssh linuxworkstation -l myusername > export display=192.168.0.2:0.0 (ip of my NT box) > rxvt & > > and then on the bash I started X from I get the > message > "AUDIT: Fri Aug 11 21:16:37 2000: 1012 XWin: client 2 rejected from IP > 203.35.199 > .241 port 2539" > > the linux bash session returns > "Xlib: connection to "203.35.199.247:0.0" refused by server > Xlib: Client is not authorized to connect to Server > rxvt: can't open display 203.35.199.247:0.0" > > Rob. > > > ----- Original Message ----- > From: "Suhaib Siddiqi" > To: > Sent: Friday, August 11, 2000 8:52 PM > Subject: RE: newbie question > > > > > > > > > -----Original Message----- > > > From: cygwin-xfree-owner@sources.redhat.com > > > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Robert > > > Collins > > > Sent: Friday, August 11, 2000 6:56 AM > > > To: cygwin-xfree@sources.redhat.com > > > Subject: newbie question > > > > > > > > > This question may be best asked on a xfree list... but > > > > This is also one of it... but concerns only xfree for cygwin > > > > > > > > How do you allow other x-clients to access the xfree display? I get a > > > message - connection refused becuase client is not authorised > (or words > to > > > that effect)... what file do I need to add the client's ip to, or what > > > document should I read? > > > > > > export DISPLAY=127.0.0.1:0.0 from BASH or set DISPLAY=127.0.0.1:0.0 > > from NT Control Panel then system env. > > > > What exactly are you trying to do? > > > > > > > > > > thanks, > > > Rob > > > > From robert.collins@itdomain.com.au Fri Aug 11 04:16:00 2000 From: robert.collins@itdomain.com.au (Robert Collins) Date: Fri, 11 Aug 2000 04:16:00 -0000 Subject: newbie question References: Message-ID: <003f01c00386$900bfe60$f7c723cb@lifelesswks> Spot on, thank you ----- Original Message ----- From: "Suhaib Siddiqi" To: Sent: Friday, August 11, 2000 9:10 PM Subject: RE: newbie question > xhost + is your rescue > > > -----Original Message----- > > From: Robert Collins [ mailto:robert.collins@itdomain.com.au ] > > Sent: Friday, August 11, 2000 7:17 AM > > To: Suhaib Siddiqi; cygwin-xfree@sources.redhat.com > > Subject: Re: newbie question > > > > > > I'm trying to launch rxvt from my linux box to the display on my NT box. > > > > ie on the NT box > > export DISPLAY=127.0.0.1:0.0 > > startx & > > (wait for X to start) > > alt-tab to bash again > > ssh linuxworkstation -l myusername > > export display=192.168.0.2:0.0 (ip of my NT box) > > rxvt & > > > > and then on the bash I started X from I get the > > message > > "AUDIT: Fri Aug 11 21:16:37 2000: 1012 XWin: client 2 rejected from IP > > 203.35.199 > > .241 port 2539" > > > > the linux bash session returns > > "Xlib: connection to "203.35.199.247:0.0" refused by server > > Xlib: Client is not authorized to connect to Server > > rxvt: can't open display 203.35.199.247:0.0" > > > > Rob. > > > > > > ----- Original Message ----- > > From: "Suhaib Siddiqi" > > To: > > Sent: Friday, August 11, 2000 8:52 PM > > Subject: RE: newbie question > > > > > > > > > > > > > > -----Original Message----- > > > > From: cygwin-xfree-owner@sources.redhat.com > > > > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Robert > > > > Collins > > > > Sent: Friday, August 11, 2000 6:56 AM > > > > To: cygwin-xfree@sources.redhat.com > > > > Subject: newbie question > > > > > > > > > > > > This question may be best asked on a xfree list... but > > > > > > This is also one of it... but concerns only xfree for cygwin > > > > > > > > > > > How do you allow other x-clients to access the xfree display? I get a > > > > message - connection refused becuase client is not authorised > > (or words > > to > > > > that effect)... what file do I need to add the client's ip to, or what > > > > document should I read? > > > > > > > > > export DISPLAY=127.0.0.1:0.0 from BASH or set DISPLAY=127.0.0.1:0.0 > > > from NT Control Panel then system env. > > > > > > What exactly are you trying to do? > > > > > > > > > > > > > > thanks, > > > > Rob > > > > > > > > From c.christian.joensson@telia.com Fri Aug 11 04:21:00 2000 From: c.christian.joensson@telia.com (Christian Jönsson) Date: Fri, 11 Aug 2000 04:21:00 -0000 Subject: X-server for cygwin-1.1.4 under Win98 References: Message-ID: <3993E1EC.B524AD29@telia.com> Thanks for you reply. Let me ask try to get some things straight to myself and ask you a few clarification questions please. Is it correct understanding of me that there is a working, i.e., on cygwin-1.1.4 under Win98, X-Server available from the contrib directory? This server, presumably 8465407 Jun 4 14:12 X-servers-v-1.0.tar.bz2 1032745 Jun 9 23:56 X-servers-v-1.0-exe.tar.bz2 is not "interoperable" with your xfree86-4.0.1 binary distribution available in ftp://sourceware.cygnus.com/pub/cygwin/xfree/xc-4-binaries/ right? Or is there some way of getting the server working with your binaries? Thanks, /ChJ Suhaib Siddiqi wrote: > > > -----Original Message----- > > From: cygwin-xfree-owner@sources.redhat.com > > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Christian > > Jonsson > > Sent: Friday, August 11, 2000 4:51 AM > > To: cygwin-xfree@sourceware.cygnus.com > > Subject: X-server for cygwin-1.1.4 under Win98 > > > > > > I simply would like to ask the current status of > > having a cygwin X-server running on a Win98 box. > > > > Bad for you. To get it working on Windoze98/95 ask M$ to > stop burrying 16-bit GUI code in the so-called gdi32.dll and > kernel32.dll to disguise the end-users with the notion > of Windows98/95 being true 32-bit kernel and gdi. > > > Is there a X-server working? > > yes > > > > > If so, where is it located and where can I read > > about how to start it? > > in the contrib directory, x-servers... but for God sake do not even > think of mixing binaries from xc-4-binaries directory to x-servers... > from contrib directory. > > Suhaib > > > > > TIA, > > > > /ChJ From ssiddiqi@inspirepharm.com Fri Aug 11 04:28:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Fri, 11 Aug 2000 04:28:00 -0000 Subject: X-server for cygwin-1.1.4 under Win98 References: <3993E1EC.B524AD29@telia.com> Message-ID: > -----Original Message----- > From: cygwin-xfree-owner@sources.redhat.com > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Christian > Jonsson > Sent: Friday, August 11, 2000 7:22 AM > To: cygwin-xfree@sourceware.cygnus.com > Subject: Re: X-server for cygwin-1.1.4 under Win98 > > > Thanks for you reply. Let me ask try to get some things > straight to myself and ask you a few clarification questions > please. > > Is it correct understanding of me that there is a working, > i.e., on cygwin-1.1.4 under Win98, X-Server available > from the contrib directory? > YES > This server, presumably > > 8465407 Jun 4 14:12 X-servers-v-1.0.tar.bz2 > 1032745 Jun 9 23:56 X-servers-v-1.0-exe.tar.bz2 > > is not "interoperable" with your xfree86-4.0.1 binary > distribution available in > > ftp://sourceware.cygnus.com/pub/cygwin/xfree/xc-4-binaries/ > > right? Right > > Or is there some way of getting the server working with your > binaries? Those are also "my binaries" but a different kind of X-server, not drived from XFree thus cannot be mixed and matched... code of it was contributed by Hans de Bock and modified by me later. It was compiled using MSVC and does not uses CYgwin therefore no luck to mix it with XFree86... if you insists mixing it you are on your own risk and do not yell if a boxer hand comes out of your Win98 and punch your face ;-) Suhaib > > Thanks, > > /ChJ > > > Suhaib Siddiqi wrote: > > > > > -----Original Message----- > > > From: cygwin-xfree-owner@sources.redhat.com > > > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Christian > > > Jonsson > > > Sent: Friday, August 11, 2000 4:51 AM > > > To: cygwin-xfree@sourceware.cygnus.com > > > Subject: X-server for cygwin-1.1.4 under Win98 > > > > > > > > > I simply would like to ask the current status of > > > having a cygwin X-server running on a Win98 box. > > > > > > > Bad for you. To get it working on Windoze98/95 ask M$ to > > stop burrying 16-bit GUI code in the so-called gdi32.dll and > > kernel32.dll to disguise the end-users with the notion > > of Windows98/95 being true 32-bit kernel and gdi. > > > > > Is there a X-server working? > > > > yes > > > > > > > > If so, where is it located and where can I read > > > about how to start it? > > > > in the contrib directory, x-servers... but for God sake do not even > > think of mixing binaries from xc-4-binaries directory to x-servers... > > from contrib directory. > > > > Suhaib > > > > > > > > TIA, > > > > > > /ChJ From c.christian.joensson@telia.com Fri Aug 11 04:38:00 2000 From: c.christian.joensson@telia.com (Christian Jönsson) Date: Fri, 11 Aug 2000 04:38:00 -0000 Subject: X-server for cygwin-1.1.4 under Win98 References: Message-ID: <3993E5DB.1FC319D8@telia.com> Great. Thank you, now I get it, sorry for being soft headed here. The contrib X-server is not cygwin based. It's "pure" win32 using MSVC. Thank you for clarifying that to me. Cheers, /ChJ Suhaib Siddiqi wrote: > > > -----Original Message----- > > From: cygwin-xfree-owner@sources.redhat.com > > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Christian > > Jonsson > > Sent: Friday, August 11, 2000 7:22 AM > > To: cygwin-xfree@sourceware.cygnus.com > > Subject: Re: X-server for cygwin-1.1.4 under Win98 > > > > > > Thanks for you reply. Let me ask try to get some things > > straight to myself and ask you a few clarification questions > > please. > > > > Is it correct understanding of me that there is a working, > > i.e., on cygwin-1.1.4 under Win98, X-Server available > > from the contrib directory? > > > > YES > > > This server, presumably > > > > 8465407 Jun 4 14:12 X-servers-v-1.0.tar.bz2 > > 1032745 Jun 9 23:56 X-servers-v-1.0-exe.tar.bz2 > > > > is not "interoperable" with your xfree86-4.0.1 binary > > distribution available in > > > > ftp://sourceware.cygnus.com/pub/cygwin/xfree/xc-4-binaries/ > > > > right? > > Right > > > > > Or is there some way of getting the server working with your > > binaries? > > Those are also "my binaries" but a different kind of X-server, not drived > from XFree > thus cannot be mixed and matched... code of it was contributed by > Hans de Bock and modified by me later. It was compiled using MSVC and > does not uses CYgwin therefore no luck to mix it with XFree86... if you > insists mixing it you are on your own risk and do not yell if a > boxer hand comes out of your Win98 and punch your face ;-) > > Suhaib > > > > > Thanks, > > > > /ChJ > > > > > > Suhaib Siddiqi wrote: > > > > > > > -----Original Message----- > > > > From: cygwin-xfree-owner@sources.redhat.com > > > > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Christian > > > > Jonsson > > > > Sent: Friday, August 11, 2000 4:51 AM > > > > To: cygwin-xfree@sourceware.cygnus.com > > > > Subject: X-server for cygwin-1.1.4 under Win98 > > > > > > > > > > > > I simply would like to ask the current status of > > > > having a cygwin X-server running on a Win98 box. > > > > > > > > > > Bad for you. To get it working on Windoze98/95 ask M$ to > > > stop burrying 16-bit GUI code in the so-called gdi32.dll and > > > kernel32.dll to disguise the end-users with the notion > > > of Windows98/95 being true 32-bit kernel and gdi. > > > > > > > Is there a X-server working? > > > > > > yes > > > > > > > > > > > If so, where is it located and where can I read > > > > about how to start it? > > > > > > in the contrib directory, x-servers... but for God sake do not even > > > think of mixing binaries from xc-4-binaries directory to x-servers... > > > from contrib directory. > > > > > > Suhaib > > > > > > > > > > > TIA, > > > > > > > > /ChJ From sam.reynolds@alphatech.com Fri Aug 11 05:29:00 2000 From: sam.reynolds@alphatech.com (Sam Reynolds) Date: Fri, 11 Aug 2000 05:29:00 -0000 Subject: NEdit still crashes References: Message-ID: <4.1.20000811082228.00a31d90@mail.alphatech.com> At 06:45 AM 8/11/00 -0400, Suhaib wrote: >> -----Original Message----- >> From: cygwin-xfree-owner@sources.redhat.com >> [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Fleischer, >> Karsten (K.) >> Sent: Friday, August 11, 2000 5:20 AM >> To: 'Sam Reynolds'; Cygwin-Xfree (E-mail) >> Subject: RE: NEdit still crashes >> >> >> Wow, that's it! I simply did the same thing, moving -lm to the end of the >> list. >> >> Thanks, Sam ;-) >> >I did not know that... but you should actually not use >-lm and -lc at all. They are just the subs to keep ld and gcc happy.. >the symbols available in libcygwin.a are enough and libcygwin.a >links by default. > >Suhaib Thanks, Suhaib. You're absolutely right. I removed -lm, and the build works and the .exe works just fine. I didn't know what libcygwin.a contained. I'm a newbie to Cygwin and NT. Sam From ssiddiqi@inspirepharm.com Fri Aug 11 11:35:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Fri, 11 Aug 2000 11:35:00 -0000 Subject: Again I can't get :/cvs/src completely (different error) References: <20000811143039.C20153@cygnus.com> Message-ID: I have no idea why the directories got created. Anyone can clue me I would appreciate. Suhaib > -----Original Message----- > From: Chris Faylor [ mailto:cgf@cygnus.com ] > Sent: Friday, August 11, 2000 2:31 PM > To: cygwin@sourceware.cygnus.com > Cc: ssiddiqi@inspirepharm.com > Subject: Re: Again I can't get :/cvs/src completely (different error) > > > On Fri, Aug 11, 2000 at 02:07:56PM -0300, Marcio de Oliveira Buss wrote: > > Another error has been occuring when I was trying to > > get the /cvs/src repository. > > I did the command sequence below, in my Solaris bash shell: > > > > export CVSROOT=:pserver:anoncvs@anoncvs.cygnus.com:/cvs/src > > cvs login > > cvs -z 9 co src > > > > And all was happening fine until I reach the directory > > > > cygwin-xfree/config/cf/xf86vmode.c > > > > When my machine was trying to get this directory, the cvs > > repository sent me the follow message: > > > > > > cvs server: Updating src/cygwin-xfree/programs/Xserver/Xext/extmod > > U src/cygwin-xfree/programs/Xserver/Xext/extmod/Imakefile > > U src/cygwin-xfree/programs/Xserver/Xext/extmod/Makefile > > U src/cygwin-xfree/programs/Xserver/Xext/extmod/makefile > > U src/cygwin-xfree/programs/Xserver/Xext/extmod/modinit.c > > cvs [checkout aborted]: could not chdir to > > src/cygwin-xfree/programs/Xserver/Xext/xf86vmode.c: Not a > directory > > Ok. I've deleted the xf86vmode.c directory, too. > > cgf From david@coent.freeserve.co.uk Fri Aug 11 19:59:00 2000 From: david@coent.freeserve.co.uk (David Coe) Date: Fri, 11 Aug 2000 19:59:00 -0000 Subject: Xfree 4.01 Build Tree Message-ID: <00ba01c003ae$b8d91080$0100a8c0@freeserve.co.uk> Having used X11R6.4 with B20.1 for some while now, I was very interested to come across the Xfree port on the Cygnus site. Nice work! I noticed, however, that the binary build has some dangling links links in the /usr/X11R6/lib/X11 directory pointing to a missing /etc/X11 tree. I have regenerated this on a local build but it should really sit with the rest of the distribution. It's quite small (37K) so could be mailed in (where?) but the original builder (who?) must have it more easily to hand! Dr David Coe From ssiddiqi@inspirepharm.com Sat Aug 12 05:50:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib M. Siddiqi) Date: Sat, 12 Aug 2000 05:50:00 -0000 Subject: Xfree 4.01 Build Tree References: <00ba01c003ae$b8d91080$0100a8c0@freeserve.co.uk> Message-ID: > -----Original Message----- > From: cygwin-xfree-owner@sources.redhat.com > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of David Coe > Sent: Friday, August 11, 2000 12:11 PM > To: cygwin-xfree@sources.redhat.com > Subject: Xfree 4.01 Build Tree > > > Having used X11R6.4 with B20.1 for some while now, I was very > interested to > come across the Xfree port on the Cygnus site. Nice work! > > I noticed, however, that the binary build has some dangling links links in > the /usr/X11R6/lib/X11 directory pointing to a missing /etc/X11 > tree. I have > regenerated this on a local build but it should really sit with > the rest of > the distribution. It's quite small (37K) so could be mailed in > (where?) but > the original builder (who?) must have it more easily to hand! > > Dr David Coe The /etc/X11 links can be generated manually and also copied from a Linux machine. Reagrdless, e-mail me your changes to s_m_siddiqi@yahoo.com. Unfortunately, my inspirepharm.com address will not accept e-mails from freeserve.co.uk, because I banned the whole domain a while ago. freeserve.co.uk was the source of several spams. Suhaib From ssiddiqi@inspirepharm.com Sun Aug 13 15:30:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib M. Siddiqi) Date: Sun, 13 Aug 2000 15:30:00 -0000 Subject: xkbvleds source code (msg from peru) References: Message-ID: E-mail to RedHat mailing list. What it has to do with Cygwin-xfree? This is not a Linux mailing list. Suhaib > -----Original Message----- > From: Josin Etienne [ mailto:josin@dimensional.com ] > Sent: Sunday, August 13, 2000 6:28 PM > To: ssiddiqi@inspirepharm.com; fortinj@ibm.net > Subject: xkbvleds source code (msg from peru) > > > > hi guys, > i have been looking around for the source code > for xkbvleds, with no luck. > > i have RH 6.1 for intel. did not see the source code in the 6.1 > SRPMS. i am missing it ? > > i could download the SRPMS for RH 6.2 and look there, but > have no ether for my laptop, and i depend on cyber cafes. in > other words, to download the whole thing is a lot of trouble. > > if i knew it is there for sure, i would do it. can you guys confirm > it is there, or else tell me where to get it ? > > thank you so much, and sorry to bug you. (i got your addresses > from a search for xkbvleds in the redhat archives) > > -- josin > > _________________________________________________________________________ > In Heaven there will be no DOS, no Intel, and above all, no Bill. > From jddrake@Globeset.com Mon Aug 14 10:55:00 2000 From: jddrake@Globeset.com (J. D. Drake) Date: Mon, 14 Aug 2000 10:55:00 -0000 Subject: xkbvleds source code (msg from peru) Message-ID: <9778413B83DAD311BBD6009027B6A9F3011F98F1@russia> This an E-mail test...pls ignore! -----Original Message----- From: Suhaib M. Siddiqi [ mailto:ssiddiqi@inspirepharm.com ] Sent: Sunday, August 13, 2000 5:32 PM To: Josin Etienne Cc: Cygwin-Xfree@Sources. Redhat. Com Subject: RE: xkbvleds source code (msg from peru) E-mail to RedHat mailing list. What it has to do with Cygwin-xfree? This is not a Linux mailing list. Suhaib > -----Original Message----- > From: Josin Etienne [ mailto:josin@dimensional.com ] > Sent: Sunday, August 13, 2000 6:28 PM > To: ssiddiqi@inspirepharm.com; fortinj@ibm.net > Subject: xkbvleds source code (msg from peru) > > > > hi guys, > i have been looking around for the source code > for xkbvleds, with no luck. > > i have RH 6.1 for intel. did not see the source code in the 6.1 > SRPMS. i am missing it ? > > i could download the SRPMS for RH 6.2 and look there, but > have no ether for my laptop, and i depend on cyber cafes. in > other words, to download the whole thing is a lot of trouble. > > if i knew it is there for sure, i would do it. can you guys confirm > it is there, or else tell me where to get it ? > > thank you so much, and sorry to bug you. (i got your addresses > from a search for xkbvleds in the redhat archives) > > -- josin > > _________________________________________________________________________ > In Heaven there will be no DOS, no Intel, and above all, no Bill. > From anibalmorales@hotmail.com Mon Aug 14 18:17:00 2000 From: anibalmorales@hotmail.com (Anibal Morales) Date: Mon, 14 Aug 2000 18:17:00 -0000 Subject: Xfree/Cygwin for Starters Message-ID: Ok now: I have installed Xfree (binaries) and cygwin 1.14... now I want GLX to work... what should I do? Do I need to download GLX source from SGI and rebuild Xfree from source? Does Xfree/cygwin binaries include GLX already? Thanks, A.M. ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com From ssiddiqi@inspirepharm.com Mon Aug 14 18:25:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib M. Siddiqi) Date: Mon, 14 Aug 2000 18:25:00 -0000 Subject: Xfree/Cygwin for Starters References: Message-ID: > -----Original Message----- > From: cygwin-xfree-owner@sources.redhat.com > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Anibal > Morales > Sent: Monday, August 14, 2000 9:16 PM > To: cygwin-xfree@sources.redhat.com > Subject: Xfree/Cygwin for Starters > > > Ok now: I have installed Xfree (binaries) and cygwin 1.14... > now I want GLX to work... what should I do? > Do I need to download GLX source from SGI and rebuild Xfree > from source? Does Xfree/cygwin binaries include GLX already? > Thanks, Ummm... dunno what you want to do with GLX code; code alone will not do any good... if you start X-server using startxwin.bat then use xdpyinfo or xglinfo you will see GLX and SGI-GLX extensions built into the X-server... juts like on Linux!!!! Suhaib > A.M. > ________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com From anibalmorales@hotmail.com Mon Aug 14 19:11:00 2000 From: anibalmorales@hotmail.com (Anibal Morales) Date: Mon, 14 Aug 2000 19:11:00 -0000 Subject: Xfree/Cygwin for Starters Message-ID: >>xglinfo Where is that located? I have xdpyinfo but not that, nor glxinfo... which is what I would use on SGI. Does anyone has OpenGL/GLX code that I can use to test my setup?? A.M. >From: "Suhaib M. Siddiqi" >To: >Subject: RE: Xfree/Cygwin for Starters >Date: Mon, 14 Aug 2000 21:27:07 -0400 > > > > > -----Original Message----- > > From: cygwin-xfree-owner@sources.redhat.com > > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Anibal > > Morales > > Sent: Monday, August 14, 2000 9:16 PM > > To: cygwin-xfree@sources.redhat.com > > Subject: Xfree/Cygwin for Starters > > > > > > Ok now: I have installed Xfree (binaries) and cygwin 1.14... > > now I want GLX to work... what should I do? > > Do I need to download GLX source from SGI and rebuild Xfree > > from source? Does Xfree/cygwin binaries include GLX already? > > Thanks, > >Ummm... dunno what you want to do with GLX code; code alone will not do >any good... > >if you start X-server >using startxwin.bat >then use xdpyinfo or xglinfo you will see GLX and SGI-GLX extensions >built into the X-server... juts like on Linux!!!! > >Suhaib > > > A.M. > > ________________________________________________________________________ > > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com From anibalmorales@hotmail.com Mon Aug 14 22:01:00 2000 From: anibalmorales@hotmail.com (Anibal Morales) Date: Mon, 14 Aug 2000 22:01:00 -0000 Subject: Xfree/Cygwin for Starters: Success! Message-ID: Thanks to Suhaib, I compiled and succesfully ran the classic glxdino.c using twm (startxwin.bat)!!!! xdpyinfo returns visual information, but I didn't find the glxinfo Suhaib mentioned. Am I missing some files? Also, what other window managers are available... motif/lesstif ? A.M. ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com From ssiddiqi@inspirepharm.com Tue Aug 15 03:38:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Tue, 15 Aug 2000 03:38:00 -0000 Subject: Xfree/Cygwin for Starters References: Message-ID: > > >>xglinfo > > Where is that located? I have xdpyinfo but not that, xdpyinfo should do for you. xglinfo is not part of xfree... but if you know a bit about OpenGL then you should know where to get it... it is sgi-opengl under "contrib" directory. > nor glxinfo... which is what I would use on SGI. Xfree is not SGI and is not GL compatible. GL is SGI propreitary graphics display code and works only on SGI... there are major differences between GL and OpenGL.. glxinfo is for SGI workstations/servers and comes only with SGI boxes, if you pay then 50k... > > Does anyone has OpenGL/GLX code that I can use to > test my setup?? look into contrib directory........ > > A.M. > > > > > >From: "Suhaib M. Siddiqi" > >To: > >Subject: RE: Xfree/Cygwin for Starters > >Date: Mon, 14 Aug 2000 21:27:07 -0400 > > > > > > > > > -----Original Message----- > > > From: cygwin-xfree-owner@sources.redhat.com > > > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Anibal > > > Morales > > > Sent: Monday, August 14, 2000 9:16 PM > > > To: cygwin-xfree@sources.redhat.com > > > Subject: Xfree/Cygwin for Starters > > > > > > > > > Ok now: I have installed Xfree (binaries) and cygwin 1.14... > > > now I want GLX to work... what should I do? > > > Do I need to download GLX source from SGI and rebuild Xfree > > > from source? Does Xfree/cygwin binaries include GLX already? > > > Thanks, > > > >Ummm... dunno what you want to do with GLX code; code alone will not do > >any good... > > > >if you start X-server > >using startxwin.bat > >then use xdpyinfo or xglinfo you will see GLX and SGI-GLX extensions > >built into the X-server... juts like on Linux!!!! > > > >Suhaib > > > > > A.M. > > > > ________________________________________________________________________ > > > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com From ssiddiqi@inspirepharm.com Tue Aug 15 03:38:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Tue, 15 Aug 2000 03:38:00 -0000 Subject: Xfree/Cygwin for Starters: Success! References: Message-ID: > -----Original Message----- > From: cygwin-xfree-owner@sources.redhat.com > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Anibal > Morales > Sent: Tuesday, August 15, 2000 1:01 AM > To: cygwin-xfree@sources.redhat.com > Subject: Xfree/Cygwin for Starters: Success! > > > Thanks to Suhaib, I compiled and succesfully ran > the classic glxdino.c using twm (startxwin.bat)!!!! > > xdpyinfo returns visual information, but I didn't > find the glxinfo Suhaib mentioned. Am I missing > some files? Also, what other window managers are > available... motif/lesstif ? a bunch of wm... look into contrib directory at the FTP server... > > A.M. > > ________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com From anibalmorales@hotmail.com Tue Aug 15 07:33:00 2000 From: anibalmorales@hotmail.com (Anibal Morales) Date: Tue, 15 Aug 2000 07:33:00 -0000 Subject: Congratulations Message-ID: I forgot to congratulate all the developers of Xfree for NT. Very nice work. Seeing that X cursor come up on my NT workstation was a "religious" experience... hehe Now, if only we can get those windows (with openGL support too!) from inside the NT desktop (a la Exceed) Keep up the good work! AM ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com From ssiddiqi@inspirepharm.com Tue Aug 15 07:50:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Tue, 15 Aug 2000 07:50:00 -0000 Subject: Congratulations References: Message-ID: > -----Original Message----- > From: cygwin-xfree-owner@sources.redhat.com > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Anibal > Morales > Sent: Tuesday, August 15, 2000 10:33 AM > To: cygwin-xfree@sources.redhat.com > Subject: Congratulations > > > I forgot to congratulate all the developers > of Xfree for NT. Very nice work. Seeing that > X cursor come up on my NT workstation was > a "religious" experience... hehe > > Now, if only we can get those windows (with > openGL support too!) from inside the NT > desktop (a la Exceed) from the xterm or mxterm or rxvt you start any GLX application, Suhaib > > Keep up the good work! > > AM > ________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com From greineje@ugsolutions.com Tue Aug 15 08:01:00 2000 From: greineje@ugsolutions.com (Jeremy Greiner) Date: Tue, 15 Aug 2000 08:01:00 -0000 Subject: audio.h Message-ID: <00bd01c006c9$9b7c4660$37abf486@ugsolutions.com> is there some some sort of Sound Driver or sound header file in cygwin ..? -jeremy From ssiddiqi@inspirepharm.com Tue Aug 15 08:03:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Tue, 15 Aug 2000 08:03:00 -0000 Subject: audio.h References: <00bd01c006c9$9b7c4660$37abf486@ugsolutions.com> Message-ID: Nope!!! and will never be... ???? Suhaib -----Original Message----- From: cygwin-xfree-owner@sources.redhat.com [mailto:cygwin-xfree-owner@sources.redhat.com] On Behalf Of Jeremy Greiner Sent: Tuesday, August 15, 2000 11:01 AM To: cygwin-xfree@sources.redhat.com Subject: audio.h is there some some sort of Sound Driver or sound header file in cygwin ..? -jeremy From superbiskit@home.com Tue Aug 15 13:52:00 2000 From: superbiskit@home.com (David A. Cobb) Date: Tue, 15 Aug 2000 13:52:00 -0000 Subject: Installing server on Win98se Message-ID: <3999AD71.9FE56074@home.com> I downloaded both X-Servers-V1.0 & X-Servers-V1.0-exe from the contrib/ directory. I see there is some duplication. I kept the newer of each duplicate. Now what? I don't see anything that looked like installation notes. Where were they? I see there is a second cygwin1.dll. I see a whole lot of traffic on the cygwin list saying having more than one can lead to serious unpleasantness. Can I just get rid of this one? The PATH is all messed up and "start" complains that it can't find what it's looking for. Clearly, I need some step by step direction. -- David A. Cobb, Software Engineer, Public Access Advocate "Don't buy or use crappy software" "By the grace of God I am a Christian man, by my actions a great sinner" -- The Way of a Pilgrim [R. M. French, tr.] From ssiddiqi@inspirepharm.com Wed Aug 16 03:42:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Wed, 16 Aug 2000 03:42:00 -0000 Subject: Installing server on Win98se References: <3999AD71.9FE56074@home.com> Message-ID: Install everything in c:\usr NOt c:\cygwin\usr then use btach file provided with archive to start x-server. Suhaib > -----Original Message----- > From: cygwin-xfree-owner@sources.redhat.com > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of David A. Cobb > Sent: Tuesday, August 15, 2000 4:52 PM > To: Cygwin Xfree (X-Windows) List > Subject: Installing server on Win98se > > > I downloaded both X-Servers-V1.0 & X-Servers-V1.0-exe from the contrib/ > directory. I see there is some duplication. I kept the newer of each > duplicate. > > Now what? I don't see anything that looked like installation notes. > Where were they? > > I see there is a second cygwin1.dll. I see a whole lot of traffic on > the cygwin list saying having more than one can lead to serious > unpleasantness. Can I just get rid of this one? > > The PATH is all messed up and "start" complains that it can't find > what it's looking for. > > Clearly, I need some step by step direction. > -- > David A. Cobb, Software Engineer, Public Access Advocate > "Don't buy or use crappy software" > "By the grace of God I am a Christian man, > by my actions a great sinner" -- The Way of a Pilgrim [R. M. French, > tr.] From ssiddiqi@nc.rr.com Wed Aug 16 16:51:00 2000 From: ssiddiqi@nc.rr.com (Sid) Date: Wed, 16 Aug 2000 16:51:00 -0000 Subject: Installing server on Win98se References: <399B2265.8754BAF0@home.com> Message-ID: Delete it. Please post messages to Cygwin-xfree list only. Thanks Suhaib > -----Original Message----- > From: David A. Cobb [ mailto:superbiskit@home.com ] > Sent: Wednesday, August 16, 2000 7:23 PM > To: ssiddiqi@nc.rr.com > Subject: Re: Installing server on Win98se > > > Thanks Suhaib, > > Suhaib Siddiqi wrote: > > > > Install everything in c:\usr NOt c:\cygwin\usr > > > > then use btach file provided with archive to start x-server. > > > > Suhaib > > OK, I can do that. Now, what about the second Cygwin1.dll? As I > said, having 2 of them is a real problem on the Cygwin side. > > The aps I run through the server will probably be 90% cygwin. > > -- > >> -----Original Message----- > >> From: cygwin-xfree-owner@sources.redhat.com > >> [ mailto:cygwin-xfree-owner@sources.redhat.com ] > >> On Behalf Of David A. Cobb > >> Sent: Tuesday, August 15, 2000 4:52 PM > >> To: Cygwin Xfree (X-Windows) List > >> Subject: Installing server on Win98se > >> > >> > >> I downloaded both X-Servers-V1.0 & X-Servers-V1.0-exe from the contrib/ > >> directory. I see there is some duplication. I kept the newer of each > >> duplicate. > >> > >> Now what? I don't see anything that looked like installation notes. > >> Where were they? > >> > >> I see there is a second cygwin1.dll. I see a whole lot of traffic on > >> the cygwin list saying having more than one can lead to serious > >> unpleasantness. Can I just get rid of this one? > >> > >> The PATH is all messed up and "start" complains that it can't find > >> what it's looking for. > >> > >> Clearly, I need some step by step direction. > >> -- > > -- > David A. Cobb, Software Engineer, Public Access Advocate > "Don't buy or use crappy software" > "By the grace of God I am a Christian man, > by my actions a great sinner" -- The Way of a Pilgrim [R. M. French, > tr.] From superbiskit@home.com Fri Aug 18 11:26:00 2000 From: superbiskit@home.com (David A. Cobb) Date: Fri, 18 Aug 2000 11:26:00 -0000 Subject: Installing server on Win98se References: Message-ID: <399D7E36.E991ED3F@home.com> >> -----Original Message----- >> From: cygwin-xfree-owner@sources.redhat.com >> [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of David A. Cobb >> Sent: Tuesday, August 15, 2000 4:52 PM >> To: Cygwin Xfree (X-Windows) List >> Subject: Installing server on Win98se >> >> >> I downloaded both X-Servers-V1.0 & X-Servers-V1.0-exe from the contrib/ >> directory. I see there is some duplication. I kept the newer of each >> duplicate. >> >> Now what? I don't see anything that looked like installation notes. >> Where were they? >> >> I see there is a second cygwin1.dll. I see a whole lot of traffic on >> the cygwin list saying having more than one can lead to serious >> unpleasantness. Can I just get rid of this one? >> >> The PATH is all messed up and "start" complains that it can't find >> what it's looking for. >> >> Clearly, I need some step by step direction. Suhaib Siddiqi wrote: > > Install everything in c:\usr NOt c:\cygwin\usr > > then use btach file provided with archive to start x-server. > > Suhaib > Ah! That's better. I got it up this morning. Several questions to parade my ignorance -- 1) Are there any of the spinning or bouncing ball variety of graphic demos around. Every X package I've seen seems to include one? 2) Issuing "env" to the XTerm indicates that some or all of the Cygwin mounts are visible, e.g. $TEMP="/local-disk/d/Temp" but $PKTEMP="D:\Temp\PKZip" Where does cygwin (cygwin1.dll) come into this? I understand that the X-Server for Win98 is not integrated with cygwin. 3) XTerm is obviously running an X-Nix shell, my "/bin" is at "C:/@/bin" and would not be visible without the cygwin mounts. Or is there a shell built into XTerm? -- David A. Cobb, Software Engineer, Public Access Advocate "Don't buy or use crappy software" "By the grace of God I am a Christian man, by my actions a great sinner" -- The Way of a Pilgrim [R. M. French, tr.] From ssiddiqi@inspirepharm.com Fri Aug 18 12:18:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Fri, 18 Aug 2000 12:18:00 -0000 Subject: Installing server on Win98se References: <399D7E36.E991ED3F@home.com> Message-ID: > Ah! That's better. I got it up this morning. > > Several questions to parade my ignorance -- > > 1) Are there any of the spinning or bouncing ball variety of graphic > demos around. Every X package I've seen seems to include one? No and they have nothing to do with X. They are third party demos included with X to fool you with pretty stuff. Compile OpenGL or get from contril directory, it has them... but they would not work with your server, it requires GLX extensions. > > 2) Issuing "env" to the XTerm indicates that some or all of > the Cygwin mounts are visible, e.g. $TEMP="/local-disk/d/Temp" > but $PKTEMP="D:\Temp\PKZip" > Where does cygwin (cygwin1.dll) come into this? I understand > that the X-Server for Win98 is not integrated with cygwin. needed only for xterm or cygwin compiled applications... and usually Cygwin env applies check with Cygwin mailing list if you have questions specific to cygwin1.dll. > > 3) XTerm is obviously running an X-Nix shell, my "/bin" is at > "C:/@/bin" and would not be visible without the cygwin mounts. > Or is there a shell built into XTerm? no shell.. it uses sh if you specifiy none. or you specifiy to use bash if you want. Check mailing list for this, under xterm threads. Suhaib > > -- > David A. Cobb, Software Engineer, Public Access Advocate > "Don't buy or use crappy software" > "By the grace of God I am a Christian man, > by my actions a great sinner" -- The Way of a Pilgrim [R. M. French, > tr.] From jenrowe@emailchoice.com Sun Aug 20 18:20:00 2000 From: jenrowe@emailchoice.com (Jenny Rowe) Date: Sun, 20 Aug 2000 18:20:00 -0000 Subject: looked at site Message-ID: <07e804222011580HAMS1@lvcablemodem.com> I stopped by your site recently. http://sources.redhat.com/cygwin/xfree/ I felt there are some interesting opportunities in the marketplace for your site. Cascade Promotion is an Internet promotion company. Our specialty is marketing our customer's sites. To our customers that earn profits from their site, our service is FREE. What we mean by marketing is that we introduce your site in a prominent way to tens, thousands and even millions of potential customers every single day. Our particular strength is improving search engine placement and bringing hits to your site from myriad other sources with Guaranteed results. We are so confident we can improve a web site's performance in many cases we make our charges only a percentage of improved volume or simply a small charge per additional web site hit. Of course, most of our customers prefer a flat fee, however if your site earns money we will increase it so that our fee costs you nothing. The performance of a web site in the new information age can make or break the future for a business. Would you consider a link exchange with a popular related site? I invite you return this email and learn more about improving performance on the Web. Please indicate the home page of your site and we will provide a free analysis. Jenny Rowe Sierra Promotion I hope the e-mail address you advertise on the site is correct for this response. If I have reached you in error, disregard. No further correspondence will occur. From cchan2@telcordia.com Tue Aug 22 16:22:00 2000 From: cchan2@telcordia.com (Chung Ming Chan) Date: Tue, 22 Aug 2000 16:22:00 -0000 Subject: How to unzip the X-server *.bz2 Message-ID: <85256943.00804ECE.00@notes949.cc.telcordia.com> Hi, It is a very simple question. I just down loaded "cygwin-xfree-x11r6.4-cygwin-B20.1.tar.bz2" to my PC and winzip can't unzip the file. Not sure what tool to use to unzip *.bz2 files. Thanks, ming From ssiddiqi@inspirepharm.com Tue Aug 22 18:02:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib M. Siddiqi) Date: Tue, 22 Aug 2000 18:02:00 -0000 Subject: Cygwin-Xfree and XFree86 sources merged Message-ID: This is for your information: Patches to compile XFree sources under Cygwin had been merged into XFree86 sources tree. Yu can access the latest source from CVS at http://sources.redhat.com/cygwin/xfree/cvs.html or http://www.xfree86.org/cvs . However I strongly recommend, untill XFree86 4.0.2 is officially relased, you use Cygwin/XFree sources tar balls from ftp://sources.redhat.com/pub/cygwin/xfree/xcc-4 or from http://sources.redhat.com/cygwin/xfree/cvs.html It was a huge patch which was applied to XFree86 4.0.1 by XFree86 Inc. A few things might be broken therefore you will be better off using Cygwin/XFree sources from our URL, for now. Thanks Suhaib From robert.collins@itdomain.com.au Tue Aug 22 18:37:00 2000 From: robert.collins@itdomain.com.au (Robert Collins) Date: Tue, 22 Aug 2000 18:37:00 -0000 Subject: Getline() Message-ID: <8600BF007197944F8DD3906E40CB428005D83F@itdomain001.itdomain.net.au> This is slightly off-topic, but.. I'm working on Gnome for cygwin (ok, glutton for punishment :-])... and gnome-core has a capplet that uses it. Newlib doesn't have getline() in it, does anyone know of a replacement library/source fragment I could use instead? Rob From cgf@cygnus.com Wed Aug 23 13:09:00 2000 From: cgf@cygnus.com (Chris Faylor) Date: Wed, 23 Aug 2000 13:09:00 -0000 Subject: Cygwin-Xfree and XFree86 sources merged References: Message-ID: <20000823160842.A5907@cygnus.com> Does this mean that we should shut down the CVS repository on sources.redhat.com? cgf On Tue, Aug 22, 2000 at 09:02:37PM -0400, Suhaib M. Siddiqi wrote: >This is for your information: > >Patches to compile XFree sources under Cygwin had been merged into >XFree86 sources tree. Yu can access the latest source from >CVS at http://sources.redhat.com/cygwin/xfree/cvs.html or > http://www.xfree86.org/cvs . > >However I strongly recommend, untill XFree86 4.0.2 is officially relased, >you use Cygwin/XFree sources tar balls >from ftp://sources.redhat.com/pub/cygwin/xfree/xcc-4 or >from http://sources.redhat.com/cygwin/xfree/cvs.html > >It was a huge patch which was applied to XFree86 4.0.1 by >XFree86 Inc. A few things might be broken therefore you >will be better off using Cygwin/XFree sources from our URL, >for now. From cgf@cygnus.com Wed Aug 23 13:13:00 2000 From: cgf@cygnus.com (Chris Faylor) Date: Wed, 23 Aug 2000 13:13:00 -0000 Subject: Getline() References: <8600BF007197944F8DD3906E40CB428005D83F@itdomain001.itdomain.net.au> Message-ID: <20000823161209.B5907@cygnus.com> On Wed, Aug 23, 2000 at 11:36:55AM +1000, Robert Collins wrote: >This is slightly off-topic, but.. >I'm working on Gnome for cygwin (ok, glutton for punishment :-])... and >gnome-core has a capplet that uses it. Newlib doesn't have getline() in >it, does anyone know of a replacement library/source fragment I could >use instead? I don't see a 'getline()' on linux either, or, at least 'man getline' doesn't return anything. If this is supposed to be a system routine I'm surprised that Gnome can't cope with it's unavailability since it isn't, IMO, a standard routine. cgf From ssiddiqi@inspirepharm.com Wed Aug 23 13:22:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Wed, 23 Aug 2000 13:22:00 -0000 Subject: FW: Getline() Message-ID: Sorry hit the Reply only. > > On Wed, Aug 23, 2000 at 11:36:55AM +1000, Robert Collins wrote: > > >This is slightly off-topic, but.. > > >I'm working on Gnome for cygwin (ok, glutton for punishment :-])... and > > >gnome-core has a capplet that uses it. Newlib doesn't have getline() in > > >it, does anyone know of a replacement library/source fragment I could > > >use instead? > > > > I don't see a 'getline()' on linux either, or, at least 'man getline' > > doesn't return anything. If this is supposed to be a system routine I'm > > surprised that Gnome can't cope with it's unavailability since it isn't, > > IMO, a standard routine. > > > > cgf > > I do have getline routine compiled as libgetline.a, but it is not from Linux and I am also not aware of it on Linux as system routine. Suhaib From sam.reynolds@alphatech.com Wed Aug 23 13:50:00 2000 From: sam.reynolds@alphatech.com (Sam Reynolds) Date: Wed, 23 Aug 2000 13:50:00 -0000 Subject: Getline() References: <8600BF007197944F8DD3906E40CB428005D83F@itdomain001.itdomain.net.au> <20000823161209.B5907@cygnus.com> Message-ID: <4.1.20000823163653.00a376f0@mail.alphatech.com> getline() is a traditional, but not a standard, function that returns the next full line of text from standard input or some other file. There are a couple of implementations in "The C Programming Language" by Kernigahan and Ritchie. Look in the index. Most implementations are only a dozen lines or less and are based on functions in stdio.h. Many implementations use a #define to wrap fgets() from stdio.h. Some implementationsof getline() return the terminating newline, and some don't. Look around in the source code that calls getline() for clues as to what it expects. Sam At 04:12 PM 8/23/00 -0400, you wrote: >On Wed, Aug 23, 2000 at 11:36:55AM +1000, Robert Collins wrote: >>This is slightly off-topic, but.. >>I'm working on Gnome for cygwin (ok, glutton for punishment :-])... and >>gnome-core has a capplet that uses it. Newlib doesn't have getline() in >>it, does anyone know of a replacement library/source fragment I could >>use instead? > >I don't see a 'getline()' on linux either, or, at least 'man getline' >doesn't return anything. If this is supposed to be a system routine I'm >surprised that Gnome can't cope with it's unavailability since it isn't, >IMO, a standard routine. > >cgf From robert.collins@itdomain.com.au Wed Aug 23 15:05:00 2000 From: robert.collins@itdomain.com.au (Robert Collins) Date: Wed, 23 Aug 2000 15:05:00 -0000 Subject: Getline() References: <8600BF007197944F8DD3906E40CB428005D83F@itdomain001.itdomain.net.au> <4.1.20000823163653.00a376f0@mail.alphatech.com> Message-ID: <006201c00d4f$6fe37910$f7c723cb@lifelesswks> Thanks for the feedback... I found a implementation that matches what the theme switcher wanted... quoting from first line of source "/* getline.c -- Replacement for GNU C library function getline" .. anyway thanks again and I've got the code I needed. Rob ----- Original Message ----- From: "Sam Reynolds" To: Sent: Thursday, August 24, 2000 6:52 AM Subject: Re: Getline() > getline() is a traditional, but not a standard, function that returns the > next full line of text from standard input or some other file. There are a > couple of implementations in "The C Programming Language" by Kernigahan and > Ritchie. Look in the index. Most implementations are only a dozen lines or > less and are based on functions in stdio.h. Many implementations use a > #define to wrap fgets() from stdio.h. > > Some implementationsof getline() return the terminating newline, and some > don't. Look around in the source code that calls getline() for clues as to > what it expects. > > Sam > > At 04:12 PM 8/23/00 -0400, you wrote: > >On Wed, Aug 23, 2000 at 11:36:55AM +1000, Robert Collins wrote: > >>This is slightly off-topic, but.. > >>I'm working on Gnome for cygwin (ok, glutton for punishment :-])... and > >>gnome-core has a capplet that uses it. Newlib doesn't have getline() in > >>it, does anyone know of a replacement library/source fragment I could > >>use instead? > > > >I don't see a 'getline()' on linux either, or, at least 'man getline' > >doesn't return anything. If this is supposed to be a system routine I'm > >surprised that Gnome can't cope with it's unavailability since it isn't, > >IMO, a standard routine. > > > >cgf > > From pb@syntekt.com.tw Fri Aug 25 02:06:00 2000 From: pb@syntekt.com.tw (Przemyslaw Bazarnik) Date: Fri, 25 Aug 2000 02:06:00 -0000 Subject: Vertical refresh rate under NT Message-ID: <39A6385A.7D6E15D6@syntekt.com.tw> Hi all! Did anyone managed to set the vertical refresh frequency of the Xserver (DX driver - fullscreen) under Windows NT? On my NT WSK SP5 the refresh freq. of the screen opened has some obscure relation to desktop display mode I cannot figure out. In any case I could not get it run higher than 75Hz. It seems to be a pitfall of NT's DirectX 3.0 which does not seem to allow to pass the refresh rate in IDirectDraw_SetDisplayMode call used by xf_dx.c I see this is possible in DirectX 7 ( http://msdn.microsoft.com/library/psdk/directx/ddref_1pkn.htm ) I know there is a set of DLLs to hack NT into supporting DX 5 ( http://forum.arstechnica.com/forum/ubb/Forum5/HTML/000050.html ) but I'm not sure if this is enough to support refresh argument in Set_DisplayMode. Any DirectX experts here? Or is there another way to run a X server with reasonable (controllable) refresh freq under NT? (short of running it in a window) Thanks, Przemek From john.turner@pobox.com Fri Aug 25 10:57:00 2000 From: john.turner@pobox.com (John A. Turner) Date: Fri, 25 Aug 2000 10:57:00 -0000 Subject: almost there Message-ID: <39A6B56E.3215C72D@pobox.com> been watching the progress, decided to give it a shot 0. environment is Win2kSP1, cygwin 1.1.4(0.26/3/2) 2000-08-03, TNT2 video card 1. downloaded all the xfree86-4.0-* tar files (most dated 7/19/2000) from ftp://sourceware.cygnus.com/pub/cygwin/xfree/xc-4-binaries/ 2. untarred into top-level cygwin tree, so everything went into /usr/X11R6 3. added /usr/X11R6/bin and /usr/X11R6/lib to path - everything is seen by which in bash 4. set DISPLAY to 127.0.0.1:0.0 ok, so that would seem to be all the setup that's needed... is there anything I'm missing? at a bash prompt, I try XWin -screen 8 1024x768x16 (lifted from startxwin.bat) - screen flickers a few times, then dies - this is left in the window: /usr/X11R6/bin$ XWin -screen 8 1024x768x16 _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root pwin->width = 00000500 pwin->height = 00000400 pwin->paddedWidth = 00000a00 pwin->bitsPerPixel = 00000010 calling winAllocateFramebufferMemory calling cfb16ScreenInit( 0a0586c8, 16df0000, 00000500, 00000400, 00000064, 00000064, 00000500 ) Successful addition of Screen 0xa0588c0 0xa0586c8 pwin->width = 00000500 pwin->height = 00000400 pwin->paddedWidth = 00000a00 pwin->bitsPerPixel = 00000010 calling winAllocateFramebufferMemory calling cfb16ScreenInit( 0a05b750, 16df0000, 00000500, 00000400, 00000064, 00000064, 00000500 ) Successful addition of Screen 0xa05b570 0xa05b750 pwin->width = 00000500 pwin->height = 00000400 pwin->paddedWidth = 00000a00 pwin->bitsPerPixel = 00000010 calling winAllocateFramebufferMemory calling cfb16ScreenInit( 0a05e6d8, 16df0000, 00000500, 00000400, 00000064, 00000064, 00000500 ) Successful addition of Screen 0xa05b618 0xa05e6d8 pwin->width = 00000500 pwin->height = 00000400 pwin->paddedWidth = 00000a00 pwin->bitsPerPixel = 00000010 calling winAllocateFramebufferMemory calling cfb16ScreenInit( 0a0615f0, 16df0000, 00000500, 00000400, 00000064, 00000064, 00000500 ) Successful addition of Screen 0xa05ba10 0xa0615f0 pwin->width = 00000500 pwin->height = 00000400 pwin->paddedWidth = 00000a00 pwin->bitsPerPixel = 00000010 calling winAllocateFramebufferMemory calling cfb16ScreenInit( 0a064578, 16df0000, 00000500, 00000400, 00000064, 00000064, 00000500 ) Successful addition of Screen 0xa061908 0xa064578 pwin->width = 00000500 pwin->height = 00000400 pwin->paddedWidth = 00000a00 pwin->bitsPerPixel = 00000010 calling winAllocateFramebufferMemory calling cfb16ScreenInit( 0a067500, 16df0000, 00000500, 00000400, 00000064, 00000064, 00000500 ) Successful addition of Screen 0xa064368 0xa067500 pwin->width = 00000500 pwin->height = 00000400 pwin->paddedWidth = 00000a00 pwin->bitsPerPixel = 00000010 calling winAllocateFramebufferMemory calling cfb16ScreenInit( 0a06a388, 16df0000, 00000500, 00000400, 00000064, 00000064, 00000500 ) Successful addition of Screen 0xa067808 0xa06a388 pwin->width = 00000500 pwin->height = 00000400 pwin->paddedWidth = 00000a00 pwin->bitsPerPixel = 00000010 calling winAllocateFramebufferMemory calling cfb16ScreenInit( 0a06d2f8, 16df0000, 00000500, 00000400, 00000064, 00000064, 00000500 ) Successful addition of Screen 0xa06a2d0 0xa06d2f8 pwin->width = 00000400 pwin->height = 00000300 pwin->paddedWidth = 00000800 pwin->bitsPerPixel = 00000010 calling winAllocateFramebufferMemory calling cfb16ScreenInit( 0a070298, 16df0000, 00000500, 00000400, 00000064, 00000064, 00000500 ) Successful addition of Screen 0xa070110 0xa070298 error opening security policy file /usr/X11R6/lib/X11/xserver/SecurityPolicy Fatal server error: could not open default font 'fixed' is there a path I need to set for fonts? they are there, in /usr/X11R6/lib/X11/fonts this msg from the archives: http://sources.redhat.com/ml/cygwin-xfree/2000-q2/msg00189.html mentions something similar, but says it was fixed, and that msg was well prior to the date on these tarballs can anyone help? thanks in advance, -John Turner From ssiddiqi@inspirepharm.com Fri Aug 25 11:18:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Fri, 25 Aug 2000 11:18:00 -0000 Subject: almost there References: <39A6B56E.3215C72D@pobox.com> Message-ID: Your fonts.dir and fonts.aliases files in /usr/X11R6/lib/X11/fonts are corrupted either rebuild them or copy the fonts from a Linux machine Suhaib > From: cygwin-xfree-owner@sources.redhat.com > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of John A. > Turner > Sent: Friday, August 25, 2000 2:06 PM > To: Cygwin XFree86 mailing list > Subject: almost there > > > been watching the progress, decided to give it a shot > > 0. environment is Win2kSP1, cygwin 1.1.4(0.26/3/2) 2000-08-03, > TNT2 video card > > 1. downloaded all the xfree86-4.0-* tar files (most dated 7/19/2000) > from ftp://sourceware.cygnus.com/pub/cygwin/xfree/xc-4-binaries/ > > 2. untarred into top-level cygwin tree, so everything went into > /usr/X11R6 > > 3. added /usr/X11R6/bin and /usr/X11R6/lib to path - everything is > seen by which in bash > > 4. set DISPLAY to 127.0.0.1:0.0 > > ok, so that would seem to be all the setup that's needed... is there > anything I'm missing? > > at a bash prompt, I try XWin -screen 8 1024x768x16 (lifted from > startxwin.bat) - screen flickers a few times, then dies - this is > left in the window: > > /usr/X11R6/bin$ XWin -screen 8 1024x768x16 > _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root > pwin->width = 00000500 > pwin->height = 00000400 > pwin->paddedWidth = 00000a00 > pwin->bitsPerPixel = 00000010 > calling winAllocateFramebufferMemory > calling cfb16ScreenInit( 0a0586c8, 16df0000, 00000500, 00000400, > 00000064, 00000064, 00000500 ) > Successful addition of Screen 0xa0588c0 0xa0586c8 > pwin->width = 00000500 > pwin->height = 00000400 > pwin->paddedWidth = 00000a00 > pwin->bitsPerPixel = 00000010 > calling winAllocateFramebufferMemory > calling cfb16ScreenInit( 0a05b750, 16df0000, 00000500, 00000400, > 00000064, 00000064, 00000500 ) > Successful addition of Screen 0xa05b570 0xa05b750 > pwin->width = 00000500 > pwin->height = 00000400 > pwin->paddedWidth = 00000a00 > pwin->bitsPerPixel = 00000010 > calling winAllocateFramebufferMemory > calling cfb16ScreenInit( 0a05e6d8, 16df0000, 00000500, 00000400, > 00000064, 00000064, 00000500 ) > Successful addition of Screen 0xa05b618 0xa05e6d8 > pwin->width = 00000500 > pwin->height = 00000400 > pwin->paddedWidth = 00000a00 > pwin->bitsPerPixel = 00000010 > calling winAllocateFramebufferMemory > calling cfb16ScreenInit( 0a0615f0, 16df0000, 00000500, 00000400, > 00000064, 00000064, 00000500 ) > Successful addition of Screen 0xa05ba10 0xa0615f0 > pwin->width = 00000500 > pwin->height = 00000400 > pwin->paddedWidth = 00000a00 > pwin->bitsPerPixel = 00000010 > calling winAllocateFramebufferMemory > calling cfb16ScreenInit( 0a064578, 16df0000, 00000500, 00000400, > 00000064, 00000064, 00000500 ) > Successful addition of Screen 0xa061908 0xa064578 > pwin->width = 00000500 > pwin->height = 00000400 > pwin->paddedWidth = 00000a00 > pwin->bitsPerPixel = 00000010 > calling winAllocateFramebufferMemory > calling cfb16ScreenInit( 0a067500, 16df0000, 00000500, 00000400, > 00000064, 00000064, 00000500 ) > Successful addition of Screen 0xa064368 0xa067500 > pwin->width = 00000500 > pwin->height = 00000400 > pwin->paddedWidth = 00000a00 > pwin->bitsPerPixel = 00000010 > calling winAllocateFramebufferMemory > calling cfb16ScreenInit( 0a06a388, 16df0000, 00000500, 00000400, > 00000064, 00000064, 00000500 ) > Successful addition of Screen 0xa067808 0xa06a388 > pwin->width = 00000500 > pwin->height = 00000400 > pwin->paddedWidth = 00000a00 > pwin->bitsPerPixel = 00000010 > calling winAllocateFramebufferMemory > calling cfb16ScreenInit( 0a06d2f8, 16df0000, 00000500, 00000400, > 00000064, 00000064, 00000500 ) > Successful addition of Screen 0xa06a2d0 0xa06d2f8 > pwin->width = 00000400 > pwin->height = 00000300 > pwin->paddedWidth = 00000800 > pwin->bitsPerPixel = 00000010 > calling winAllocateFramebufferMemory > calling cfb16ScreenInit( 0a070298, 16df0000, 00000500, 00000400, > 00000064, 00000064, 00000500 ) > Successful addition of Screen 0xa070110 0xa070298 > error opening security policy file > /usr/X11R6/lib/X11/xserver/SecurityPolicy > > Fatal server error: > could not open default font 'fixed' > > is there a path I need to set for fonts? they are there, in > /usr/X11R6/lib/X11/fonts > > this msg from the archives: > > http://sources.redhat.com/ml/cygwin-xfree/2000-q2/msg00189.html > > mentions something similar, but says it was fixed, and that msg > was well prior > to the date on these tarballs > > can anyone help? > > thanks in advance, > > -John Turner From ssiddiqi@inspirepharm.com Fri Aug 25 14:08:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Fri, 25 Aug 2000 14:08:00 -0000 Subject: Nedit References: <4.2.2.20000825131141.00a872a0@postoffice.pacbell.net> Message-ID: Would you mind going to proper mailing lists. Basically you need to know how to fix Cygwin under Windows95. Second you must be using an ancient Cygwin to even see out of environment. this, lesstif has nothing to do with C Locale. That is a pure Xlib stuff. Fourth take it to cygwin-xfree mailing list, then I will answer it, please. I prefer not answer direct mails concerning opensource software or I would get flooded with mails from 5 different mailing lists and would sit here whole day answering e-mails. Fith check mail archives first eeven before asking. Most of the time you would find an answer and do not even have to post. Last thanks for cooperation and send your help to proper mailing lists. Suhaib > -----Original Message----- > From: Scott Spicer [ mailto:owilde@pacbell.net ] > Sent: Friday, August 25, 2000 4:42 PM > To: ssiddiqi@inspirepharm.com > Subject: Nedit > > > Hello, Suhaib Siddiqi, my name is Scott Spicer and I am trying to > run nedit > on windows 95, although i am experiencing difficulites. Can you help me? > Here is what i done so far. > > **Installed and tested an Xserver(starnets). > **Installed cygwin(full) > **After Installation, i ran cygnus.bat and received error message "not > enough environment memory"; > I opened up and read cygnus.bat and then manually type in each > bat command > from a DOS prompt. I did not receive any errors > and I was > able to launch a Bash session, although it messaged me to create > /tmp dir. > ** i had trouble gunzipping the cygwin-lesstif binaries, so i installed > xfree86-devel.tar.bz2 to support C locale. > ** Installed nedit program and dll's. > ** I check nedit.bat to make sure c/x_locale was set the correct > path--it was. > ** ran nedit.bat and received "NEdit: Xlib: locale C not supported " > ** l type 'Set' (still running a Bash session) to view my ENV > variable and > everything seemed to be there. > > I am not sure why locale C not supported still comes up? > > > > "The books that the world calls immoral are the books that show the > world its own shame." > Oscar Wilde > From john.turner@pobox.com Fri Aug 25 15:53:00 2000 From: john.turner@pobox.com (John A. Turner) Date: Fri, 25 Aug 2000 15:53:00 -0000 Subject: almost there References: <39A6F8B9.CCBFC86C@pobox.com> Message-ID: <39A6F901.D8AB3AEE@pobox.com> [originally sent this directly to Suhaib by mistake...] Suhaib Siddiqi wrote: > > Your fonts.dir and fonts.aliases files in /usr/X11R6/lib/X11/fonts are > corrupted either rebuild them or copy the fonts from a Linux machine they certainly appear to be ok... they are directly from the xfree86-4.0-fonts.tar.bz2 file, and when I look at those files after decompressing and untarring, they look fine I tried downloading again from a different mirror, and re-installed, but the same thing happens are there binary/text mount issues that could be involved? I tried both with /, /usr/lib, and /usr/bin mounted in binmode and texmode, but with the same results I don't need to gunzip the individual font files, do I? if you still think I need to rebuild them, how do I do that? mkfontdir? thanks, -JT From ssiddiqi@inspirepharm.com Mon Aug 28 14:22:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Mon, 28 Aug 2000 14:22:00 -0000 Subject: ANNOUNCEMENT -- CVS changes Message-ID: The Cygwin/XFree CVS from sources.redhat.com will not be available any more. Cygwin/XFree changes had been merged into XFree86 4.0.x. If you need the latest CVS code, please visit http://www.xfree86.org/cvs/ Suhaib From ssiddiqi@inspirepharm.com Mon Aug 28 17:18:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib M. Siddiqi) Date: Mon, 28 Aug 2000 17:18:00 -0000 Subject: Lesstif and DDD on NT References: <39AAF1D3.5855500E@tensilica.com> Message-ID: <39AB01A2.8D2CDEE6@inspirepharm.com> Dror Maydan wrote: > > Hi, > I got from you some X and Motif libraries about a year or so ago. > I've found now some bugs that I've traced to lesstif (I can make ddd > hang in certain predictable instances). I was wondering if you have any > newer versions of the binary libraries for Cygwin B20.1. I've found > some newer ones for Cygwin 1, but the links for B20.1 have gone stale. > > Thanks, > Dror You did not get Lesstif and X from me. You got it from the respective download site. Check cygwin-xfree URL and Cygwin URLs at http://sources.redhat.com/cygwin and http://sources.redhat.com/cygwin/xfree and http://wwww.lesstif.org Then post to appropriate mailing list please. I prefer not answer direct e-mails because I do not have time to entertain direct e-mails for open source projects, where mailing lists exists to discuss and get help on use, bugs and installation problems. Suhaib From benjy@indiansprings.org Tue Aug 29 00:15:00 2000 From: benjy@indiansprings.org (benjy@indiansprings.org) Date: Tue, 29 Aug 2000 00:15:00 -0000 Subject: XDM and X-servers-v-1.0.tar.gz2 Message-ID: <20000829071333.7261.cpmta@c008.sfo.cp.net> Is it possible to have DXWin32 contact a remote XDM server to manage the display? I took a look at both of the servers in X-servers-v-1.0 and could not determine how to make them do this. Any pointers would be appreciated. Cheers, benjy (Now if only I could get the lab to shell out for an upgrade from Win98 so we can use the Xfree 4 version...) From Dr.Volker.Zell@oracle.com Tue Aug 29 01:35:00 2000 From: Dr.Volker.Zell@oracle.com (Dr. Volker Zell) Date: Tue, 29 Aug 2000 01:35:00 -0000 Subject: conflicting types for `_cygwin_dll_entry' with fresh cygwin-1.1.4 and latest Xfree Message-ID: Hi I got the following error when compiling latest XFree source with latest cygwin-1.1.4 distribution: Any hints ?? gcc -c -O2 -pedantic -fno-strength-reduce -fpcc-struct-return -fvtable-thunks -m486 -Wall -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_MT -D_X86_ -D__STDC__ -DNO_TCP_H -D__CYGWIN__ -D_XOPEN_SOURCE -D_REENTRANT -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DX_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -D_XLIBINT_ -D_DLL omXChar.c echo "#include " >junk.c echo "DECLARE_CYGWIN_DLL(dll_main);" >>junk.c echo "int WINAPI dll_main(HANDLE a, DWORD reason, void *q)" >>junk.c echo "{ return 1; }" >>junk.c rm -f junk.o gcc -c -O2 -pedantic -fno-strength-reduce -fpcc-struct-return -fvtable-thunks -m486 -Wall -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_MT -D_X86_ -D__STDC__ -DNO_TCP_H -D__CYGWIN__ -D_XOPEN_SOURCE -D_REENTRANT -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DX_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -D_XLIBINT_ -D_DLL junk.c In file included from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/windef.h:143, from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/windows.h:96, from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/cygwin/cygwin_dll.h:14, from junk.c:1: /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h:1640: warning: ANSI C doesn't support unnamed structs/unions /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h:1648: warning: ANSI C doesn't support unnamed structs/unions /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h:2163: warning: ANSI C doesn't support unnamed structs/unions /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h:2222: warning: ANSI C doesn't support unnamed structs/unions /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h:2260: warning: ANSI C doesn't support unnamed structs/unions /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h:2263: warning: ANSI C doesn't support unnamed structs/unions /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h:2269: warning: ANSI C doesn't support unnamed structs/unions /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h:2270: warning: ANSI C doesn't support unnamed structs/unions /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h:2271: warning: struct has no named members /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h:2387: warning: ANSI C doesn't support unnamed structs/unions /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h:2413: warning: ANSI C doesn't support unnamed structs/unions In file included from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/windows.h:100, from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/cygwin/cygwin_dll.h:14, from junk.c:1: /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winbase.h:814: warning: ANSI C doesn't support unnamed structs/unions /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winbase.h:815: warning: ANSI C doesn't support unnamed structs/unions /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winbase.h:910: warning: ANSI C doesn't support unnamed structs/unions junk.c:2: conflicting types for `_cygwin_dll_entry' junk.c:2: previous declaration of `_cygwin_dll_entry' junk.c:2: warning: ANSI C does not allow extra `;' outside of a function make[4]: *** [junk.o] Error 1 rm -f X11.def cpp -traditional -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_MT -D_X86_ -D__STDC__ -DNO_TCP_H -D__CYGWIN__ -D_XOPEN_SOURCE -D_REENTRANT -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DX_SOURCE -DLIBRARY_VERSION=6.1 X11.def make[4]: Target `all' not remade because of errors. make[4]: Leaving directory `/gnu/src/xc/lib/X11' Ciao Volker From ssiddiqi@inspirepharm.com Tue Aug 29 03:49:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Tue, 29 Aug 2000 03:49:00 -0000 Subject: Lesstif and DDD on NT References: <39AB12A1.8B3AE8A5@tensilica.com> Message-ID: > > You did not get Lesstif and X from me. You got it from the respective > > download site. > > Check cygwin-xfree URL and Cygwin URLs at > > http://sources.redhat.com/cygwin > > and http://sources.redhat.com/cygwin/xfree > > > > and http://wwww.lesstif.org > > > > Then post to appropriate mailing list please. I prefer not answer > > direct e-mails because I do not have time to entertain direct > > e-mails for open source projects, where mailing lists exists to > > discuss and get help on use, bugs and installation problems. > > > > Suhaib > > Actually, I got it last year from your web site > ( http://siddiqi.webjump.com/ ), and I did check all of those web sites. > Lesstif doesn't seem to have NT binaries. Cygnus seems to have taken down > the B20.1 binaries. You of course have no obligation to answer > my note. I > was just hoping you had squirreled away newer binaries. > > Dror As I said please take it to a relevant mailing list. B20.1 is a history. If you go to proper mailing list, do mail-archives searches and chec related links from Cygwin URL, you would know what is available and not. Suhaib From ssiddiqi@inspirepharm.com Tue Aug 29 03:53:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Tue, 29 Aug 2000 03:53:00 -0000 Subject: conflicting types for `_cygwin_dll_entry' with fresh cygwin-1.1.4 and latest Xfree References: Message-ID: Apply the libcygwin.a patch Chris Faylor posted for 1.1.4 or use the latest Cygwin DLL snapshot, which 1.1.5s. Beside this problem and a few more were fixed in Cygwin/Xfree CVS which were merged into XFree86 main brach. Please checkout http://www.xfree86.org/cvs for the latest source code. You would still need the libcygwin.a fix for 1.1.4 or Cygwin snapshot (1.1.5a) Suhaib > -----Original Message----- > From: cygwin-xfree-owner@sources.redhat.com > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Dr. Volker > Zell > Sent: Tuesday, August 29, 2000 4:34 AM > To: cygwin-xfree@sources.redhat.com > Subject: conflicting types for `_cygwin_dll_entry' with fresh > cygwin-1.1.4 and latest Xfree > > > > Hi > > I got the following error when compiling latest XFree source with > latest cygwin-1.1.4 distribution: > > Any hints ?? > > > gcc -c -O2 -pedantic -fno-strength-reduce -fpcc-struct-return > -fvtable-thunks -m486 -Wall -I../.. -I../../exports/include > -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_MT -D_X86_ > -D__STDC__ -DNO_TCP_H -D__CYGWIN__ -D_XOPEN_SOURCE -D_REENTRANT > -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE > -D_GNU_SOURCE -DX_SOURCE -DFUNCPROTO=15 -DNARROWPROTO > -D_XLIBINT_ -D_DLL omXChar.c > echo "#include " >junk.c > echo "DECLARE_CYGWIN_DLL(dll_main);" >>junk.c > echo "int WINAPI dll_main(HANDLE a, DWORD reason, void *q)" >>junk.c > echo "{ return 1; }" >>junk.c > rm -f junk.o > gcc -c -O2 -pedantic -fno-strength-reduce -fpcc-struct-return > -fvtable-thunks -m486 -Wall -I../.. -I../../exports/include > -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_MT -D_X86_ > -D__STDC__ -DNO_TCP_H -D__CYGWIN__ -D_XOPEN_SOURCE -D_REENTRANT > -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE > -D_GNU_SOURCE -DX_SOURCE -DFUNCPROTO=15 -DNARROWPROTO > -D_XLIBINT_ -D_DLL junk.c > In file included from > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/windef.h:143, > from > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/windows.h:96, > from > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/cygwin/ > cygwin_dll.h:14, > from junk.c:1: > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > :1640: warning: ANSI C doesn't support unnamed structs/unions > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > :1648: warning: ANSI C doesn't support unnamed structs/unions > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > :2163: warning: ANSI C doesn't support unnamed structs/unions > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > :2222: warning: ANSI C doesn't support unnamed structs/unions > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > :2260: warning: ANSI C doesn't support unnamed structs/unions > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > :2263: warning: ANSI C doesn't support unnamed structs/unions > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > :2269: warning: ANSI C doesn't support unnamed structs/unions > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > :2270: warning: ANSI C doesn't support unnamed structs/unions > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > :2271: warning: struct has no named members > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > :2387: warning: ANSI C doesn't support unnamed structs/unions > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > :2413: warning: ANSI C doesn't support unnamed structs/unions > In file included from > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/windows.h:100, > from > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/cygwin/ > cygwin_dll.h:14, > from junk.c:1: > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winbase > .h:814: warning: ANSI C doesn't support unnamed structs/unions > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winbase > .h:815: warning: ANSI C doesn't support unnamed structs/unions > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winbase > .h:910: warning: ANSI C doesn't support unnamed structs/unions > junk.c:2: conflicting types for `_cygwin_dll_entry' > junk.c:2: previous declaration of `_cygwin_dll_entry' > junk.c:2: warning: ANSI C does not allow extra `;' outside of a function > make[4]: *** [junk.o] Error 1 > rm -f X11.def > cpp -traditional -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE > -D_MT -D_X86_ -D__STDC__ -DNO_TCP_H -D__CYGWIN__ -D_XOPEN_SOURCE > -D_REENTRANT -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE > -D_SVID_SOURCE -D_GNU_SOURCE -DX_SOURCE -DLIBRARY_VERSION=6.1 > '/^XCOMM$/s//#/' -e '/^XCOMM[^a-zA-Z0-9_]/s/^XCOMM/#/' >X11.def > make[4]: Target `all' not remade because of errors. > make[4]: Leaving directory `/gnu/src/xc/lib/X11' > > > Ciao > Volker From ssiddiqi@inspirepharm.com Tue Aug 29 04:56:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Tue, 29 Aug 2000 04:56:00 -0000 Subject: XDM and X-servers-v-1.0.tar.gz2 Message-ID: >Is it possible to have DXWin32 contact a remote XDM server to manage the display? I took a look at both of the >servers in X-servers-v-1.0 and could not determine how to make them do this. Any pointers would be appreciated. NO >Cheers, >benjy >(Now if only I could get the lab to shell out for an upgrade from Win98 so we can use the Xfree 4 version...) On Windows NT with XFree 4.0.1. YES. Suhaib From ssiddiqi@inspirepharm.com Tue Aug 29 05:01:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Tue, 29 Aug 2000 05:01:00 -0000 Subject: almost there Message-ID: >> >> Your fonts.dir and fonts.aliases files in /usr/X11R6/lib/X11/fonts are >> corrupted either rebuild them or copy the fonts from a Linux machine >they certainly appear to be ok... they are directly from the >xfree86-4.0-fonts.tar.bz2 file, and when I look at those files after >decompressing and untarring, they look fine I do not think they are Ok, otherwise you should not get errors. >I tried downloading again from a different mirror, and re-installed, >but the same thing happens >are there binary/text mount issues that could be involved? I tried >both with /, /usr/lib, and /usr/bin mounted in binmode and texmode, but >with the same results Could be. >I don't need to gunzip the individual font files, do I? >if you still think I need to rebuild them, how do I do that? mkfontdir? Yes. Add /usr/X11R6/bin to your path. then each subdirectory under /usr/X11R6/lib/X11/fonts, run mkdfondir. Suhaib >thanks, >-JT From john.turner@pobox.com Tue Aug 29 05:17:00 2000 From: john.turner@pobox.com (John A. Turner) Date: Tue, 29 Aug 2000 05:17:00 -0000 Subject: almost there References: Message-ID: <39ABA9B9.5FB2F67D@pobox.com> Suhaib Siddiqi wrote: > >if you still think I need to rebuild them, how do I do that? mkfontdir? > > Yes. Add /usr/X11R6/bin to your path. > > then each subdirectory under /usr/X11R6/lib/X11/fonts, > run mkdfondir. ok, you were right - after doing that, it started - thanks!! can you tell me what resolutions and color depths are supported? thanks again, can't wait to try this out some more -JT From ssiddiqi@inspirepharm.com Tue Aug 29 05:31:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Tue, 29 Aug 2000 05:31:00 -0000 Subject: almost there References: <39ABA9B9.5FB2F67D@pobox.com> Message-ID: > Suhaib Siddiqi wrote: > > > >if you still think I need to rebuild them, how do I do that? > mkfontdir? > > > > Yes. Add /usr/X11R6/bin to your path. > > > > then each subdirectory under /usr/X11R6/lib/X11/fonts, > > run mkdfondir. > > ok, you were right - after doing that, it started - thanks!! > > can you tell me what resolutions and color depths are supported? > > thanks again, can't wait to try this out some more > > -JT At the moment 256 colors, and upto 16 depth. Once the multiwindow feature is complete, we would be using the default colors from Windows, at whatever depth and resolution your display would be set in Control panel --> Display. Suhaib From Dr.Volker.Zell@oracle.com Tue Aug 29 08:49:00 2000 From: Dr.Volker.Zell@oracle.com (Dr. Volker Zell) Date: Tue, 29 Aug 2000 08:49:00 -0000 Subject: conflicting types for `_cygwin_dll_entry' with fresh cygwin-1.1.4 and latest Xfree References: Message-ID: >>>>> "Suhaib" == Suhaib Siddiqi writes: Suhaib> Apply the libcygwin.a patch Chris Faylor posted for 1.1.4 or use the Suhaib> latest Cygwin DLL snapshot, which 1.1.5s. If it's the following patch: ar cru /usr/lib/libcygwin.a dll_entry.o ranlib /usr/lib/libcygwin.a I have applied it. But I still get the same errors. Suhaib> Beside this problem and a few more were fixed in Cygwin/Xfree Suhaib> CVS which were merged into XFree86 main brach. Please checkout Suhaib> http://www.xfree86.org/cvs for the latest source code. Sorry I'm behind a firewall. Suhaib> You would still need the libcygwin.a fix for 1.1.4 or Cygwin snapshot Suhaib> (1.1.5a) Suhaib> Suhaib Ciao Volker >> -----Original Message----- >> From: cygwin-xfree-owner@sources.redhat.com >> [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Dr. Volker >> Zell >> Sent: Tuesday, August 29, 2000 4:34 AM >> To: cygwin-xfree@sources.redhat.com >> Subject: conflicting types for `_cygwin_dll_entry' with fresh >> cygwin-1.1.4 and latest Xfree >> >> >> >> Hi >> >> I got the following error when compiling latest XFree source with >> latest cygwin-1.1.4 distribution: >> >> Any hints ?? >> >> >> gcc -c -O2 -pedantic -fno-strength-reduce -fpcc-struct-return >> -fvtable-thunks -m486 -Wall -I../.. -I../../exports/include >> -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_MT -D_X86_ >> -D__STDC__ -DNO_TCP_H -D__CYGWIN__ -D_XOPEN_SOURCE -D_REENTRANT >> -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE >> -D_GNU_SOURCE -DX_SOURCE -DFUNCPROTO=15 -DNARROWPROTO >> -D_XLIBINT_ -D_DLL omXChar.c >> echo "#include " >junk.c >> echo "DECLARE_CYGWIN_DLL(dll_main);" >>junk.c >> echo "int WINAPI dll_main(HANDLE a, DWORD reason, void *q)" >>junk.c >> echo "{ return 1; }" >>junk.c >> rm -f junk.o >> gcc -c -O2 -pedantic -fno-strength-reduce -fpcc-struct-return >> -fvtable-thunks -m486 -Wall -I../.. -I../../exports/include >> -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_MT -D_X86_ >> -D__STDC__ -DNO_TCP_H -D__CYGWIN__ -D_XOPEN_SOURCE -D_REENTRANT >> -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE >> -D_GNU_SOURCE -DX_SOURCE -DFUNCPROTO=15 -DNARROWPROTO >> -D_XLIBINT_ -D_DLL junk.c >> In file included from >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/windef.h:143, >> from >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/windows.h:96, >> from >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/cygwin/ >> cygwin_dll.h:14, >> from junk.c:1: >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h >> :1640: warning: ANSI C doesn't support unnamed structs/unions >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h >> :1648: warning: ANSI C doesn't support unnamed structs/unions >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h >> :2163: warning: ANSI C doesn't support unnamed structs/unions >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h >> :2222: warning: ANSI C doesn't support unnamed structs/unions >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h >> :2260: warning: ANSI C doesn't support unnamed structs/unions >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h >> :2263: warning: ANSI C doesn't support unnamed structs/unions >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h >> :2269: warning: ANSI C doesn't support unnamed structs/unions >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h >> :2270: warning: ANSI C doesn't support unnamed structs/unions >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h >> :2271: warning: struct has no named members >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h >> :2387: warning: ANSI C doesn't support unnamed structs/unions >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h >> :2413: warning: ANSI C doesn't support unnamed structs/unions >> In file included from >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/windows.h:100, >> from >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/cygwin/ >> cygwin_dll.h:14, >> from junk.c:1: >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winbase >> .h:814: warning: ANSI C doesn't support unnamed structs/unions >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winbase >> .h:815: warning: ANSI C doesn't support unnamed structs/unions >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winbase >> .h:910: warning: ANSI C doesn't support unnamed structs/unions >> junk.c:2: conflicting types for `_cygwin_dll_entry' >> junk.c:2: previous declaration of `_cygwin_dll_entry' >> junk.c:2: warning: ANSI C does not allow extra `;' outside of a function >> make[4]: *** [junk.o] Error 1 >> rm -f X11.def >> cpp -traditional -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE >> -D_MT -D_X86_ -D__STDC__ -DNO_TCP_H -D__CYGWIN__ -D_XOPEN_SOURCE >> -D_REENTRANT -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE >> -D_SVID_SOURCE -D_GNU_SOURCE -DX_SOURCE -DLIBRARY_VERSION=6.1 >> > '/^XCOMM$/s//#/' -e '/^XCOMM[^a-zA-Z0-9_]/s/^XCOMM/#/' >X11.def >> make[4]: Target `all' not remade because of errors. >> make[4]: Leaving directory `/gnu/src/xc/lib/X11' >> >> >> Ciao >> Volker From ssiddiqi@inspirepharm.com Tue Aug 29 14:21:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Tue, 29 Aug 2000 14:21:00 -0000 Subject: conflicting types for `_cygwin_dll_entry' with fresh cygwin-1.1.4 and latest Xfree References: Message-ID: in xc/config/cf/cygwin.rules change the line echo "DECLARE_CYGWIN_DLL(dll_main);" >> junk.c to echo /*"DECLARE_CYGWIN_DLL(dll_main);" */ >> junk.c The DECLARE_CYGWIN_DLL macro is in cygwin-dll.h A fw other things still might be broken. I can redistribute tarballs of the cygwin/xfree sources from XFree86.INc sources, untill XF86 4.0.2 is officially released. You may consider getting it from a workstation which can access it from behind the firewalls. Suhaib > -----Original Message----- > From: Dr. Volker Zell [ mailto:Dr.Volker.Zell@oracle.com ] > Sent: Tuesday, August 29, 2000 11:48 AM > To: Suhaib Siddiqi > Cc: cygwin-xfree@sources.redhat.com > Subject: Re: conflicting types for `_cygwin_dll_entry' with fresh > cygwin-1.1.4 and latest Xfree > > > >>>>> "Suhaib" == Suhaib Siddiqi writes: > > Suhaib> Apply the libcygwin.a patch Chris Faylor posted for > 1.1.4 or use the > Suhaib> latest Cygwin DLL snapshot, which 1.1.5s. > > If it's the following patch: > > ar cru /usr/lib/libcygwin.a dll_entry.o > ranlib /usr/lib/libcygwin.a > > I have applied it. But I still get the same errors. > > Suhaib> Beside this problem and a few more were fixed in Cygwin/Xfree > Suhaib> CVS which were merged into XFree86 main brach. > Please checkout > Suhaib> http://www.xfree86.org/cvs for the latest source code. > > Sorry I'm behind a firewall. > > Suhaib> You would still need the libcygwin.a fix for 1.1.4 or > Cygwin snapshot > Suhaib> (1.1.5a) > > Suhaib> Suhaib > > Ciao > Volker > > >> -----Original Message----- > >> From: cygwin-xfree-owner@sources.redhat.com > >> [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of > Dr. Volker > >> Zell > >> Sent: Tuesday, August 29, 2000 4:34 AM > >> To: cygwin-xfree@sources.redhat.com > >> Subject: conflicting types for `_cygwin_dll_entry' with fresh > >> cygwin-1.1.4 and latest Xfree > >> > >> > >> > >> Hi > >> > >> I got the following error when compiling latest XFree source with > >> latest cygwin-1.1.4 distribution: > >> > >> Any hints ?? > >> > >> > >> gcc -c -O2 -pedantic -fno-strength-reduce -fpcc-struct-return > >> -fvtable-thunks -m486 -Wall -I../.. -I../../exports/include > >> -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_MT -D_X86_ > >> -D__STDC__ -DNO_TCP_H -D__CYGWIN__ -D_XOPEN_SOURCE -D_REENTRANT > >> -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE > >> -D_GNU_SOURCE -DX_SOURCE -DFUNCPROTO=15 -DNARROWPROTO > >> -D_XLIBINT_ -D_DLL omXChar.c > >> echo "#include " >junk.c > >> echo "DECLARE_CYGWIN_DLL(dll_main);" >>junk.c > >> echo "int WINAPI dll_main(HANDLE a, DWORD reason, void > *q)" >>junk.c > >> echo "{ return 1; }" >>junk.c > >> rm -f junk.o > >> gcc -c -O2 -pedantic -fno-strength-reduce -fpcc-struct-return > >> -fvtable-thunks -m486 -Wall -I../.. -I../../exports/include > >> -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_MT -D_X86_ > >> -D__STDC__ -DNO_TCP_H -D__CYGWIN__ -D_XOPEN_SOURCE -D_REENTRANT > >> -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE > >> -D_GNU_SOURCE -DX_SOURCE -DFUNCPROTO=15 -DNARROWPROTO > >> -D_XLIBINT_ -D_DLL junk.c > >> In file included from > >> > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/windef.h:143, > >> from > >> > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/windows.h:96, > >> from > >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/cygwin/ > >> cygwin_dll.h:14, > >> from junk.c:1: > >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > >> :1640: warning: ANSI C doesn't support unnamed structs/unions > >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > >> :1648: warning: ANSI C doesn't support unnamed structs/unions > >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > >> :2163: warning: ANSI C doesn't support unnamed structs/unions > >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > >> :2222: warning: ANSI C doesn't support unnamed structs/unions > >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > >> :2260: warning: ANSI C doesn't support unnamed structs/unions > >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > >> :2263: warning: ANSI C doesn't support unnamed structs/unions > >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > >> :2269: warning: ANSI C doesn't support unnamed structs/unions > >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > >> :2270: warning: ANSI C doesn't support unnamed structs/unions > >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > >> :2271: warning: struct has no named members > >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > >> :2387: warning: ANSI C doesn't support unnamed structs/unions > >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winnt.h > >> :2413: warning: ANSI C doesn't support unnamed structs/unions > >> In file included from > >> > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/windows.h:100, > >> from > >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/cygwin/ > >> cygwin_dll.h:14, > >> from junk.c:1: > >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winbase > >> .h:814: warning: ANSI C doesn't support unnamed structs/unions > >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winbase > >> .h:815: warning: ANSI C doesn't support unnamed structs/unions > >> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winbase > >> .h:910: warning: ANSI C doesn't support unnamed structs/unions > >> junk.c:2: conflicting types for `_cygwin_dll_entry' > >> junk.c:2: previous declaration of `_cygwin_dll_entry' > >> junk.c:2: warning: ANSI C does not allow extra `;' outside > of a function > >> make[4]: *** [junk.o] Error 1 > >> rm -f X11.def > >> cpp -traditional -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE > >> -D_MT -D_X86_ -D__STDC__ -DNO_TCP_H -D__CYGWIN__ -D_XOPEN_SOURCE > >> -D_REENTRANT -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE > >> -D_SVID_SOURCE -D_GNU_SOURCE -DX_SOURCE -DLIBRARY_VERSION=6.1 > >> >> '/^XCOMM$/s//#/' -e '/^XCOMM[^a-zA-Z0-9_]/s/^XCOMM/#/' >X11.def > >> make[4]: Target `all' not remade because of errors. > >> make[4]: Leaving directory `/gnu/src/xc/lib/X11' > >> > >> > >> Ciao > >> Volker > From john.turner@pobox.com Tue Aug 29 19:10:00 2000 From: john.turner@pobox.com (John A. Turner) Date: Tue, 29 Aug 2000 19:10:00 -0000 Subject: conflicting types for `_cygwin_dll_entry' with fresh cygwin-1.1.4 and latest Xfree References: Message-ID: <39AC6D02.7EED6000@pobox.com> "Dr. Volker Zell" wrote: > Suhaib> Beside this problem and a few more were fixed in Cygwin/Xfree > Suhaib> CVS which were merged into XFree86 main brach. Please checkout > Suhaib> http://www.xfree86.org/cvs for the latest source code. > > Sorry I'm behind a firewall. just a note - there's no reason you shouldn't be able to use cvs from behind a firewall - I do it both at home and at work - your sys admin should be able to configure it properly for what it's worth, we use the gnatbox ( http://www.gnatbox.com/ ) - I use the free "light" version at home, and we use the full version at work it's not a software firewall like BlackICE and some others - it requires a separate box - an old Pentium (or even 486) with 16MB RAM, a floppy, and a couple of Ether cards are all that's needed (no hard drive) - it's actually a stripped-down BSD kernel anyway, just a point of possible interest... -John Turner From Dr.Volker.Zell@oracle.com Wed Aug 30 08:52:00 2000 From: Dr.Volker.Zell@oracle.com (Dr. Volker Zell) Date: Wed, 30 Aug 2000 08:52:00 -0000 Subject: conflicting types for `_cygwin_dll_entry' with fresh cygwin-1.1.4 and latest Xfree References: Message-ID: >>>>> "Suhaib" == Suhaib Siddiqi writes: Suhaib> in xc/config/cf/cygwin.rules Suhaib> change the line Suhaib> echo "DECLARE_CYGWIN_DLL(dll_main);" >> junk.c Suhaib> to Suhaib> echo /*"DECLARE_CYGWIN_DLL(dll_main);" */ >> junk.c Suhaib> The DECLARE_CYGWIN_DLL macro is in cygwin-dll.h OK, now the errors are gone and make World almost works, at least almost all of the X-clients and all of the X-libs get compiled. I still get errors of the following kind: a) making all in programs/xkbcomp/compat... make[5]: Entering directory `/gnu/src/xc/programs/xkbcomp/compat' rm -f compat.dir LD_LIBRARY_PATH=../../../exports/lib ../../../exports/bin/xkbcomp -lfhlpR -o compat.dir '*' ../../../exports/bin/xkbcomp: not found make[5]: *** [compat.dir] Error 127 make[5]: Target `all' not remade because of errors. make[5]: Leaving directory `/gnu/src/xc/programs/xkbcomp/compat' xkbcomp gets compiled but not copied to exports/bin b) make[4]: Entering directory `/gnu/src/xc/programs/xload' gcc -O2 -pedantic -fno-strength-reduce -fpcc-struct-return -fvtable-thunks -m486 -Wall -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_MT -D_X86_ -D__STDC__ -DNO_TCP_H -D__CYGWIN__ -D_XOPEN_SOURCE -D_REENTRANT -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DX_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DOSMAJORVERSION=1 -DOSMINORVERSION=1 -c -o xload.o xload.c xload.c: In function `main': xload.c:156: warning: implicit declaration of function `InitLoadPoint' xload.c:157: warning: implicit declaration of function `setgid' xload.c:157: warning: implicit declaration of function `getgid' xload.c:158: warning: implicit declaration of function `setuid' xload.c:158: warning: implicit declaration of function `getuid' gcc -O2 -pedantic -fno-strength-reduce -fpcc-struct-return -fvtable-thunks -m486 -Wall -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_MT -D_X86_ -D__STDC__ -DNO_TCP_H -D__CYGWIN__ -D_XOPEN_SOURCE -D_REENTRANT -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DX_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DOSMAJORVERSION=1 -DOSMINORVERSION=1 -c -o get_load.o get_load.c get_load.c:55: nlist.h: No such file or directory make[4]: *** [get_load.o] Error 1 make[4]: Target `all' not remade because of errors. c) making all in programs/xterm... make[4]: Entering directory `/gnu/src/xc/programs/xterm' gcc -O2 -pedantic -fno-strength-reduce -fpcc-struct-return -fvtable-thunks -m486 -Wall -I../.. -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_MT -D_X86_ -D__STDC__ -DNO_TCP_H -D__CYGWIN__ -D_XOPEN_SOURCE -D_REENTRANT -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DX_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -I. -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS -c -o resize.o resize.c resize.c:72: warning: `USE_TERMCAP' redefined resize.c:38: warning: this is the location of the previous definition resize.c:290: curses.h: No such file or directory make[4]: *** [resize.o] Error 1 d) make[5]: Leaving directory `/gnu/src/xc/programs/Xserver/hw/wvfb' gcc -o XFree86.exe -O2 -pedantic -fno-strength-reduce -fpcc-struct-return -fvtable-thunks -m486 -Wall -L../../exports/lib ../../programs/Xserver/hw/xfree86/drivers/drvConf.o ../../programs/Xserver/hw/xfree86/input/drvConf.o ../../programs/Xserver/hw/xfree86/drivers/libdriver.a ../../programs/Xserver/hw/xfree86/ramdac/libramdac.a ../../programs/Xserver/hw/xfree86/ddc/libddc.a ../../programs/Xserver/hw/xfree86/i2c/libi2c.a ../../programs/Xserver/hw/xfree86/xaa/libxaa.a ../../programs/Xserver/hw/xfree86/vgahw/libvgahw.a ../../programs/Xserver/hw/xfree86/fbdevhw/libfbdevhw.a ../../programs/Xserver/hw/xfree86/xf8_32bpp/libxf8_32bpp.a ../../programs/Xserver/hw/xfree86/xf8_16bpp/libxf8_16bpp.a ../../programs/Xserver/hw/xfree86/xf24_32bpp/libxf24_32bpp.a ../../programs/Xserver/hw/xfree86/xf4bpp/libxf4bpp.a ../../programs/Xserver/hw/xfree86/xf1bpp/libxf1bpp.a ../../programs/Xserver/hw/xfree86/shadowfb/libshadowfb.a afb/libafb.a ../../programs/Xser! ! ver/hw/xfree86/input/libidriver.a ../../programs/Xserver/hw/xfree86/common/xf86Init.o ../../programs/Xserver/hw/xfree86/common/xf86IniExt.o ../../programs/Xserver/hw/xfree86/common/libxf86.a ../../programs/Xserver/hw/xfree86/rac/librac.a ../../programs/Xserver/hw/xfree86/parser/libxf86config.a ../../programs/Xserver/hw/xfree86/os-support/libxf86_os.a ../../programs/Xserver/hw/xfree86/int10/libint10.a ../../programs/Xserver/hw/xfree86/ddc/libddc.a ../../programs/Xserver/hw/xfree86/common/libxf86.a dix/libdix.a os/libos.a ../../lib/Xau/libXau.a ../../lib/Xdmcp/libXdmcp.a fb/libfb.a cfb/libcfb.a cfb16/libcfb16.a cfb24/libcfb24.a cfb32/libcfb32.a mfb/libmfb.a dix/libxpstubs.a mi/libmi.a Xext/libext.a xkb/libxkb.a Xi/libxinput.a XIE/dixie/libdixie.a XIE/mixie/libmixie.a lbx/liblbx.a ../../lib/lbxutil/liblbxutil.a dbe/libdbe.a record/librecord.a PEX5/dipex/dispatch/libdidipex.a PEX5/dipex/swap/libdiswapex.a ! ! PEX5/dipex/objects/libdiobpex.a PEX5/dipex/dispatch/libdidipex.a PEX5/ddpex/mi/level4/libddpex4.a PEX5/ddpex/mi/level3/libddpex3.a PEX5/ddpex/mi/shared/libddpexs.a PEX5/ddpex/mi/level2/libddpex2.a PEX5/ddpex/mi/level1/libddpex1.a PEX5/ospex/libospex.a GL/glx/libglx.a GL/mesa/src/X/libGLcoreX.a GL/mesa/src/libGLcore.a ../../programs/Xserver/hw/xfree86/common/libxf86.a mi/libmi.a ../../programs/Xserver/hw/xfree86/scanpci/libscanpci.a ../../programs/Xserver/hw/xfree86/os-support/libxf86_os.a ../../programs/Xserver/hw/xfree86/ddc/libddc.a -L/usr/X11R6/lib -L../../exports/lib -lXfont dix/libxpstubs.a -lz -lm ../../programs/Xserver/hw/xfree86/input/libidriver.a(mouse_drv.o)(.text+0x327):mouse.c: undefined reference to `xf86OSMouseInit' ../../programs/Xserver/hw/xfree86/common/libxf86.a(xf86Bus.o)(.text+0x1a2e):xf86Bus.c: undefined reference to `xf86BusAccWindowsFromOS' ../../programs/Xserver/hw/xfree86/common/libxf86.a(xf86Bus.o)(.text+0x1a63):xf86Bus.c: undefined reference to `xf86AccResFromOS' ../../programs/Xserver/hw/xfree86/common/libxf86.a(xf86pciBus.o)(.text+0x1984):xf86pciBus.c: undefined reference to `PciAvoid' ../../programs/Xserver/hw/xfree86/common/libxf86.a(xf86pciBus.o)(.text+0x2b99):xf86pciBus.c: undefined reference to `xf86PciBusAccWindowsFromOS' ../../programs/Xserver/hw/xfree86/common/libxf86.a(xf86pciBus.o)(.text+0x2baf):xf86pciBus.c: undefined reference to `xf86PciBusAccWindowsFromOS' ../../programs/Xserver/hw/xfree86/common/libxf86.a(xf86pciBus.o)(.text+0x2bc2):xf86pciBus.c: undefined reference to `xf86PciBusAccWindowsFromOS' ../../programs/Xserver/hw/xfree86/common/libxf86.a(xf86pciBus.o)(.text+0x2c92):xf86pciBus.c: undefined reference to `xf86PciBusAccWindowsFromOS' ../../programs/Xserver/hw/xfree86/common/libxf86.a(xf86pciBus.o)(.text+0x2ca8):xf86pciBus.c: undefined reference to `xf86PciBusAccWindowsFromOS' ../../programs/Xserver/hw/xfree86/common/libxf86.a(xf86pciBus.o)(.text+0x2cbb):xf86pciBus.c: more undefined references to `xf86PciBusAccWindowsFromOS' follow collect2: ld returned 1 exit status make[4]: *** [XFree86.exe] Error 1 make[4]: Target `all' not remade because of errors. gcc -o Xprt.exe -O2 -pedantic -fno-strength-reduce -fpcc-struct-return -fvtable-thunks -m486 -Wall -L../../exports/lib Xprint/ddxInit.o Xprint/miinitext.o Xprint/dpmsstubs.o dix/libdix.a os/libos.a ../../lib/Xau/libXau.a ../../lib/Xdmcp/libXdmcp.a Xprint/libprinter.a Xprint/pcl/libpcl.a Xprint/ps/libps.a mfb/libmfb.a cfb/libcfb.a cfb32/libcfb32.a mfb/libmfb.a dix/libxpstubs.a mi/libmi.a Xext/libext.a xkb/libxkb.a Xi/libxinput.a XIE/dixie/libdixie.a XIE/mixie/libmixie.a lbx/liblbx.a ../../lib/lbxutil/liblbxutil.a dbe/libdbe.a record/librecord.a PEX5/dipex/dispatch/libdidipex.a PEX5/dipex/swap/libdiswapex.a PEX5/dipex/objects/libdiobpex.a PEX5/dipex/dispatch/libdidipex.a PEX5/ddpex/mi/level4/libddpex4.a PEX5/ddpex/mi/level3/libddpex3.a PEX5/ddpex/mi/shared/libddpexs.a PEX5/ddpex/mi/level2/libddpex2.a ! ! PEX5/ddpex/mi/level1/libddpex1.a PEX5/ospex/libospex.a GL/glx/libglx.a GL/mesa/src/X/libGLcoreX.a GL/mesa/src/libGLcore.a -L/usr/X11R6/lib -L../../exports/lib -lXfont dix/libxpstubs.a mi/libcbrt.a -lz -lm gcc -o Xnest.exe -O2 -pedantic -fno-strength-reduce -fpcc-struct-return -fvtable-thunks -m486 -Wall -L../../exports/lib hw/xnest/miinitext.o dix/libdix.a os/libos.a ../../lib/Xau/libXau.a ../../lib/Xdmcp/libXdmcp.a hw/xnest/libxnest.a Xext/libext.a xkb/libxkb.a Xi/libxinput.a XIE/dixie/libdixie.a XIE/mixie/libmixie.a lbx/liblbx.a ../../lib/lbxutil/liblbxutil.a dbe/libdbe.a record/librecord.a PEX5/dipex/dispatch/libdidipex.a PEX5/dipex/swap/libdiswapex.a PEX5/dipex/objects/libdiobpex.a PEX5/dipex/dispatch/libdidipex.a PEX5/ddpex/mi/level4/libddpex4.a PEX5/ddpex/mi/level3/libddpex3.a PEX5/ddpex/mi/shared/libddpexs.a PEX5/ddpex/mi/level2/libddpex2.a PEX5/ddpex/mi/level1/libddpex1.a PEX5/ospex/libospex.a GL/glx/libglx.a GL/mesa/src/X/libGLcoreX.a GL/mesa! ! /src/libGLcore.a dix/libxpstubs.a mi/libmi.a Xext/libext.a xkb/libxkb.a Xi/libxinput.a XIE/dixie/libdixie.a XIE/mixie/libmixie.a lbx/liblbx.a ../../lib/lbxutil/liblbxutil.a dbe/libdbe.a record/librecord.a PEX5/dipex/dispatch/libdidipex.a PEX5/dipex/swap/libdiswapex.a PEX5/dipex/objects/libdiobpex.a PEX5/dipex/dispatch/libdidipex.a PEX5/ddpex/mi/level4/libddpex4.a PEX5/ddpex/mi/level3/libddpex3.a PEX5/ddpex/mi/shared/libddpexs.a PEX5/ddpex/mi/level2/libddpex2.a PEX5/ddpex/mi/level1/libddpex1.a PEX5/ospex/libospex.a GL/glx/libglx.a GL/mesa/src/X/libGLcoreX.a GL/mesa/src/libGLcore.a ../../programs/Xserver/hw/xfree86/os-support/libxf86_os.a hw/xnest/libxnest.a -L/usr/X11R6/lib -L../../exports/lib -lXfont dix/libxpstubs.a -L.! ! ./../exports/lib -lXext -lX11 -lz -lm gcc -o Xvfb.exe -O2 -pedantic -fno-strength-reduce -fpcc-struct-return -fvtable-thunks -m486 -Wall -L../../exports/lib hw/wvfb/stubs.o hw/wvfb/miinitext.o hw/wvfb/dpmsstubs.o dix/libdix.a os/libos.a ../../lib/Xau/libXau.a ../../lib/Xdmcp/libXdmcp.a hw/wvfb/libvfb.a cfb/libcfb.a cfb16/libcfb16.a cfb24/libcfb24.a cfb32/libcfb32.a mfb/libmfb.a dix/libxpstubs.a mi/libmi.a Xext/libext.a xkb/libxkb.a Xi/libxinput.a XIE/dixie/libdixie.a XIE/mixie/libmixie.a lbx/liblbx.a ../../lib/lbxutil/liblbxutil.a dbe/libdbe.a record/librecord.a PEX5/dipex/dispatch/libdidipex.a PEX5/dipex/swap/libdiswapex.a PEX5/dipex/objects/libdiobpex.a PEX5/dipex/dispatch/libdidipex.a PEX5/ddpex/mi/level4/libddpex4.a PEX5/ddpex/mi/level3/libddpex3.a PEX5/ddpex/mi/shared/libddpexs.a PEX5/ddpex/mi/level2/libddpex2.a ! ! PEX5/ddpex/mi/level1/libddpex1.a PEX5/ospex/libospex.a GL/glx/libglx.a GL/mesa/src/X/libGLcoreX.a GL/mesa/src/libGLcore.a mi/libmi.a -L/usr/X11R6/lib -L../../exports/lib -lXfont dix/libxpstubs.a -lz -lm gcc -o XWin.exe -O2 -pedantic -fno-strength-reduce -fpcc-struct-return -fvtable-thunks -m486 -Wall -L../../exports/lib hw/xwin/InitInput.o hw/xwin/InitOutput.o hw/xwin/stubs.o hw/xwin/directx.o hw/xwin/dpmsstubs.o dix/main.o hw/xwin/ntux_xf.o dix/libdix.a os/libos.a ../../lib/Xau/libXau.a ../../lib/Xdmcp/libXdmcp.a hw/xwin/libXWin.a cfb/libcfb.a cfb16/libcfb16.a cfb24/libcfb24.a cfb32/libcfb32.a mfb/libmfb.a dix/libxpstubs.a mi/libmi.a Xext/libext.a xkb/libxkb.a Xi/libxinput.a XIE/dixie/libdixie.a XIE/mixie/libmixie.a lbx/liblbx.a ../../lib/lbxutil/liblbxutil.a dbe/libdbe.a record/librecord.a PEX5/dipex/dispatch/libdidipex.a PEX5/dipex/swap/libdiswapex.a PEX5/dipex/objects/libdiobpex.a PEX5/dipex/dispatch/libdidipex.a PEX5/ddpex/mi/level4/libddpex4.a PEX5/ddpex/mi/level3/libddpex3.a PEX5/ddpex/mi/shared/libddpexs.a ! ! PEX5/ddpex/mi/level2/libddpex2.a PEX5/ddpex/mi/level1/libddpex1.a PEX5/ospex/libospex.a GL/glx/libglx.a GL/mesa/src/X/libGLcoreX.a GL/mesa/src/libGLcore.a mi/libmi.a -L/usr/X11R6/lib -L../../exports/lib -lXfont dix/libxpstubs.a -L../../exports/lib -lXext -lX11 -lz -lm gcc: hw/xwin/ntux_xf.o: No such file or directory make[4]: *** [XWin.exe] Error 1 make[4]: Target `all' not remade because of errors. e) rm -f encodings.dir fonts.dir + LD_LIBRARY_PATH=../../../exports/lib ../../../exports/bin/mkfontdir -r -p /usr/X11R6/lib/X11/fonts/encodings/large/ -e . . ../../../exports/bin/mkfontdir: not found make[5]: *** [encodings.dir] Error 127 make[5]: Target `all' not remade because of errors. make[5]: Leaving directory `/gnu/src/xc/fonts/encodings/large' make[4]: *** [large] Error 2 Suhaib> A fw other things still might be broken. I can redistribute tarballs of the Yes, see above. Suhaib> cygwin/xfree sources from XFree86.INc sources, untill XF86 4.0.2 is Suhaib> officially Suhaib> released. You may consider getting it from a workstation which can access Good idea, if it's possible. Suhaib> it Suhaib> from behind the firewalls. Suhaib> Suhaib Ciao Volker From ssiddiqi@inspirepharm.com Wed Aug 30 12:20:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Wed, 30 Aug 2000 12:20:00 -0000 Subject: A little help References: <000c01c012b7$80c0ad80$066fa8c0@baustinlt> Message-ID: ???? ???? Could????you????post????your????message????to????mailing????list????please? ???? -----Original Message----- From: Bryant Austin [mailto:austin@optonline.net] Sent: Wednesday, August 30, 2000 3:22 PM To: ssiddiqi@InspirePharm.Com Subject: A little help Suhaib, ???? Any idea's why I get these errors????? The line being executed in the startdx.bat file is: "start xterm -sl 1000 -sb -rightbar -ms red -fg yellow -bg black" ???? ???? Warning: locale not supported by C library, locale unchanged Warning: locale not supported by Xlib, locale set to C Warning: X locale modifiers not supported, using default Failed to open input method ???? ???? Everything else seems to be fine.???? I'm running Windows 2000 on an 300mhz IBM laptop with 128kb RAM if that helps.???? Again, with the exception of xterm, everything else seems to be fine.???? Any help (or guidance) you can give is appreciated. Thanks. ???? - Bryant From ssiddiqi@inspirepharm.com Wed Aug 30 14:22:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Wed, 30 Aug 2000 14:22:00 -0000 Subject: conflicting types for `_cygwin_dll_entry' with fresh cygwin-1.1.4 and latest Xfree References: Message-ID: > > making all in programs/xkbcomp/compat... > make[5]: Entering directory `/gnu/src/xc/programs/xkbcomp/compat' > rm -f compat.dir > LD_LIBRARY_PATH=../../../exports/lib ../../../exports/bin/xkbcomp > -lfhlpR -o compat.dir '*' > ../../../exports/bin/xkbcomp: not found > make[5]: *** [compat.dir] Error 127 > make[5]: Target `all' not remade because of errors. > make[5]: Leaving directory `/gnu/src/xc/programs/xkbcomp/compat' > > xkbcomp gets compiled but not copied to exports/bin for some reasons you are not getting xkbcomp copied over to /xc/exports/bin directory > > b) > > make[4]: Entering directory `/gnu/src/xc/programs/xload' > gcc -O2 -pedantic -fno-strength-reduce -fpcc-struct-return > -fvtable-thunks -m486 -Wall -I../.. -I../../exports/include > -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_MT -D_X86_ > -D__STDC__ -DNO_TCP_H -D__CYGWIN__ -D_XOPEN_SOURCE -D_REENTRANT > -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE > -D_GNU_SOURCE -DX_SOURCE -DFUNCPROTO=15 -DNARROWPROTO > -DOSMAJORVERSION=1 -DOSMINORVERSION=1 -c -o xload.o xload.c > xload.c: In function `main': > xload.c:156: warning: implicit declaration of function `InitLoadPoint' > get_load.c:55: nlist.h: No such file or directory > make[4]: *** [get_load.o] Error 1 > make[4]: Target `all' not remade because of errors. Forget about this one. It is broken and will always be. It need direct access to hardware, which is not possible at the moment for Windows. Beside Cygwin has no support for nlist.h and nlstype.h > > c) > > making all in programs/xterm... > make[4]: Entering directory `/gnu/src/xc/programs/xterm' > gcc -O2 -pedantic -fno-strength-reduce -fpcc-struct-return > resize.c:72: warning: `USE_TERMCAP' redefined > resize.c:38: warning: this is the location of the previous definition > resize.c:290: curses.h: No such file or directory > make[4]: *** [resize.o] Error 1 Install curses.h > > d) > > make[5]: Leaving directory `/gnu/src/xc/programs/Xserver/hw/wvfb' > gcc -o XFree86.exe -O2 -pedantic -fno-strength-reduce > -fpcc-struct-return -fvtable-thunks -m486 -Wall > PEX5/ddpex/mi/level1/libddpex1.a PEX5/ospex/libospex.a GL/glx/libglx.a > GL/mesa/src/X/libGLcoreX.a GL/mesa/src/libGLcore.a > mi/libmi.a -L/usr/X11R6/lib > -L../../exports/lib -lXfont dix/libxpstubs.a -lz -lm > gcc -o XWin.exe -O2 -pedantic -fno-strength-reduce > -fpcc-struct-return -fvtable-thunks -m486 -Wall > -L../../exports/lib hw/xwin/InitInput.o hw/xwin/InitOutput.o > hw/xwin/stubs.o hw/xwin/directx.o hw/xwin/dpmsstubs.o dix/main.o > hw/xwin/ntux_xf.o dix/libdix.a os/libos.a > ../../lib/Xau/libXau.a ../../lib/Xdmcp/libXdmcp.a > hw/xwin/libXWin.a cfb/libcfb.a cfb16/libcfb16.a > cfb24/libcfb24.a cfb32/libcfb32.a mfb/libmfb.a dix/libxpstubs.a > mi/lib GL/mesa/src/libGLcore.a > mi/libmi.a -L/usr/X11R6/lib > -L../../exports/lib -lXfont dix/libxpstubs.a -L../../exports/lib > -lXext -lX11 -lz -lm > gcc: hw/xwin/ntux_xf.o: No such file or directory > make[4]: *** [XWin.exe] Error 1 > make[4]: Target `all' not remade because of errors. That is why I said get it from CVS. Try cd to /xc/programs/Xserver/hw/xwin and type make then go back to /xc/programs/Xserver and type make XWin.exe > > > e) > > rm -f encodings.dir fonts.dir > + LD_LIBRARY_PATH=../../../exports/lib > ../../../exports/bin/mkfontdir -r -p > /usr/X11R6/lib/X11/fonts/encodings/large/ -e . . > ../../../exports/bin/mkfontdir: not found > make[5]: *** [encodings.dir] Error 127 > make[5]: Target `all' not remade because of errors. > make[5]: Leaving directory `/gnu/src/xc/fonts/encodings/large' > make[4]: *** [large] Error 2 > You are not getting mkfontdir copies to /xc/exports/bin Suhaib