From t4bs@hotmail.com Sat Apr 1 21:56:00 2000 From: t4bs@hotmail.com (Trevor Forbes) Date: Sat, 01 Apr 2000 21:56:00 -0000 Subject: Building xfree Message-ID: <20000402055602.86491.qmail@hotmail.com> While building xfree 4.0 I get the following error. /usr/lib/gcc-lib/i686-cygwin/2.95.2/../../../../i686-cygwin/bin/ld: cannot open -lXext: No such file or directory collect2: ld returned 1 exit status dllwrap: gcc exited with status 1 Can anyone spare a moment to point me in the right direction to fix it? It looks to be a simple path or environment variable problem? What is the best way to tell ld the lib is in the /usr/X11r6/lib dir as xfree does not use "./configure --prefix=/usr/X11r6 --x-includes=/usr/X11r6/include --x-librari es=/usr/X11r6/lib " My build is std CD v1.0 build with a path to gcc 2.95.2 added. Regards Trevor From kelem@adaptivesilicon.com Mon Apr 3 12:34:00 2000 From: kelem@adaptivesilicon.com (Steve Kelem) Date: Mon, 03 Apr 2000 12:34:00 -0000 Subject: Try this... References: <38E3AB34.D41C0F17@attglobal.net> Message-ID: <38E8F230.8576155A@adaptivesilicon.com> Much better. But I had to do a lot. 1. If I just run XGGI -targets directxnt, running xterm without any args brings up an xterm! So running xterm -e tcsh must be a path problem. 1a) The cygwin1.dll you sent me seems to have made the difference. 1b) Which shell is being run when I type xterm? My guess is that it's sh, but I'm not sure how, other than -e /g/contrib/bin/tcsh.exe, to tell it where to find tcsh. 1c) I was able to bring up a window on XGGI from another machine!!!! 2. XGGI doesn't refresh after the Windows screen saver finishes. It remains a black window. Will I be able to recover from this, or should I kill off the processes on the remote machine? 3. What's the relationship/difference between XGGI and xinit? /usr/X11R6/bin/xinit works, however it takes over the whole screen. (This may be good or bad, depending on how you look at it. I haven't decided yet, although I'm not sure how to bring up an NT window.) xinit is VERY slow. I'm not sure what the clean way of stopping xinit. I had to resort to killing off the process. This left all my tcsh windows trying to use all the cpu cycles. So I had to kill them off one by one. 4. Do you know where I can get a copy of rlogin? Thanks for your help! Steve John Fortin wrote: > Steve, > Can you try this version of the cygwin1.dll > > John > > ------------------------------------------------------------------------ > Name: cygwin1.dll > cygwin1.dll Type: unspecified type (application/octet-stream) > Encoding: base64 From ssiddiqi@InspirePharm.Com Mon Apr 3 12:45:00 2000 From: ssiddiqi@InspirePharm.Com (Suhaib M. Siddiqi) Date: Mon, 03 Apr 2000 12:45:00 -0000 Subject: Building XFree References: <38E8F230.8576155A@adaptivesilicon.com> Message-ID: I tried posting a reply to the following message twice, yesterday. Somewhere in the cyberspace my replies got lost and were never posted. The -lXext undefined references you are getting because linXext in xc/lib/Xext did not get compiled. cd to xc/lib/Xext and type make then cut and paste the error messages. It will help me to find out why compilation of linXext failed. It is a bad idea to link against existing X libs, in /usr/X11R6/lib, when compiling X source tree. You cannot use ./configure to compile XFree source tree. There is no configure. Seems to me you are new to compile X. X is compiled using imake and makedepend which is invoked by typing make World >& World.log Suhiab ---------------------------------------------------------------------------- ---------------- While building xfree 4.0 I get the following error. /usr/lib/gcc-lib/i686-cygwin/2.95.2/../../../../i686-cygwin/bin/ld: cannot open -lXext: No such file or directory collect2: ld returned 1 exit status dllwrap: gcc exited with status 1 Can anyone spare a moment to point me in the right direction to fix it? It looks to be a simple path or environment variable problem? What is the best way to tell ld the lib is in the /usr/X11r6/lib dir as xfree does not use "./configure --prefix=/usr/X11r6 --x-includes=/usr/X11r6/include --x-librari es=/usr/X11r6/lib " My build is std CD v1.0 build with a path to gcc 2.95.2 added. Regards Trevor From ssiddiqi@InspirePharm.Com Mon Apr 3 13:20:00 2000 From: ssiddiqi@InspirePharm.Com (Suhaib M. Siddiqi) Date: Mon, 03 Apr 2000 13:20:00 -0000 Subject: try this... References: <38E8F8A8.2083C080@attglobal.net> Message-ID: > > > 1a) The cygwin1.dll you sent me seems to have made the difference. > > Good. No idea what cygwin1.dll difference you mean. > > I'm not sure what the clean way of stopping xinit. I had to resort to > killing > > off the process. > > This left all my tcsh windows trying to use all the cpu cycles. So I > had to > > kill them off one by one. > > > > I'm not sure... Suhaib?? If I remember correctly this was an issue with cygwin1.dll from snapshots couple of months ago, and should be fixed in the recent development snapshots. xinit should not consume cpu cycles the way you describe, unless there are other problems. Are you runing any disk defragment software as Windows NT, for example Diskeeper? I had this problem with Diskeeper, even though it was not runing but was scheduled to run on my NT machines in nite. It was consuming CPU cycles and making workstion awfully slow. Since then I trashed it. > > > > > 4. Do you know where I can get a copy of rlogin? Get the code from a Linux box and compile it. Suhaib > > > > I'm not sure... I have not used it yet, so I have not looked. Sorry > > John > > From t4bs@hotmail.com Wed Apr 5 01:25:00 2000 From: t4bs@hotmail.com (Trevor Forbes) Date: Wed, 05 Apr 2000 01:25:00 -0000 Subject: Building XFree References: Message-ID: <20000405082442.37815.qmail@hotmail.com> Suhaib M. Siddiqi, Yes, I am relative new to compiling xfree. I followed your advice and tracked down my problem Xext did not build because X11 lib did not build. X11 did not build because there is no -lipc ? It seems I built IPC and renamed it but missed the crucial step of installing it in the search PATH...... Hmm, well, what can I say.......... I will try rebuilding it again Also while I am here, I also get the following error make[1]: *** Warning: Clock skew detected. Your build may be incomplete. Should I just ignore it? Tks for the help and the good work Regards Trevor ----- Original Message ----- From: "Suhaib M. Siddiqi" Cc: "Cygwin-Xfree@Sourceware. Cygnus. Com" Sent: Tuesday, 4 April 2000 5:06 Subject: RE:Building XFree > > I tried posting a reply to the following message twice, yesterday. > Somewhere > in the cyberspace my replies got lost and were never posted. > > The -lXext undefined references you are getting because linXext in > xc/lib/Xext did not > get compiled. > cd to xc/lib/Xext and type > make > then cut and paste the error messages. It will help me to find out why > compilation of linXext failed. > > It is a bad idea to link against existing X libs, in /usr/X11R6/lib, when > compiling X source tree. > > You cannot use ./configure to compile XFree source tree. There is no > configure. > Seems to me you are new to compile X. X is compiled using imake and > makedepend > which is invoked by typing > > make World >& World.log > > Suhiab > > -------------------------------------------------------------------------- -- > ---------------- > > While building xfree 4.0 I get the following error. > > /usr/lib/gcc-lib/i686-cygwin/2.95.2/../../../../i686-cygwin/bin/ld: cannot > open -lXext: No such file or directory > collect2: ld returned 1 exit status > dllwrap: gcc exited with status 1 > > Can anyone spare a moment to point me in the right direction to fix it? It > looks to be a simple path or environment variable problem? What is the > best way to tell ld the lib is in the /usr/X11r6/lib dir as xfree does not > use > "./configure --prefix=/usr/X11r6 --x-includes=/usr/X11r6/include --x-librari > es=/usr/X11r6/lib " > > My build is std CD v1.0 build with a path to gcc 2.95.2 added. > > > Regards Trevor > > From ssiddiqi@InspirePharm.Com Wed Apr 5 04:03:00 2000 From: ssiddiqi@InspirePharm.Com (Suhaib M. Siddiqi) Date: Wed, 05 Apr 2000 04:03:00 -0000 Subject: Building XFree References: <20000405082442.37815.qmail@hotmail.com> Message-ID: > Suhaib M. Siddiqi, > > Yes, I am relative new to compiling xfree. > I followed your advice and tracked down my problem > > Xext did not build because X11 lib did not build. > X11 did not build because there is no -lipc ? > It seems I built IPC and renamed it but missed the crucial step of > installing it in the search PATH...... > Hmm, well, what can I say.......... The -lipc from #define ExtraLibraries was removed in the recent code base, which was uploaded 2 weeks ago. You must be working with XF3.9.18 source tree. Please edit the xc/config/cygwin.cf and remove -lipc from #define ExtraLibraries flags. Also change the #deifne HaveShm to NO in cygwin.cf. The IPC library has serious problems with shared memory in X. It causes MIT-SHM to corrupt XF86 BigFonts and literally any X client which uses Xterm, Xclock is one of them, to crash due to shared memory problems and ACCESS_VIOLATION. > > I will try rebuilding it again > > > Also while I am here, I also get the following error > make[1]: *** Warning: Clock skew detected. Your build may be incomplete. > Should I just ignore it? I have no idea about this warning... Does it come during compilation? Regards Suhaib > > Tks for the help and the good work > > Regards Trevor > > > > ----- Original Message ----- > From: "Suhaib M. Siddiqi" > Cc: "Cygwin-Xfree@Sourceware. Cygnus. Com" > > Sent: Tuesday, 4 April 2000 5:06 > Subject: RE:Building XFree > > > > > > I tried posting a reply to the following message twice, yesterday. > > Somewhere > > in the cyberspace my replies got lost and were never posted. > > > > The -lXext undefined references you are getting because linXext in > > xc/lib/Xext did not > > get compiled. > > cd to xc/lib/Xext and type > > make > > then cut and paste the error messages. It will help me to find out why > > compilation of linXext failed. > > > > It is a bad idea to link against existing X libs, in > /usr/X11R6/lib, when > > compiling X source tree. > > > > You cannot use ./configure to compile XFree source tree. There is no > > configure. > > Seems to me you are new to compile X. X is compiled using imake and > > makedepend > > which is invoked by typing > > > > make World >& World.log > > > > Suhiab > > > > > -------------------------------------------------------------------------- > -- > > ---------------- > > > > While building xfree 4.0 I get the following error. > > > > > /usr/lib/gcc-lib/i686-cygwin/2.95.2/../../../../i686-cygwin/bin/ld: cannot > > open -lXext: No such file or directory > > collect2: ld returned 1 exit status > > dllwrap: gcc exited with status 1 > > > > Can anyone spare a moment to point me in the right direction to fix it? > It > > looks to be a simple path or environment variable problem? What is the > > best way to tell ld the lib is in the /usr/X11r6/lib dir as xfree does > not > > use > > > "./configure --prefix=/usr/X11r6 --x-includes=/usr/X11r6/include > --x-librari > > es=/usr/X11r6/lib " > > > > My build is std CD v1.0 build with a path to gcc 2.95.2 added. > > > > > > Regards Trevor > > > > From ssiddiqi@InspirePharm.Com Wed Apr 5 04:08:00 2000 From: ssiddiqi@InspirePharm.Com (Suhaib M. Siddiqi) Date: Wed, 05 Apr 2000 04:08:00 -0000 Subject: Building XFree References: Message-ID: > The -lipc from #define ExtraLibraries was removed in the recent > code base, which was uploaded 2 weeks ago. You must be working > with XF3.9.18 source tree. > > Please edit the xc/config/cygwin.cf and remove -lipc from #define > ExtraLibraries flags. Also change the #deifne HaveShm to NO in cygwin.cf. Sorry xc/config/cygwin.cf should be xc/config/cf/cygwin.cf > > The IPC library has serious problems with shared memory in X. It causes > MIT-SHM > to corrupt XF86 BigFonts and literally any X client which uses > Xterm, Xclock is one of them, to crash due to shared memory > problems and ACCESS_VIOLATION. > > > > > I will try rebuilding it again > > > > > > Also while I am here, I also get the following error > > make[1]: *** Warning: Clock skew detected. Your build may be > incomplete. > > Should I just ignore it? > > I have no idea about this warning... Does it come during compilation? > > Regards > Suhaib > > > > > Tks for the help and the good work > > > > Regards Trevor > > > > > > > > ----- Original Message ----- > > From: "Suhaib M. Siddiqi" > > Cc: "Cygwin-Xfree@Sourceware. Cygnus. Com" > > > > Sent: Tuesday, 4 April 2000 5:06 > > Subject: RE:Building XFree > > > > > > > > > > I tried posting a reply to the following message twice, yesterday. > > > Somewhere > > > in the cyberspace my replies got lost and were never posted. > > > > > > The -lXext undefined references you are getting because linXext in > > > xc/lib/Xext did not > > > get compiled. > > > cd to xc/lib/Xext and type > > > make > > > then cut and paste the error messages. It will help me to > find out why > > > compilation of linXext failed. > > > > > > It is a bad idea to link against existing X libs, in > > /usr/X11R6/lib, when > > > compiling X source tree. > > > > > > You cannot use ./configure to compile XFree source tree. There is no > > > configure. > > > Seems to me you are new to compile X. X is compiled using imake and > > > makedepend > > > which is invoked by typing > > > > > > make World >& World.log > > > > > > Suhiab > > > > > > > > > -------------------------------------------------------------------------- > > -- > > > ---------------- > > > > > > While building xfree 4.0 I get the following error. > > > > > > > > > /usr/lib/gcc-lib/i686-cygwin/2.95.2/../../../../i686-cygwin/bin/ld: cannot > > > open -lXext: No such file or directory > > > collect2: ld returned 1 exit status > > > dllwrap: gcc exited with status 1 > > > > > > Can anyone spare a moment to point me in the right direction > to fix it? > > It > > > looks to be a simple path or environment variable problem? > What is the > > > best way to tell ld the lib is in the /usr/X11r6/lib dir as > xfree does > > not > > > use > > > > > "./configure --prefix=/usr/X11r6 --x-includes=/usr/X11r6/include > > --x-librari > > > es=/usr/X11r6/lib " > > > > > > My build is std CD v1.0 build with a path to gcc 2.95.2 added. > > > > > > > > > Regards Trevor > > > > > > From trevorforbes@ozemail.com.au Wed Apr 5 04:35:00 2000 From: trevorforbes@ozemail.com.au (Trevor) Date: Wed, 05 Apr 2000 04:35:00 -0000 Subject: Building XFree References: Message-ID: <07f501bf9ef3$00ee4500$0200a8c0@VOYAGER> Suhaib M. Siddiqi, This is the error I am getting now in X11 dir The changes you advised me to do had already been done Note -lipc is still used below I used the standard CD V1.0 build this time rather than 2.95.2 gcc to see if it helped - no change VOYAGER:/build1/xc/lib/X11 $ make rm -f libX11.a rm -f libX11.dll if [ -f /tmp/DLL_BASE_COUNTER ]; then true; \ else echo 0x67000000 > /tmp/DLL_BASE_COUNTER; fi dllwrap -s --def X11.def --output-lib libX11.a -o libX11.dll Context.o Depths.o ParseCmd.o Quarks.o AllCell s.o AllPlanes.o AllowEv.o AutoRep.o Backgnd.o BdrWidth.o Bell.o Border.o ChAccCon .o ChClMode.o ChActPGb.o ChCmap.o ChGC.o ChKeyCon.o ChPntCon.o ChProp.o ChSaveSe t.o ChWAttrs.o ChWindow.o ChkIfEv.o ChkMaskEv.o ChkWinEv.o ChkTypEv.o ChkTypWEv.o CirW in.o CirWinDn.o CirWinUp.o ClDisplay.o Clear.o ClearArea.o ConfWind.o ConnDis.o ConvSe l.o CopyArea.o CopyCmap.o CopyGC.o CopyPlane.o CrBFData.o CrCmap.o CrCursor.o CrGC. o CrGlCur.o CrPFBData.o CrPixmap.o CrWindow.o Cursor.o DefCursor.o DelProp.o DestSu bs.o DestWind.o DisName.o DrArc.o DrArcs.o DrLine.o DrLines.o DrPoint.o DrPoin ts.o DrRect.o DrRects.o DrSegs.o ErrDes.o ErrHndlr.o EvToWire.o FetchName.o Fill Arc.o FillArcs.o FillPoly.o FillRct.o FillRcts.o Flush.o Font.o FontNames.o FontInfo .o FreeCmap.o FreeCols.o FreeCurs.o FreeEData.o FreeGC.o FreePix.o FSSaver.o GCMisc .o Geom.o GetAtomNm.o GetColor.o GetDflt.o GetFPath.o GetFProp.o GetGeom.o GetHColo r.o GetHints.o GetIFocus.o GetImage.o GetKCnt.o GetMoEv.o GetPCnt.o GetPntMap.o GetP rop.o GetSOwner.o GetSSaver.o GetStCmap.o GetWAttrs.o GrButton.o GrKey.o GrKeybd.o GrPoin ter.o GrServer.o Host.o IfEvent.o ImUtil.o ImText.o ImText16.o InitExt.o InsCmap. o IntAtom.o KeyBind.o KeysymStr.o KillCl.o LiHosts.o LiICmaps.o LiProps.o ListEx t.o LoadFont.o LookupCol.o LowerWin.o Macros.o MapRaised.o MapSubs.o MapWindow.o MaskEven t.o Misc.o ModMap.o MoveWin.o NextEvent.o OpenDis.o ParseCol.o ParseGeom.o PeekEven t.o PeekIfEv.o Pending.o PmapBgnd.o PmapBord.o PolyReg.o PolyTxt.o PolyTxt16.o PutB Event.o PutImage.o QuBest.o QuColor.o QuColors.o QuCurShp.o QuExt.o QuKeybd. o QuPntr.o QuStipShp.o QuTextE16.o QuTextExt.o QuTileShp.o QuTree.o RaiseWin.o RdBit F.o RecolorC.o ReconfWin.o Region.o RepWindow.o RestackWs.o RotProp.o ScrResStr.o SelI nput.o SendEvent.o SetBack.o SetCRects.o SetClMask.o SetClOrig.o SetDashes.o SetFPath.o SetFo nt.o SetFore.o SetFunc.o SetHints.o SetIFocus.o SetLStyle.o SetPMask.o SetPntMap.o SetS Owner.o SetSSaver.o SetState.o SetStip.o SetStCmap.o SetTile.o SetTSOrig.o StBytes. o StColor.o StColors.o StNColor.o StName.o StrKeysym.o Sync.o Synchro.o Text.o T ext16.o TextExt.o TextExt16.o TrCoords.o UndefCurs.o UngrabBut.o UngrabKbd.o UngrabKe y.o UngrabPtr.o UngrabSvr.o UninsCmap.o UnldFont.o UnmapSubs.o UnmapWin.o VisUtil.o WarpPt r.o WinEvent.o Window.o WrBitF.o XlibAsync.o XlibInt.o Xrm.o evtomask.o globals. o GetGCVals.o GetNrmHint.o GetRGBCMap.o GetTxtProp.o GetWMCMapW.o GetWMProto.o Iconify.o PixFor mats.o PropAlloc.o ReconfWM.o SetNrmHint.o SetRGBCMap.o SetTxtProp.o SetWMCMapW.o SetWMProto.o Str ToText.o TextToStr.o Withdraw.o WMGeom.o WMProps.o AuDispose.o AuGetBest.o AuFileName.o AuR ead.o Lab.o LabGcC.o LabGcL.o LabGcLC.o LabMnL.o LabMxC.o LabMxL.o LabMxLC .o LabWpAj.o Luv.o LuvGcC.o LuvGcL.o LuvGcLC.o LuvMnL.o LuvMxC.o LuvMxL.o LuvMxLC.o LuvWpAj.o XYZ.o uvY.o xyY.o HVC.o HVCGcC.o HVCGcV.o HVCGcVC.o HVCMnV .o HVCMxC.o HVCMxV.o HVCMxVC.o HVCMxVs.o HVCWpAj.o UNDEFINED.o AddDIC.o AddSF.o cmsAllNCol.o cmsAllCol.o CCC.o cmsCmap.o cmsColNm.o CvColW.o CvCols.o cmsGlobl s.o IdOfPr.o cmsInt.o LRGB.o cmsLkCol.o cmsMath.o OfCCC.o PrOfId.o cmsProp. o QBlack.o QBlue.o QGreen.o QRed.o QWhite.o QuCol.o QuCols.o SetCCC.o SetGetCols.o StCol.o StCols.o cmsTrig.o XRGB.o FSWrap.o ICWrap.o IMWrap.o OCWrap.o OMWrap.o lcWrap.o mbWMProps.o mbWrap.o wcWrap.o FilterEv.o Regst Flt.o locking.o LockDis.o x11trans.o ximtrans.o XKB.o XKBBind.o XKBCompat.o XKBCtrls.o XKBCvt.o XKBGetMap.o XKBGetByName.o XKBNames.o XKBRdBuf.o XKBSetMap.o XKBUse.o XKBleds.o XKBBell.o XK BGeom.o XKBSetGeom.o XKBExtDev.o XKBList.o XKBMisc.o XKBMAlloc.o XKBGAlloc.o XKBAlloc.o Set Locale.o imCallbk.o imConv.o imDefFlt.o imDefIc.o imDefIm.o imDefLkup.o imDi spch.o imEvToWire.o imExten.o imImSw.o imInsClbk.o imInt.o imLcFlt.o imLcGIc.o imLcIc .o imLcIm.o imLcLkup.o imLcPrs.o imLcSIc.o imRm.o imRmAttr.o imThaiFlt.o imThaiIc .o imThaiIm.o imTrX.o imTransR.o imTrans.o lcCT.o lcCharSet.o lcConv.o lcDB.o l cDefConv.o lcEuc.o lcFile.o lcGenConv.o lcGeneric.o lcInit.o lcJis.o lcPrTxt. o lcPubWrap.o lcPublic.o lcRM.o lcSjis.o lcStd.o lcTxtPr.o lcUTF.o lcUTF8.o lcUtil.o omDefault.o omGeneric.o omImText.o omText.o omTextEsc.o omTextExt.o omTe xtPer.o omXChar.o junk.o -image-base `cat /tmp/DLL_BASE_COUNTER` -lipc /usr/lib/gcc-lib/i686-cygwin/2.9-cygwin-990830/../../../../i686-cygwin/lib/l ibcygwin.a(libcmain.o)(.text+0x7f): undefine d reference to `WinMain@16' collect2: ld returned 1 exit status dllwrap: gcc exited with status 1 make: *** [libX11.dll] Error 1 VOYAGER:/build1/xc/lib/X11 $ Trevor ----- Original Message ----- From: "Suhaib M. Siddiqi" To: "Cygwin-Xfree" Sent: Wednesday, 5 April 2000 8:30 Subject: RE: RE:Building XFree > > > > The -lipc from #define ExtraLibraries was removed in the recent > > code base, which was uploaded 2 weeks ago. You must be working > > with XF3.9.18 source tree. > > > > Please edit the xc/config/cygwin.cf and remove -lipc from #define > > ExtraLibraries flags. Also change the #deifne HaveShm to NO in cygwin.cf. > > Sorry xc/config/cygwin.cf should be xc/config/cf/cygwin.cf > > > > > The IPC library has serious problems with shared memory in X. It causes > > MIT-SHM > > to corrupt XF86 BigFonts and literally any X client which uses > > Xterm, Xclock is one of them, to crash due to shared memory > > problems and ACCESS_VIOLATION. > > > > > > > > I will try rebuilding it again > > > > > > > > > Also while I am here, I also get the following error > > > make[1]: *** Warning: Clock skew detected. Your build may be > > incomplete. > > > Should I just ignore it? > > > > I have no idea about this warning... Does it come during compilation? From ssiddiqi@InspirePharm.Com Wed Apr 5 04:52:00 2000 From: ssiddiqi@InspirePharm.Com (Suhaib M. Siddiqi) Date: Wed, 05 Apr 2000 04:52:00 -0000 Subject: Building XFree References: <07f501bf9ef3$00ee4500$0200a8c0@VOYAGER> Message-ID: In xc/config/cf/cygwin.cf the following define should be changed to #define HasShm NO #define ExtraLibraries (That is nothing after #define ExtraLibraries) Once you have edited cygwin.cf file do the following at TOPDIR (in xc directory) make Makefiles make depend make This should clean up all your Makefiles and remove the unwanted -lipc. The ibcygwin.a(libcmain.o)(.text+0x7f): undefined reference to `WinMain@16' means your setup is attempting to compile libX11.dll as an exectable. The problem must be some missing defines in cygwin.cf and cygwin.rules. I have used gcc compiler from Cygwin v 1.0 CD distribution as well as GCC 2.95.2 from Mumit Khan. Both work with the cygwin configuration files in xc/config/cf. Try the above make Makefiles and make depend etc.. if you still get `WinMain@16' that means something is wrong with your cygwin related config files in xc/config/cf.. in that case either update your source tree or let me know and I will send you the config files. Suhaib > -----Original Message----- > From: cygwin-xfree-owner@sourceware.cygnus.com > [ mailto:cygwin-xfree-owner@sourceware.cygnus.com]On Behalf Of Trevor > Sent: Wednesday, April 05, 2000 7:35 AM > To: Cygwin-Xfree > Subject: Re: RE:Building XFree > > > Suhaib M. Siddiqi, > > This is the error I am getting now in X11 dir > The changes you advised me to do had already been done > Note -lipc is still used below > I used the standard CD V1.0 build this time rather than 2.95.2 gcc > to see if it helped - no change > > > > VOYAGER:/build1/xc/lib/X11 > $ make > rm -f libX11.a > rm -f libX11.dll > if [ -f /tmp/DLL_BASE_COUNTER ]; then true; \ > else echo 0x67000000 > /tmp/DLL_BASE_COUNTER; fi > dllwrap -s --def X11.def --output-lib libX11.a -o libX11.dll Context.o > Depths.o ParseCmd.o Quarks.o AllCell > s.o AllPlanes.o AllowEv.o AutoRep.o Backgnd.o > BdrWidth.o Bell.o Border.o ChAccCon > .o ChClMode.o ChActPGb.o ChCmap.o ChGC.o ChKeyCon.o > ChPntCon.o ChProp.o ChSaveSe > t.o ChWAttrs.o ChWindow.o ChkIfEv.o ChkMaskEv.o > ChkWinEv.o ChkTypEv.o ChkTypWEv.o CirW > in.o CirWinDn.o CirWinUp.o ClDisplay.o Clear.o > ClearArea.o ConfWind.o ConnDis.o ConvSe > l.o CopyArea.o CopyCmap.o CopyGC.o CopyPlane.o > CrBFData.o CrCmap.o CrCursor.o CrGC. > o CrGlCur.o CrPFBData.o CrPixmap.o CrWindow.o > Cursor.o DefCursor.o DelProp.o DestSu > bs.o DestWind.o DisName.o DrArc.o DrArcs.o > DrLine.o DrLines.o DrPoint.o DrPoin > ts.o DrRect.o DrRects.o DrSegs.o ErrDes.o > ErrHndlr.o EvToWire.o FetchName.o Fill > Arc.o FillArcs.o FillPoly.o FillRct.o FillRcts.o > Flush.o Font.o FontNames.o FontInfo > .o FreeCmap.o FreeCols.o FreeCurs.o FreeEData.o > FreeGC.o FreePix.o FSSaver.o GCMisc > .o Geom.o GetAtomNm.o GetColor.o GetDflt.o GetFPath.o > GetFProp.o GetGeom.o GetHColo > r.o GetHints.o GetIFocus.o GetImage.o GetKCnt.o > GetMoEv.o GetPCnt.o GetPntMap.o GetP > rop.o GetSOwner.o GetSSaver.o GetStCmap.o GetWAttrs.o > GrButton.o GrKey.o GrKeybd.o GrPoin > ter.o GrServer.o Host.o IfEvent.o ImUtil.o ImText.o > ImText16.o InitExt.o InsCmap. > o IntAtom.o KeyBind.o KeysymStr.o KillCl.o > LiHosts.o LiICmaps.o LiProps.o ListEx > t.o LoadFont.o LookupCol.o LowerWin.o Macros.o > MapRaised.o > MapSubs.o MapWindow.o MaskEven > t.o Misc.o ModMap.o MoveWin.o NextEvent.o OpenDis.o > ParseCol.o ParseGeom.o PeekEven > t.o PeekIfEv.o Pending.o PmapBgnd.o PmapBord.o > PolyReg.o PolyTxt.o PolyTxt16.o PutB > Event.o PutImage.o QuBest.o QuColor.o QuColors.o > QuCurShp.o QuExt.o QuKeybd. > o QuPntr.o QuStipShp.o QuTextE16.o QuTextExt.o > QuTileShp.o QuTree.o RaiseWin.o RdBit > F.o RecolorC.o ReconfWin.o Region.o RepWindow.o > RestackWs.o RotProp.o ScrResStr.o SelI > nput.o SendEvent.o SetBack.o SetCRects.o SetClMask.o > SetClOrig.o SetDashes.o SetFPath.o SetFo > nt.o SetFore.o SetFunc.o SetHints.o SetIFocus.o > SetLStyle.o SetPMask.o SetPntMap.o SetS > Owner.o SetSSaver.o SetState.o SetStip.o > SetStCmap.o > SetTile.o SetTSOrig.o StBytes. > o StColor.o StColors.o StNColor.o StName.o > StrKeysym.o Sync.o Synchro.o Text.o T > ext16.o TextExt.o TextExt16.o TrCoords.o > UndefCurs.o > UngrabBut.o UngrabKbd.o UngrabKe > y.o UngrabPtr.o UngrabSvr.o UninsCmap.o UnldFont.o > UnmapSubs.o UnmapWin.o VisUtil.o WarpPt > r.o WinEvent.o Window.o WrBitF.o XlibAsync.o > XlibInt.o Xrm.o evtomask.o globals. > o GetGCVals.o GetNrmHint.o GetRGBCMap.o GetTxtProp.o > GetWMCMapW.o GetWMProto.o Iconify.o PixFor > mats.o PropAlloc.o ReconfWM.o SetNrmHint.o SetRGBCMap.o > SetTxtProp.o SetWMCMapW.o SetWMProto.o Str > ToText.o TextToStr.o Withdraw.o WMGeom.o WMProps.o > AuDispose.o AuGetBest.o AuFileName.o AuR > ead.o Lab.o LabGcC.o LabGcL.o LabGcLC.o > LabMnL.o LabMxC.o LabMxL.o LabMxLC > .o LabWpAj.o Luv.o LuvGcC.o LuvGcL.o LuvGcLC.o > LuvMnL.o LuvMxC.o LuvMxL.o > LuvMxLC.o LuvWpAj.o XYZ.o uvY.o xyY.o HVC.o > HVCGcC.o HVCGcV.o HVCGcVC.o HVCMnV > .o HVCMxC.o HVCMxV.o HVCMxVC.o HVCMxVs.o > HVCWpAj.o UNDEFINED.o AddDIC.o AddSF.o > cmsAllNCol.o cmsAllCol.o CCC.o cmsCmap.o cmsColNm.o > CvColW.o CvCols.o cmsGlobl > s.o IdOfPr.o cmsInt.o LRGB.o cmsLkCol.o cmsMath.o > OfCCC.o PrOfId.o cmsProp. > o QBlack.o QBlue.o QGreen.o QRed.o QWhite.o > QuCol.o QuCols.o SetCCC.o > SetGetCols.o StCol.o StCols.o cmsTrig.o > XRGB.o FSWrap.o ICWrap.o IMWrap.o > OCWrap.o OMWrap.o lcWrap.o mbWMProps.o > mbWrap.o wcWrap.o FilterEv.o Regst > Flt.o locking.o LockDis.o x11trans.o ximtrans.o > XKB.o XKBBind.o XKBCompat.o XKBCtrls.o XKBCvt.o > XKBGetMap.o XKBGetByName.o XKBNames.o XKBRdBuf.o XKBSetMap.o > XKBUse.o XKBleds.o XKBBell.o XK > BGeom.o XKBSetGeom.o XKBExtDev.o XKBList.o XKBMisc.o > XKBMAlloc.o XKBGAlloc.o XKBAlloc.o Set > Locale.o imCallbk.o imConv.o imDefFlt.o > imDefIc.o imDefIm.o imDefLkup.o imDi > spch.o imEvToWire.o imExten.o imImSw.o imInsClbk.o > imInt.o imLcFlt.o imLcGIc.o imLcIc > .o imLcIm.o imLcLkup.o imLcPrs.o imLcSIc.o > imRm.o imRmAttr.o imThaiFlt.o imThaiIc > .o imThaiIm.o imTrX.o imTransR.o imTrans.o > lcCT.o lcCharSet.o lcConv.o lcDB.o l > cDefConv.o lcEuc.o lcFile.o lcGenConv.o > lcGeneric.o > lcInit.o lcJis.o lcPrTxt. > o lcPubWrap.o lcPublic.o lcRM.o lcSjis.o lcStd.o > lcTxtPr.o lcUTF.o lcUTF8.o > lcUtil.o omDefault.o omGeneric.o omImText.o > omText.o omTextEsc.o omTextExt.o omTe > xtPer.o omXChar.o junk.o -image-base `cat > /tmp/DLL_BASE_COUNTER` -lipc > /usr/lib/gcc-lib/i686-cygwin/2.9-cygwin-990830/../../../../i686-cy > gwin/lib/l > ibcygwin.a(libcmain.o)(.text+0x7f): undefine > d reference to `WinMain@16' > collect2: ld returned 1 exit status > dllwrap: gcc exited with status 1 > make: *** [libX11.dll] Error 1 > VOYAGER:/build1/xc/lib/X11 > $ > > Trevor > > ----- Original Message ----- > From: "Suhaib M. Siddiqi" > To: "Cygwin-Xfree" > Sent: Wednesday, 5 April 2000 8:30 > Subject: RE: RE:Building XFree > > > > > > > > > The -lipc from #define ExtraLibraries was removed in the recent > > > code base, which was uploaded 2 weeks ago. You must be working > > > with XF3.9.18 source tree. > > > > > > Please edit the xc/config/cygwin.cf and remove -lipc from #define > > > ExtraLibraries flags. Also change the #deifne HaveShm to NO in > cygwin.cf. > > > > Sorry xc/config/cygwin.cf should be xc/config/cf/cygwin.cf > > > > > > > > The IPC library has serious problems with shared memory in X. > It causes > > > MIT-SHM > > > to corrupt XF86 BigFonts and literally any X client which uses > > > Xterm, Xclock is one of them, to crash due to shared memory > > > problems and ACCESS_VIOLATION. > > > > > > > > > > > I will try rebuilding it again > > > > > > > > > > > > Also while I am here, I also get the following error > > > > make[1]: *** Warning: Clock skew detected. Your build may be > > > incomplete. > > > > Should I just ignore it? > > > > > > I have no idea about this warning... Does it come during compilation? > From trevorforbes@ozemail.com.au Wed Apr 5 16:06:00 2000 From: trevorforbes@ozemail.com.au (Trevor) Date: Wed, 05 Apr 2000 16:06:00 -0000 Subject: Building XFree References: Message-ID: <000a01bf9f53$99da0f50$0200a8c0@VOYAGER> Suhaib M. Siddiqi, Just some questions. cygwin.cf has the following lines XCOMM #define StdIncDir `CcCmd --print-libgcc-file-name | sed ':libgcc.a:../../../../i586-cygwin32/include:'|sed 's,\\\\,/,g'` XCOMM #define PostIncDir `CcCmd --print-libgcc-file-name | sed ':libgcc.a:/include:'|sed 's,\\\\,/,g'` #define StdIncDir `CcCmd --print-libgcc-file-name | sed 's,\\\\,/,g' | sed 's,libgcc.a,../../../../i586-cygwin32/include,'` #define PostIncDir `CcCmd --print-libgcc-file-name | sed 's,\\\\,/,g' | sed 's,libgcc.a,include,'` All my dir structures have the newer i686-cygwin instead of i586-cygwin32 Should I update cygwin.cf or just ignore it? also cygwin.rules has the following #define MakeDLL(libname,solist) @@\ if [ -f $(BASE_COUNTER) ]; then true; \ @@\ else echo 0x67000000 > $(BASE_COUNTER); fi @@\ dllwrap -s --def libname.def --output-lib Concat3(lib,libname,.a) -o Concat3(lib,libname,.dll) solist junk.o $(REQUIREDLIBS) -image-base `cat $(BASE_COUNTER)` -lipc @@\ Should -lipc be there Also, if your cygwin.cf .cygwin.rules cygwin.tmpl are more up-to-date than the Xfree4.0 FTP archive date 21/3/00 could I pls have a copy Regards Trevor ----- Original Message ----- From: "Suhaib M. Siddiqi" To: "Trevor" ; "Cygwin-Xfree" Sent: Wednesday, 5 April 2000 9:14 Subject: RE: RE:Building XFree > In xc/config/cf/cygwin.cf > the following define should be changed to > > #define HasShm NO > > #define ExtraLibraries > > (That is nothing after #define ExtraLibraries) > > Once you have edited cygwin.cf file > > do the following at TOPDIR (in xc directory) > > make Makefiles > make depend > make > > This should clean up all your Makefiles and remove the unwanted -lipc. > > The ibcygwin.a(libcmain.o)(.text+0x7f): undefined reference to `WinMain@16' > means your setup is attempting to compile libX11.dll as an exectable. > The problem must be some missing defines in cygwin.cf and cygwin.rules. > > I have used gcc compiler from Cygwin v 1.0 CD distribution as well as > GCC 2.95.2 from Mumit Khan. Both work with the cygwin configuration files > in xc/config/cf. > > Try the above make Makefiles and make depend etc.. if you still get > `WinMain@16' that means something is wrong with your cygwin related config > files > in xc/config/cf.. in that case either update your source tree or let me know > and I will > send you the config files. > > Suhaib > > > > From trevorforbes@ozemail.com.au Thu Apr 6 18:56:00 2000 From: trevorforbes@ozemail.com.au (Trevor Forbes) Date: Thu, 06 Apr 2000 18:56:00 -0000 Subject: Building XFree References: Message-ID: <010501bfa034$68d5f860$0200a8c0@VOYAGER> Suhaib M. Siddiqi I think I fixed the build problem. the /lib/X11 dir would build using dlltool 2.9.5/dllwrap 0.2.4 from the cvs but not with dlltool 2.9-cygwin-990830/dllwrap 0.2.4 which is from the CD v1.0. I assume dllwrap calls dlltool What is your dlltool ver? However this presented new problems with building /lib/Xext 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` VERSION 6.4 libXext.exp(.edata+0x74):fake: undefined reference to `XPanoramiXAllocInfo' libXext.exp(.edata+0x78):fake: undefined reference to `XPanoramiXGetScreenCount' libXext.exp(.edata+0x7c):fake: undefined reference to `XPanoramiXGetScreenSize' libXext.exp(.edata+0x80):fake: undefined reference to `XPanoramiXGetState' libXext.exp(.edata+0x84):fake: undefined reference to `XPanoramiXQueryExtension' libXext.exp(.edata+0x88):fake: undefined reference to `XPanoramiXQueryVersion' collect2: ld returned 1 exit status dllwrap: gcc exited with status 1 make: *** [libXext.dll] Error 1 This is easily fixed by commenting out the following lines in Xext-def.cpp as they are not used by Xext /* XPanoramiXQueryVersion XPanoramiXAllocInfo XPanoramiXGetScreenCount XPanoramiXGetScreenSize XPanoramiXGetState XPanoramiXQueryExtension*/ I will work on it some more as I get time Trevor From trevorforbes@ozemail.com.au Fri Apr 7 01:58:00 2000 From: trevorforbes@ozemail.com.au (Trevor Forbes) Date: Fri, 07 Apr 2000 01:58:00 -0000 Subject: Building XFree References: <010501bfa034$68d5f860$0200a8c0@VOYAGER> Message-ID: <014b01bfa06f$71964230$0200a8c0@VOYAGER> Suhaib M. Siddiqi Most of it looks like it has built now - other than libGL which still has problems, it looks as though it just missing the extra addins you added to the binary distribution. Also, there was typo error in the Imakefile for /programs/xload -X11 should be -lX11 #ifdef cygwinArchitecture /*not really syslibs, but needed to resolve symbols*/ SYS_LIBRARIES = -L../../exports/lib -lXt -lSM -lICE -lXmu -lX11 #endif Trevor From ssiddiqi@InspirePharm.Com Fri Apr 7 03:41:00 2000 From: ssiddiqi@InspirePharm.Com (Suhaib M. Siddiqi) Date: Fri, 07 Apr 2000 03:41:00 -0000 Subject: Cygwin-XFree References: Message-ID: NO direct e-mail please. The questions and comments should be sent to Cygwin-xfree mailing list. There are other developers at the Cygwin-xfree mailing list who could help you with Cygwin specific questions. Therefore Cygwin-xfree mailing is the appropriate place to sent questions. I had mentioned this several time. I hope you and others would honor the mailing list rules and my requests. To answer your question, you are using B 20.1 stock wile binaries distributed are for Cygwin v 1.0 and/or latest snapshot. Suhaib > -----Original Message----- > From: Waldemar Pilecki [ mailto:w.pilecki@ifs.com.pl ] > Sent: Friday, April 07, 2000 5:06 AM > To: 'ssiddiqi@inspirepharm.com' > Subject: Cygwin-XFree > > > Hello. > > I would like to try Cygwin-XFree enviroment on my Windows NT 4.0 SP 5 > (polish version). > But I can't run any X application (xterm). Appear Windows message box with > text: > 'Entry point _ctype_ could not be find in cygwin1.dll'. > > What is matter? > > Regards > Waldemar Pilecki. From ssiddiqi@InspirePharm.Com Fri Apr 7 03:52:00 2000 From: ssiddiqi@InspirePharm.Com (Suhaib M. Siddiqi) Date: Fri, 07 Apr 2000 03:52:00 -0000 Subject: Building XFree References: <014b01bfa06f$71964230$0200a8c0@VOYAGER> Message-ID: Well, I am caught one of those nasty fight between my private ISP RR.COM and ORBS.ORG. A while ago ORBS reported to rr.com smtp server as being OpenRelay sysem, they did not fix it and after repeated requests, ORBS permanently added entire rr.com Netblocks. Now RR.COM is not runing OpenRelay system, at least in my Zone (North Carolina) but ORBS is permanently blocking them. I sent messages to ORBS.org and they are not removing rr.com IPs, at least the one in my Zone, though servers are not OpenRelay any more. I think this kind of behavior from ORBS.ORG is rediculous. This puts entire ORBS databse integrity in question. It means ORBS would block permanently IP traffic from an ISP because of pervious differences or in the past the ISP blocked ORBS for reasons. > Most of it looks like it has built now - other than libGL which still has > problems, it looks as though it just missing the extra addins you added to > the binary distribution. > > > Also, there was typo error in the Imakefile for /programs/xload > -X11 should be -lX11 > Thanks. I will fix it in 4.0a. > #ifdef cygwinArchitecture /*not really syslibs, but needed to resolve > symbols*/ > SYS_LIBRARIES = -L../../exports/lib -lXt -lSM -lICE -lXmu -lX11 > #endif > > Ummmmm... you do not do that. You are breaking Imake rules. All the compiled links have symlink in exports/lib and DLLs copied to exports/bin, executable sould link to them if they do not then I need to find out what part of the Imakefile was broken for which lib and/or xlient. Suhaib > Trevor From ssiddiqi@InspirePharm.Com Fri Apr 7 03:57:00 2000 From: ssiddiqi@InspirePharm.Com (Suhaib M. Siddiqi) Date: Fri, 07 Apr 2000 03:57:00 -0000 Subject: Building XFree References: <010501bfa034$68d5f860$0200a8c0@VOYAGER> Message-ID: > I think I fixed the build problem. > the /lib/X11 dir would build using dlltool 2.9.5/dllwrap 0.2.4 > from the cvs > but not with dlltool 2.9-cygwin-990830/dllwrap 0.2.4 which is from the CD > v1.0. I assume dllwrap calls dlltool > What is your dlltool ver? I do not think so. On my PC dlltools from B20.1, Cygwin v 1.0 and from CVS, worked OK. > > However this presented new problems with building /lib/Xext > > 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` > VERSION 6.4 > libXext.exp(.edata+0x74):fake: undefined reference to > `XPanoramiXAllocInfo' > libXext.exp(.edata+0x78):fake: undefined reference to > `XPanoramiXGetScreenCount' > libXext.exp(.edata+0x7c):fake: undefined reference to > `XPanoramiXGetScreenSize' > libXext.exp(.edata+0x80):fake: undefined reference to `XPanoramiXGetState' > libXext.exp(.edata+0x84):fake: undefined reference to > `XPanoramiXQueryExtension' > libXext.exp(.edata+0x88):fake: undefined reference to > `XPanoramiXQueryVersion' > collect2: ld returned 1 exit status > dllwrap: gcc exited with status 1 > make: *** [libXext.dll] Error 1 > You are getting this because you have defined XPanorama Extension. > > This is easily fixed by commenting out the following lines in Xext-def.cpp > as they are not used by Xext Should be protected by #ifdef not commented out. Otherwise you will be breaking XFree86 code for all the other plaforms. > > /* XPanoramiXQueryVersion > XPanoramiXAllocInfo > XPanoramiXGetScreenCount > XPanoramiXGetScreenSize > XPanoramiXGetState > XPanoramiXQueryExtension*/ > > > I will work on it some more as I get time > > Trevor From ssiddiqi@nc.rr.com Fri Apr 7 19:02:00 2000 From: ssiddiqi@nc.rr.com (Suhaib M. Siddiqi) Date: Fri, 07 Apr 2000 19:02:00 -0000 Subject: test Message-ID: ORBS test From ssiddiqi@InspirePharm.Com Mon Apr 10 10:25:00 2000 From: ssiddiqi@InspirePharm.Com (Suhaib M. Siddiqi) Date: Mon, 10 Apr 2000 10:25:00 -0000 Subject: Problems with Lesstif(?)/DDD, can you help me? References: <151F3D2AE9F0D3119E480004ACB8EA37163C69@cluster01.axis.se> Message-ID: Do a search on mail archive or go to http://sourceware.cygnus.com/cygwin/xfree and read FAQ. you basically need to set your XKeysymDB abd XErrorDB. The most approriate place to ask questions related to X/Cygwin is cygwin-xfree mailing list. Please direct your further questions to this list, not directlry to me. Thanks Suhaib > -----Original Message----- > From: H????kan Persson [ mailto:hakan.persson@axis.com ] > Sent: Monday, April 10, 2000 12:56 PM > To: 'Suhaib Siddiqi, ssiddiqi@inspirepharm.com' > Subject: FW: Problems with Lesstif(?)/DDD, can you help me? > > > > Hello, > I downloaded DDD 3.1.4 (binary for cygwin) from > http://www.geocities.com/ResearchTriangle/Forum/6298/ . > Unfortunately I cannot make it work properly. DDD starts up OK > and all menu choices and buttons in the GUI work fine, but the > keyboard is dead. Can you help me? Any help is greatly appreciated. > Thanks, > H????kan Persson > > ----------------------------------- > Warnings printed on the terminal: > > > Warning: translation table syntax error: Unknown keysym name: osfActivate > Warning: ... found while parsing ':osfActivate: > PrimitiveParentActiv > ate()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfHelp > Warning: ... found while parsing ':osfHelp: Help()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfActivate > Warning: ... found while parsing ':osfActivate: > PrimitiveParentActiv > ate()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfCancel > Warning: ... found while parsing ':osfCancel: MenuEscape()' > Warning: String to TranslationTable conversion encountered errors > (none) > Warning: translation table syntax error: Unknown keysym name: osfActivate > (Annoyed? Try 'Edit->Preferences->General->Suppress X Warnings'!) > Warning: ... found while parsing ':osfActivate: > ManagerParentActivat > e()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: > osfBeginLine > Warning: ... found while parsing ':osfBeginLine: > ManagerGadgetTravers > eHome()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfActivate > Warning: ... found while parsing ':osfActivate: > DrawingAreaInput() M > anagerParentActivate()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfUp > Warning: ... found while parsing ':osfUp: > DrawingAreaInput() M > anagerGadgetTraverseUp()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: > osfBeginLine > Warning: ... found while parsing ':c osfBeginLine: > SWTopLineGrab()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfActivate > Warning: ... found while parsing ':osfActivate: > ManagerParentActivat > e()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfSelect > Warning: ... found while parsing ':osfSelect: > MenuBarGadgetSelect( > )' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfActivate > Warning: ... found while parsing ':osfActivate: > ManagerParentActivat > e()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfSelect > Warning: ... found while parsing ':osfSelect: > ManagerGadgetSelect( > )' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfHelp > Warning: ... found while parsing ':osfHelp: MenuHelp()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfSelect > Warning: ... found while parsing ':osfSelect: > ArmAndActivate()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfActivate > Warning: ... found while parsing ':osfActivate: > PrimitiveParentActiv > ate()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfSelect > Warning: ... found while parsing ':osfSelect: KActivate()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfSelect > Warning: ... found while parsing ':osfSelect: KeySelect()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfSelect > Warning: ... found while parsing ':osfSelect: KeySelect()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfSelect > Warning: ... found while parsing ':osfSelect: > ArmAndActivate()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfActivate > Warning: ... found while parsing ':osfActivate: > PrimitiveParentActiv > ate()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfHelp > Warning: ... found while parsing ':osfHelp: > ManagerGadgetHelp()' > > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfHelp > Warning: ... found while parsing ':osfHelp: > ManagerGadgetHelp()' > > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfActivate > Warning: ... found while parsing ':osfActivate: > PrimitiveParentActiv > ate()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfInsert > Warning: ... found while parsing ':c m osfInsert: > copy-primary()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: > osfPrimaryPaste > Warning: ... found while parsing ':m osfPrimaryPaste: cut-primary()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: > osfBackSpace > Warning: ... found while parsing 'CtrlosfBackSpace: > delete-previous-word()' > > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfActivate > Warning: ... found while parsing ':osfActivate: > PrimitiveParentActiv > ate()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfLeft > Warning: ... found while parsing ':c osfLeft: > ListLeftPage()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: > osfBeginLine > Warning: ... found while parsing 's c osfBeginLine: > ListBeginDataExtend( > )' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfActivate > Warning: ... found while parsing ':osfActivate: > PrimitiveParentActiv > ate()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: > osfBackSpace > Warning: ... found while parsing '~MetaosfBackSpace: > gdb-process(delete-pre > vious-character)' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfLeft > Warning: ... found while parsing '~Meta ~Shift CtrlosfLeft: > move-sele > cted(-grid, 0)' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: > osfPrimaryPaste > Warning: ... found while parsing ':m osfPrimaryPaste: cut-primary()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: > osfBackSpace > Warning: ... found while parsing 'CtrlosfBackSpace: > delete-previous-word()' > > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfPageUp > Warning: ... found while parsing '~Shift osfPageUp: > previous-page() sour > ce-update-glyphs()' > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: > osfBackSpace > Warning: ... found while parsing 'CtrlosfBackSpace: > delete-previous-word()' > > Warning: String to TranslationTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: osfUp > Warning: ... found while parsing ':osfUp: > SelectionBoxUpOrDown > (0)' > Warning: String to AcceleratorTable conversion encountered errors > Warning: translation table syntax error: Unknown keysym name: > osfBackSpace > Warning: ... found while parsing 'CtrlosfBackSpace: > delete-previous-word()' > > Warning: String to TranslationTable conversion encountered errors > Warning: > Name: command_shell > Class: ApplicationShell > Traversal.c:_XmMgrTraversal(2920) - I just Traversed into a > different shell! > !! > > Warning: > Name: command_shell > Class: ApplicationShell > Traversal.c:_XmMgrTraversal(2920) - I just Traversed into a > different shell! > !! > > Warning: > Name: command_shell > Class: ApplicationShell > Traversal.c:_XmMgrTraversal(2920) - I just Traversed into a > different shell! > !! > > bash-2.02$ From saurabh_j_jain@yahoo.com Wed Apr 12 07:46:00 2000 From: saurabh_j_jain@yahoo.com (Saurabh Jain) Date: Wed, 12 Apr 2000 07:46:00 -0000 Subject: win32 console wrapper Message-ID: <20000412144614.6954.qmail@web705.mail.yahoo.com> Certain character or console based programs have difficulty running in telnet sessions Eg vi.exe All these programs create a hidden console which many telnet sessions are unable to recognise. Pragma Systems have developed a wrapper program that makes such programs run as follows: wrap vi filename [Note :wrap is the wrapper program] But this wrapper is restricted to there propritory telnet server only. Is it possible to provide a unrestricted wrapper program to execute such programs in any telnet session. Regards, Saurabh Jain __________________________________________________ Do You Yahoo!? Send online invitations with Yahoo! Invites. http://invites.yahoo.com From ssiddiqi@inspirepharm.com Wed Apr 12 07:53:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Wed, 12 Apr 2000 07:53:00 -0000 Subject: win32 console wrapper References: <20000412144614.6954.qmail@web705.mail.yahoo.com> Message-ID: > -----Original Message----- > From: cygwin-xfree-owner@sourceware.cygnus.com > [ mailto:cygwin-xfree-owner@sourceware.cygnus.com]On Behalf Of Saurabh > Jain > Sent: Wednesday, April 12, 2000 7:46 AM > To: cygwin-xfree@sourceware.cygnus.com > Subject: win32 console wrapper > > > Certain character or console based programs have > difficulty running in telnet sessions Eg vi.exe > All these programs create a hidden console which many > telnet sessions are unable to recognise. > > Pragma Systems have developed a wrapper program that > makes such programs run as follows: > wrap vi filename [Note :wrap is the wrapper program] > But this wrapper is restricted to there propritory > telnet server only. > > Is it possible to provide a unrestricted wrapper > program to execute such programs in any telnet > session. Out of Subject for Cygwin-xfree project. You may consider checking Cygwin mailing list at cygwin@sourceware.cygnus.com. This project relates to only porting XFree86 to Cygwin/Win32, Xclients and other X-servers for Cygwin. BTW: you may consider writing/contributing what you need to Cygwin. If everyone asks and no one contributes, there would be no new utilities and enhancements. Regards Suhaib > > Regards, > Saurabh Jain > > __________________________________________________ > Do You Yahoo!? > Send online invitations with Yahoo! Invites. > http://invites.yahoo.com From craig_stevenson_of_socorro@yahoo.com Thu Apr 13 10:30:00 2000 From: craig_stevenson_of_socorro@yahoo.com (Craig Stevenson) Date: Thu, 13 Apr 2000 10:30:00 -0000 Subject: usage of Xt? Message-ID: <20000413172957.22062.rocketmail@web222.mail.yahoo.com> Dear Cygwinners: I have been working for a few weeks porting some apps and libraries from linux to win32 under cygwin. I have been successful building some DLL's that don't use X. (Yeah!) These DLL's include public DATA, so I learned the __declspec() trick. Overall, I think I understand the DLL process versus the *.so process under linux. My problem has been with a pesky X library that uses Motif. It works great in the example apps when compiled statically, but not dynamically in the DLL. The library uses: -lXm -lXt -lX11 -lSM -lICE It compiles the DLL without incident. The example compiles without incident. When I run the example I get the following to stderr: Warning: translation table syntax error: Unknown event type : BtnMotion Warning: ... found while parsing ': ManagerGadgetButtonM otion()' Warning: String to TranslationTable conversion encountered errors Warning: translation table syntax error: Unknown event type : EnterWindow Warning: ... found while parsing ': ManagerEnter()' Warning: String to TranslationTable conversion encountered errors Warning: translation table syntax error: Unknown event type : Btn1Down Warning: ... found while parsing ': XmLFolderActivate()' Warning: String to TranslationTable conversion encountered errors Error: Couldn't find per display information No X window is built. I am no Xpert unfortunately. However, these warnings appear to be bubbling up out of Xt. Is it possible that the fact that Xt is only static is a problem??? In the list of libraries, Xm and Xt are both static and the others are dynamic. I found a note that pertains to this in the Cygwin-XFree FAQ. It is 3.12. The note leads me to believe that it is not possible to build an Xt dll due to a problem with static initialization of global data (perhaps precisely my problem). Anyway, I am fishing for advice on how to proceed. Is it possible that I need a dll version of Xt and Xm? Or is something else the issue? Thank you all for the advice. I would like to say that without lurking through the mailing list archive proceeding as far as I have with this project would have been flat out impossible. Thanks! ===== -- Craig Stevenson -- Home Page: http://www.sdc.org/~craigs/ -- Recently computed: The 200 billionth digit of pi is 2. __________________________________________________ Do You Yahoo!? Send online invitations with Yahoo! Invites. http://invites.yahoo.com From ssiddiqi@inspirepharm.com Thu Apr 13 10:41:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Thu, 13 Apr 2000 10:41:00 -0000 Subject: usage of Xt? References: <20000413172957.22062.rocketmail@web222.mail.yahoo.com> Message-ID: It is correct that you cannot build Xt as a DLL, unless you use the trick Exceed folks did... that write a custom dll and all the X and MOTIF dlls call it first. Your problems is that you need to set XKeysymDb and XErrorDB. This had been discussed a few times and you should an answer to your problem in mailing list archives of cygwin-xfree and cygwin. I am updating the FAQ and a work around for this problem will be in updated FAQ. Actually I had been working on updating FAQ and Cygwin-xfree URL today. Suhaib > -----Original Message----- > From: cygwin-xfree-owner@sourceware.cygnus.com > [ mailto:cygwin-xfree-owner@sourceware.cygnus.com]On Behalf Of Craig > Stevenson > Sent: Thursday, April 13, 2000 10:30 AM > To: cygwin-xfree > Subject: usage of Xt? > > > Dear Cygwinners: > > I have been working for a few weeks porting some apps > and libraries from linux to win32 under cygwin. > > I have been successful building some DLL's that don't > use X. (Yeah!) These DLL's include public DATA, so I > learned the __declspec() trick. Overall, I think I > understand the DLL process versus the *.so process > under linux. > > My problem has been with a pesky X library that uses > Motif. It works great in the example apps when > compiled statically, but not dynamically in the DLL. > > The library uses: -lXm -lXt -lX11 -lSM -lICE > > It compiles the DLL without incident. The example > compiles without incident. When I run the example I > get the following to stderr: > > > Warning: translation table syntax error: Unknown event > type : BtnMotion > Warning: ... found while parsing ': > ManagerGadgetButtonM > otion()' > Warning: String to TranslationTable conversion > encountered errors > Warning: translation table syntax error: Unknown event > type : EnterWindow > Warning: ... found while parsing ': > ManagerEnter()' > Warning: String to TranslationTable conversion > encountered errors > Warning: translation table syntax error: Unknown event > type : Btn1Down > Warning: ... found while parsing ': > XmLFolderActivate()' > Warning: String to TranslationTable conversion > encountered errors > Error: Couldn't find per display information > > > No X window is built. I am no Xpert unfortunately. > However, these warnings appear to be bubbling up out > of Xt. Is it possible that the fact that Xt is only > static is a problem??? In the list of libraries, Xm > and Xt are both static and the others are dynamic. > > I found a note that pertains to this in the > Cygwin-XFree FAQ. It is 3.12. The note leads me to > believe that it is not possible to build an Xt dll due > to a problem with static initialization of global data > (perhaps precisely my problem). > > Anyway, I am fishing for advice on how to proceed. Is > it possible that I need a dll version of Xt and Xm? > Or is something else the issue? > > Thank you all for the advice. I would like to say > that without lurking through the mailing list archive > proceeding as far as I have with this project would > have been flat out impossible. Thanks! > > > ===== > -- Craig Stevenson > -- Home Page: http://www.sdc.org/~craigs/ > -- Recently computed: The 200 billionth digit of pi is 2. > > __________________________________________________ > Do You Yahoo!? > Send online invitations with Yahoo! Invites. > http://invites.yahoo.com From ssiddiqi@inspirepharm.com Thu Apr 13 13:13:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Thu, 13 Apr 2000 13:13:00 -0000 Subject: URL update Message-ID: Finally I manage to spare a few hours to update Cygwin/XFree URL and fix broken links. Please do report typos and broken links, if you find any. Thanks Suhaib From craig_stevenson_of_socorro@yahoo.com Thu Apr 13 13:19:00 2000 From: craig_stevenson_of_socorro@yahoo.com (Craig Stevenson) Date: Thu, 13 Apr 2000 13:19:00 -0000 Subject: usage of Xt? Message-ID: <20000413201931.14428.qmail@web208.mail.yahoo.com> Thanks for the quick reply. --- Suhaib Siddiqi wrote: > Your problems is that you need to set XKeysymDb and > XErrorDB. This had been > discussed > a few times and you should an answer to your problem > in mailing list > archives of cygwin-xfree > and cygwin. Unfortunately, these variables do not appear to be the culprits. They are currently set to SET XKeysymDB=C:\usr\X11R6.4\lib\X11\XKeysymDB SET XErrorDB=C:\usr\X11R6.4\lib\X11\XErrorDB in cygnus.bat. In env they appear in all uppercase (XERRORDB), which is I think correct. They don't alter the behavior of the warning messages whether they are set or unset. Well, since I'm at a loss, I'll quote some statistics of my rig. I'm using Windows 2000, Xvnc. The version of X I'm using came from cygwin-xfree-x11r6.4-cygwin-B20.1.tar.bz2. Thanks again for the response. ===== -- Craig Stevenson -- Home Page: http://www.sdc.org/~craigs/ -- Recently computed: The 200 billionth digit of pi is 2. __________________________________________________ Do You Yahoo!? Send online invitations with Yahoo! Invites. http://invites.yahoo.com From ssiddiqi@inspirepharm.com Thu Apr 13 13:29:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Thu, 13 Apr 2000 13:29:00 -0000 Subject: usage of Xt? References: <20000413201931.14428.qmail@web208.mail.yahoo.com> Message-ID: > Unfortunately, these variables do not appear to be the > culprits. They are currently set to > SET XKeysymDB=C:\usr\X11R6.4\lib\X11\XKeysymDB > SET XErrorDB=C:\usr\X11R6.4\lib\X11\XErrorDB > in cygnus.bat. > > In env they appear in all uppercase (XERRORDB), which > is I think correct. They don't alter the behavior of > the warning messages whether they are set or unset. Try setting in Windows ENV. My Computer --> Properties -->Environment > > Well, since I'm at a loss, I'll quote some statistics > of my rig. > I'm using Windows 2000, Xvnc. The version of X I'm > using came from > cygwin-xfree-x11r6.4-cygwin-B20.1.tar.bz2. >From where XVNC came? The XVNC from Cygwi/XFree "contrib" directory was built using MSVC. Are you using it? If so, then is your Cygwin mounted disk in binary mode? If all is "true" then you are runing into text verses binary format issue. MSVC compiled binary needs M$ vanilla format. Try converting it to Windows format. One of the good utility I use is a shareware ConvertCRLF available from http://www.winfiles.com . Suhaib > > Thanks again for the response. > > > > ===== > -- Craig Stevenson > -- Home Page: http://www.sdc.org/~craigs/ > -- Recently computed: The 200 billionth digit of pi is 2. > > __________________________________________________ > Do You Yahoo!? > Send online invitations with Yahoo! Invites. > http://invites.yahoo.com From craig_stevenson_of_socorro@yahoo.com Thu Apr 13 15:51:00 2000 From: craig_stevenson_of_socorro@yahoo.com (Craig Stevenson) Date: Thu, 13 Apr 2000 15:51:00 -0000 Subject: usage of Xt? Message-ID: <20000413225144.28985.qmail@web213.mail.yahoo.com> --- Suhaib Siddiqi wrote: > From where XVNC came? The XVNC from Cygwi/XFree > "contrib" directory > was built using MSVC. Are you using it? If so, > then > is your Cygwin mounted disk in binary mode? If all > is "true" > then you are runing into text verses binary format > issue. MSVC compiled > binary needs M$ vanilla format. Try converting it > to Windows format. One I am intrigued by this idea. I can't say right now whether it's the trick or not though. Previously I happened to mounted in textmode rather than binmode. The Xvnc is indeed from the contrib directory. Upon remounting in binmode, Xvnc promptly broke. Is binmode mounting a better choice as a rule?? In looking at the Xvnc source, it looks like it is designed for VC++ compilation solely, I saw no parallel make system to build it under gcc. You suggest converting the text files (to DOS I think). Which files? All such in the /usr/X11R6 perhaps? Or just the ones pointed to by the environment variables? Is not remounting in textmode a cleaner solution? I guess all this makes me think I chose the wrong X-server. Is there a better choice? Thanks. ===== -- Craig Stevenson -- Home Page: http://www.sdc.org/~craigs/ -- Recently computed: The 200 billionth digit of pi is 2. __________________________________________________ Do You Yahoo!? Send online invitations with Yahoo! Invites. http://invites.yahoo.com From degnbol@danbbs.dk Thu Apr 13 16:11:00 2000 From: degnbol@danbbs.dk (Gunnar Degnbol) Date: Thu, 13 Apr 2000 16:11:00 -0000 Subject: Remote Shell Extension Message-ID: <4.2.1.20000414005619.00e35670@mail.danbbs.dk> I have written a Windows shell extension that may be of interest. It runs Linux programs through X when they are double-clicked on a Samba share. It has not been tested with xfree, but I think it would work. It can be downloaded from http://www.danbbs.dk/~degnbol/software/rse-0.18.zip Gunnar From ssiddiqi@inspirepharm.com Thu Apr 20 09:15:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Thu, 20 Apr 2000 09:15:00 -0000 Subject: Help with building xc with cygwin-1.1.0 References: <001201bfaae2$92c10f80$b021e396@lin.foa.se> Message-ID: Sorry, but I think it is time to stop answering messages which comes directly to me. Looks like people refuse to honor my requests. Send your mail to cygwin-xfree list. i am not runing a software tech support department here. It is an opensource project and I work as a voilunteer developer. I have a lot of other responsibilties at my "REAL WORK" place. Thanks Suhaib > -----Original Message----- > From: Christian J????nsson FOA 72 [ mailto:chj@lin.foa.se ] > Sent: Thursday, April 20, 2000 9:08 AM > To: "Suhaib Siddiqi" > Subject: Help with building xc with cygwin-1.1.0 > > > Hello, > > I was just curious about rebuilding the sourceware.cygnus.com > X11R6.4 libraries and clients under cygwin-1.1.0. What I did > was that I deleted the Makefile in config/imake, patched the > config/cf/cygwin.cf to have i686-pc-cygwin instead of > i586-cygwin32 in the StdInclude XCOMM section, issued > make Everything.... My guess is that that will do the trick... > > I'm off now and will get back tomorrow and if you have some > suggestion about what else I need to do to rebuild, pls let me > know. > > Cheers, > > /ChJ From cgf@cygnus.com Thu Apr 20 12:45:00 2000 From: cgf@cygnus.com (Chris Faylor) Date: Thu, 20 Apr 2000 12:45:00 -0000 Subject: Help with building xc with cygwin-1.1.0 References: <001201bfaae2$92c10f80$b021e396@lin.foa.se> Message-ID: <20000420154539.B1862@cygnus.com> On Thu, Apr 20, 2000 at 12:16:03PM -0700, Suhaib Siddiqi wrote: >Sorry, but I think it is time to stop answering messages which comes >directly to me. Looks like people refuse to honor my requests. > >Send your mail to cygwin-xfree list. i am not runing a software tech >support department here. It is an opensource project and I work as a >voilunteer developer. I have a lot of other responsibilties at my >"REAL WORK" place. Just to add some support, PLEASE everyone honor Suhaib's request. We're very lucky to have him coordinating this project. Suhaib, maybe you should remove your email address from the xfree web page and just substitute the mailing list address instead. Also, I should mention that I know *exactly* how you feel. I actually have a canned script that I send people who send me email concerning cygwin. It cuts down on my reply times. cgf From ssiddiqi@inspirepharm.com Thu Apr 20 13:36:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Thu, 20 Apr 2000 13:36:00 -0000 Subject: Help with building xc with cygwin-1.1.0 References: <20000420154539.B1862@cygnus.com> Message-ID: Chris, thanks. I actually changed the e-mail addresses of all the contributors. I had been extremely busy with work and after Cygwin v 1.1. was released users started sending messages directly to me about "How to Compile". Anyhow to Cygwin 1.1.0 Net Release users: the pre-compiled code in ftp;//sourceware.cygnus.cygwin.com/pub/cygwin/xfree/xc-4-binaries would work with Cygwin v 1.0 CD Release, as well as Cygwin 1.1.0 Net Release. There is no need to recompile, unless you have a need to do it. Beware, there are some mistkaes in cygwin.cf files, and they were discussed 2 weeks ago on this list. Suhaib > > Also, I should mention that I know *exactly* how you feel. I actually > have a canned script that I send people who send me email concerning > cygwin. It cuts down on my reply times. > > cgf From icdi@kdb.snu.ac.kr Sun Apr 23 19:51:00 2000 From: icdi@kdb.snu.ac.kr (Kwon Keun Joo) Date: Sun, 23 Apr 2000 19:51:00 -0000 Subject: Question about X-term Message-ID: <000801bfad98$0410b020$b7742e93@snu.ac.kr> Thank you for developing useful applications. ???? I downloaded cygwinb20 and cygwin-xfree. ???? And launch eXceed(a win95 based X-window server) and test several programs. ???? Simple programs like 'Xclock' works well, but 'Xterm' doesn't work. ???? I've got the following messages. ???? BASH.EXE-2.02$ xterm 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 xterm:???? unable to find usable termcap entry. BASH.EXE-2.02$ ???? I'm using????a korean version of win98se. ???? So I've tried to compile a korean version of Xterm, namely 'Hanterm'. ???? But, linking was failed ,as some functions????of 'utmp.h' cannot be resolved e.g.'setutent'. ???? ???? Summary: ???? Is 'Xterm' working correctly in other systems? ???? Where can I get a library that contains functions????of 'utmp.h'? ???? ???? ???? ???? ???? ???? From ssiddiqi@inspirepharm.com Mon Apr 24 05:05:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Mon, 24 Apr 2000 05:05:00 -0000 Subject: Question about X-term References: <000801bfad98$0410b020$b7742e93@snu.ac.kr> Message-ID: >BASH.EXE-2.02$ xterm >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 These are just the warnings and can be ignored.???? You should have /usr/X11R6/lib/X11, that is where apps look for C locale.???? If you have installed the X11R6 ina???? different directory, you need to then set C_LOCALE.???? For example Set C_LOCALE=/my_directory/lib/X11/C ???? >Failed to open input method >xterm:???? unable to find usable termcap entry. These are the errors and xterm failed because it could not find a useful termcap entry in /etc/termcap file. ???? I have no idea about Korean Win98. ???? All the clients work ok under all the English Windows OS's. ???? > Where can I get a library that contains functions????of 'utmp.h'? ???? In Cygwin Development Tools. ???? Suhaib -----Original Message----- From: cygwin-xfree-owner@sourceware.cygnus.com [mailto:cygwin-xfree-owner@sourceware.cygnus.com] On Behalf Of Kwon Keun Joo Sent: Sunday, April 23, 2000 7:52 PM To: cygwin-xfree@sourceware.cygnus.com Subject: Question about X-term Thank you for developing useful applications. ???? I downloaded cygwinb20 and cygwin-xfree. ???? And launch eXceed(a win95 based X-window server) and test several programs. ???? Simple programs like 'Xclock' works well, but 'Xterm' doesn't work. ???? I've got the following messages. ???? BASH.EXE-2.02$ xterm 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 xterm:???? unable to find usable termcap entry. BASH.EXE-2.02$ ???? I'm using????a korean version of win98se. ???? So I've tried to compile a korean version of Xterm, namely 'Hanterm'. ???? But, linking was failed ,as some functions????of 'utmp.h' cannot be resolved e.g.'setutent'. ???? ???? Summary: ???? Is 'Xterm' working correctly in other systems? ???? Where can I get a library that contains functions????of 'utmp.h'? ???? ???? ???? ???? ???? ???? From kevh@cgocable.net Mon Apr 24 17:16:00 2000 From: kevh@cgocable.net (kevh@cgocable.net) Date: Mon, 24 Apr 2000 17:16:00 -0000 Subject: Question about X-term References: <000801bfad98$0410b020$b7742e93@snu.ac.kr> Message-ID: <20000424201537.A17749@cgocable.net> On Mon, Apr 24, 2000 at 08:06:41AM -0700, Suhaib Siddiqi wrote: > >Failed to open input method > >xterm: unable to find usable termcap entry. > > These are the errors and xterm failed because it could not find a useful > termcap entry in /etc/termcap file. I don't think the official cygwin release includes a termcap file. > I have no idea about Korean Win98. > > All the clients work ok under all the English Windows OS's. Not on my Win95 installation of x11r6.3. I'm seeing the same thing. (The mirror site I used still doesn't have 6.4, so this might have changed.) In any case, the rxvt program from the cygutils site works fine for me as a substitute. ( http://cygutils.netpedia.net/V1.1/rxvt-2.6.1/index.html ) -Kevin From cgf@cygnus.com Mon Apr 24 18:09:00 2000 From: cgf@cygnus.com (Chris Faylor) Date: Mon, 24 Apr 2000 18:09:00 -0000 Subject: Question about X-term References: <000801bfad98$0410b020$b7742e93@snu.ac.kr> <20000424201537.A17749@cgocable.net> Message-ID: <20000424210939.B4964@cygnus.com> On Mon, Apr 24, 2000 at 08:15:38PM -0400, kevh@cgocable.net wrote: >On Mon, Apr 24, 2000 at 08:06:41AM -0700, Suhaib Siddiqi wrote: >> >Failed to open input method >> >xterm: unable to find usable termcap entry. >> >> These are the errors and xterm failed because it could not find a useful >> termcap entry in /etc/termcap file. > >I don't think the official cygwin release includes a termcap file. There *is* a termcap file in the official cygwin release. cgf From sunji@msn.com Mon Apr 24 19:00:00 2000 From: sunji@msn.com (Jianhua Sun) Date: Mon, 24 Apr 2000 19:00:00 -0000 Subject: data integrity error when decompressing for files in drivers Message-ID: <000d01bfae5a$b6c95240$c39bfea9@crystal> I have tried several times to download files from the drivers, all files except ntux_ddx-3_tar.bz2 have the same problem, i.e., data integrity error. The files downloaded from other directories are ok. I don't know if anyone else has this problem? J. Sun From ssiddiqi@inspirepharm.com Tue Apr 25 04:00:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Tue, 25 Apr 2000 04:00:00 -0000 Subject: Question about X-term References: <20000424201537.A17749@cgocable.net> Message-ID: There are a bunch of statements in your mail, which indicate to me you are using some sort of a soup. > > On Mon, Apr 24, 2000 at 08:06:41AM -0700, Suhaib Siddiqi wrote: > > >Failed to open input method > > >xterm: unable to find usable termcap entry. > > > > These are the errors and xterm failed because it could not find a useful > > termcap entry in /etc/termcap file. > > I don't think the official cygwin release includes a termcap file. Yes there is one. Which Cygwin are you using? B19, B20, Version 1.0, version 1.1.0?? > > > I have no idea about Korean Win98. > > > > All the clients work ok under all the English Windows OS's. > > Not on my Win95 installation of x11r6.3. I'm seeing the same thing. > (The mirror site I used still doesn't have 6.4, so this might have > changed.) There is no X11R6.3 package, any more, available from http://sourceware.cygnus.com/cygwin/xfree Which mirror site did you use? Did you try Cygwin/Xfree Home Page at the above mentioned URL? > > In any case, the rxvt program from the cygutils site works fine for > me as a substitute. > ( http://cygutils.netpedia.net/V1.1/rxvt-2.6.1/index.html ) I thought rxvt is from Buba??? The rxvt should not require an X-server if that is the correct version as distributed by it's original author. Since that version does not need X11 libs you should not see C locale and termcap entry warning and/or errors. Suhaib > > -Kevin From ssiddiqi@inspirepharm.com Tue Apr 25 04:02:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Tue, 25 Apr 2000 04:02:00 -0000 Subject: data integrity error when decompressing for files in drivers References: <000d01bfae5a$b6c95240$c39bfea9@crystal> Message-ID: No one reported the file corruption problems yet. I will check the integrity of files. Suhaib > -----Original Message----- > From: cygwin-xfree-owner@sourceware.cygnus.com > [ mailto:cygwin-xfree-owner@sourceware.cygnus.com]On Behalf Of Jianhua > Sun > Sent: Monday, April 24, 2000 6:40 PM > To: cygwin-xfree@sourceware.cygnus.com > Subject: data integrity error when decompressing for files in drivers > > > I have tried several times to download files from the drivers, all files > except ntux_ddx-3_tar.bz2 have the same problem, i.e., data > integrity error. > The files downloaded from other directories are ok. I don't know if anyone > else has this problem? > > J. Sun > > > From ssiddiqi@inspirepharm.com Tue Apr 25 04:40:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Tue, 25 Apr 2000 04:40:00 -0000 Subject: data integrity error when decompressing for files in drivers References: <000d01bfae5a$b6c95240$c39bfea9@crystal> Message-ID: Try again. I uploaded new copies of the files in drivers subdirectory. Should work fine. Suhaib > -----Original Message----- > From: cygwin-xfree-owner@sourceware.cygnus.com > [ mailto:cygwin-xfree-owner@sourceware.cygnus.com]On Behalf Of Jianhua > Sun > Sent: Monday, April 24, 2000 6:40 PM > To: cygwin-xfree@sourceware.cygnus.com > Subject: data integrity error when decompressing for files in drivers > > > I have tried several times to download files from the drivers, all files > except ntux_ddx-3_tar.bz2 have the same problem, i.e., data > integrity error. > The files downloaded from other directories are ok. I don't know if anyone > else has this problem? > > J. Sun > > > From kevh@cgocable.net Tue Apr 25 09:10:00 2000 From: kevh@cgocable.net (kevh@cgocable.net) Date: Tue, 25 Apr 2000 09:10:00 -0000 Subject: Question about X-term References: <20000424201537.A17749@cgocable.net> Message-ID: <20000425120954.A21134@cgocable.net> On Tue, Apr 25, 2000 at 07:01:38AM -0700, Suhaib Siddiqi wrote: > > I don't think the official cygwin release includes a termcap file. > > Yes there is one. Which Cygwin are you using? B19, B20, Version 1.0, > version 1.1.0?? The latest net release, 1.1.0 I suppose. I'm also using the usr-local tarball from cygutils, but other than that it's mostly a clean install. > > Not on my Win95 installation of x11r6.3. I'm seeing the same thing. > > (The mirror site I used still doesn't have 6.4, so this might have > > changed.) > > There is no X11R6.3 package, any more, available from > http://sourceware.cygnus.com/cygwin/xfree > > Which mirror site did you use? Did you try Cygwin/Xfree Home Page at > the above mentioned URL? No, I didn't originally try Cygnus's ftp server. The ftp.susite.utk.edu/pub/cygwin mirror has a reasonably up-to-date copy of the "latest" directory, but I guess its copies of xfree are ancient. The Cygnus site isn't accepting connections right now, but I'll get 6.4 when it does and let you know if that one is also behaving weirdly. > > In any case, the rxvt program from the cygutils site works fine for > > me as a substitute. > > ( http://cygutils.netpedia.net/V1.1/rxvt-2.6.1/index.html ) > > I thought rxvt is from Buba??? The rxvt should not require an X-server > if that is the correct version as distributed by it's original author. > Since that version does not need X11 libs you should not see C locale > and termcap entry warning and/or errors. I think it's C. Wilson's port. I'm actually setting DISPLAY to send it over to the X-server on my Linux box. I haven't yet tried running a server off Windows, but I'd love to see how that works. ;) Thanks, -Kevin From kevh@cgocable.net Tue Apr 25 09:26:00 2000 From: kevh@cgocable.net (kevh@cgocable.net) Date: Tue, 25 Apr 2000 09:26:00 -0000 Subject: Question about X-term References: <000801bfad98$0410b020$b7742e93@snu.ac.kr> <20000424201537.A17749@cgocable.net> <20000424210939.B4964@cygnus.com> Message-ID: <20000425122553.B21134@cgocable.net> On Mon, Apr 24, 2000 at 09:09:39PM -0400, Chris Faylor wrote: > >I don't think the official cygwin release includes a termcap file. > > There *is* a termcap file in the official cygwin release. Sorry, find and ls -R seem to be behaving wacky on this system (something to do with the mount scheme, I'm guessing.) With Win98's file finder I can see a termcap.h and a libtermcap.a, but no "termcap" file on the system. I don't think I even got a /etc from setup.exe. Do you happen to know which tarball the file is from? This is all just out of curiosity, as I have rxvt working fine and haven't seen any other termcap related problems. Thanks, -Kevin From ssiddiqi@inspirepharm.com Tue Apr 25 09:40:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Tue, 25 Apr 2000 09:40:00 -0000 Subject: Question about X-term References: <20000425120954.A21134@cgocable.net> Message-ID: > On Tue, Apr 25, 2000 at 07:01:38AM -0700, Suhaib Siddiqi wrote: > > > I don't think the official cygwin release includes a termcap file. > > > > Yes there is one. Which Cygwin are you using? B19, B20, Version 1.0, > > version 1.1.0?? > > The latest net release, 1.1.0 I suppose. I'm also using the > usr-local tarball from cygutils, but other than that it's mostly a > clean install. If there are problems with usr/local tar file from Cygwutils, that should be reported to the maintainer of Cygutils. I even have no idea what is usr-local.tar distribution. > No, I didn't originally try Cygnus's ftp server. The > ftp.susite.utk.edu/pub/cygwin mirror has a reasonably up-to-date > copy of the "latest" directory, but I guess its copies of xfree are > ancient. > You should get binary release from ftp://sourceware.cygnus.com/pub/cygwin/xfree/xc-4-binaries > The Cygnus site isn't accepting connections right now, but I'll get > 6.4 when it does and let you know if that one is also behaving > weirdly. > > > > In any case, the rxvt program from the cygutils site works fine for > > > me as a substitute. > > > ( http://cygutils.netpedia.net/V1.1/rxvt-2.6.1/index.html ) > > > > I thought rxvt is from Buba??? The rxvt should not require an X-server > > if that is the correct version as distributed by it's original author. > > Since that version does not need X11 libs you should not see C locale > > and termcap entry warning and/or errors. > > I think it's C. Wilson's port. I'm actually setting DISPLAY to send > it over to the X-server on my Linux box. I haven't yet tried > running a server off Windows, but I'd love to see how that works. ;) > Please report rxvt problems to Cygutils matainer at Cygwin users list. He should be able to help you. Suhaib > Thanks, > -Kevin From kevh@cgocable.net Tue Apr 25 10:59:00 2000 From: kevh@cgocable.net (kevh@cgocable.net) Date: Tue, 25 Apr 2000 10:59:00 -0000 Subject: Question about X-term References: <20000425120954.A21134@cgocable.net> Message-ID: <20000425135912.A22074@cgocable.net> On Tue, Apr 25, 2000 at 12:41:23PM -0700, Suhaib Siddiqi wrote: > Please report rxvt problems to Cygutils matainer at Cygwin users list. He > should be able to help you. I'm not having problems with rxvt, I wrote the first message mainly to confirm the original poster's (Kwon Keun Joo's) problem with xterm. Anyways, I tried the termcap you mailed me, and xterm works properly now, thanks. I'll forward it to Kwon in case his problem is similar. -Kevin From cgf@cygnus.com Tue Apr 25 14:32:00 2000 From: cgf@cygnus.com (Chris Faylor) Date: Tue, 25 Apr 2000 14:32:00 -0000 Subject: Question about X-term References: <000801bfad98$0410b020$b7742e93@snu.ac.kr> <20000424201537.A17749@cgocable.net> <20000424210939.B4964@cygnus.com> <20000425122553.B21134@cgocable.net> Message-ID: <20000425173210.A14423@cygnus.com> On Tue, Apr 25, 2000 at 12:25:54PM -0400, kevh@cgocable.net wrote: >On Mon, Apr 24, 2000 at 09:09:39PM -0400, Chris Faylor wrote: >>>I don't think the official cygwin release includes a termcap file. >> >>There *is* a termcap file in the official cygwin release. > >Sorry, find and ls -R seem to be behaving wacky on this system >(something to do with the mount scheme, I'm guessing.) > >With Win98's file finder I can see a termcap.h and a libtermcap.a, but >no "termcap" file on the system. I don't think I even got a /etc from >setup.exe. Do you happen to know which tarball the file is from? Lesse... Um... Hmm... I think it is in... Oops. It looks like some idiot (i.e., me) forgot to include the termcap file in the termcap/termcap.tar.gz tar.gz file. The same idiot made a strong positive statement without actually bothering to check up on the facts. Anyway, I've uploaded a new termcap/termcap-1.tar.gz file to ftp://sourceware.cygnus.com/~ftp/latest/cygwin/termcap/termcap-1.tar.gz This file has the latest version of termcap in it. Sorry for contributing to the confusion. cgf From zarquon@resnet.gatech.edu Tue Apr 25 15:03:00 2000 From: zarquon@resnet.gatech.edu (Robert Cicconetti) Date: Tue, 25 Apr 2000 15:03:00 -0000 Subject: Question about X-term References: Message-ID: <086601bfaf01$f90c1550$0600a8c0@lazarus> > > There is no X11R6.3 package, any more, available from > http://sourceware.cygnus.com/cygwin/xfree > Try ftp://sourceware.cygnus.com/pub/cygwin/xfree/x11r6.3-cygwin-b20.1.tar.bz2 Robert Cicconetti From ssiddiqi@inspirepharm.com Wed Apr 26 04:34:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Wed, 26 Apr 2000 04:34:00 -0000 Subject: data integrity error when decompressing for files in drivers References: <002201bfaf2f$65ba5fe0$658dfea9@crystal> Message-ID: FIRRST: All the mails concerning Cygwin/XFree go to Cygwin-xfree@sourceware.cygnus.com mailing list. UNLESS YOU ARE AMONG THE DEVELOPERS WHO ARE CONTRIBUTING TO THIS PROJECT OR YOU ARE ONE OF MY CLOSE CONTACT. NO EXCEPTIONS!!! I CANNOT HANDLE DIRECT MAILS. I had been requestion this all along, and the next step would be forcing the implementation at my SMTP server. SECOND: I made the tar with zcvf instead of cvf, sorry about. You could either download again or rename the previous tar files to *.tar.gz and extract with tar -zvxf command. The bytes are correct. You cannot compare bytes from previous releases with the newer releases. Suhaib > -----Original Message----- > From: Jianhua Sun [ mailto:sunji@msn.com ] > Sent: Tuesday, April 25, 2000 8:28 PM > To: Suhaib Siddiqi > Subject: Re: data integrity error when decompressing for files in > drivers > > > This time, the bunzip2 works ok (the data integrity error really happened > when I tried to use bunzip2 ), but the unziped files are not recgonized by > tar. for example: > > %621 tar -tvf xftest_tar > tar: Only read 210 bytes from archive xftest_tar > tar: Error is not recoverable: exiting now > > and look at your directory: > > 04/25/00 11:38AM 2,687,456 iopltest.tar.bz2 > 04/25/00 11:48AM 303 md5.sum > 04/25/00 11:38AM 102,904 ntux_ddx-03.tar.bz2 > 04/25/00 11:38AM 518,440 scrntest.tar.bz2 > 04/25/00 11:38AM 2,188 xfddx_3.tar.bz2 > 04/25/00 11:38AM 270 xfmap.tar.bz2 > 04/25/00 11:38AM 331 xftest.tar.bz2 > > after I use `bunzip2 xftest_tar.bz2`, the size reduced from 331 > bytes to 210 > bytes (suppose to be more). Similar situation happened to all your newly > updated files. Also something very confused me here, I have an old copy of > xftest_tar.bz2 which has a size of 4,198,996 bytes (or about > 4MB), but look > at your new file, only 331 bytes (I updated all other files so don't > remember the old file size)? I repeated several times but still > can't get it > work. Are you sure these are for cygwin on Windows 98/NT version? Have you > tried download, unzip and untar yourself on cygwin and see if it works? > Mostly I believe what you did should be right, but this is really > strange to > me because all other files I downloaded were really ok. > > - J. Sun > > -----Original Message----- > From: Suhaib Siddiqi > To: Jianhua Sun ; cygwin-xfree@sourceware.cygnus.com > > Date: Tuesday, April 25, 2000 7:39 AM > Subject: RE: data integrity error when decompressing for files in drivers > > > >Try again. I uploaded new copies of the files in drivers subdirectory. > >Should work fine. > > > >Suhaib > > > >> -----Original Message----- > >> From: cygwin-xfree-owner@sourceware.cygnus.com > >> [ mailto:cygwin-xfree-owner@sourceware.cygnus.com]On Behalf Of Jianhua > >> Sun > >> Sent: Monday, April 24, 2000 6:40 PM > >> To: cygwin-xfree@sourceware.cygnus.com > >> Subject: data integrity error when decompressing for files in drivers > >> > >> > >> I have tried several times to download files from the drivers, > all files > >> except ntux_ddx-3_tar.bz2 have the same problem, i.e., data > >> integrity error. > >> The files downloaded from other directories are ok. I don't know if > anyone > >> else has this problem? > >> > >> J. Sun > >> > >> > >> > > > > > > From craig_stevenson_of_socorro@yahoo.com Thu Apr 27 13:35:00 2000 From: craig_stevenson_of_socorro@yahoo.com (Craig Stevenson) Date: Thu, 27 Apr 2000 13:35:00 -0000 Subject: PEX Message-ID: <20000427203500.9999.qmail@web204.mail.yahoo.com> Hi: I have been having a problem that looks identical to one mentioned earlier on this list. When running XGGI I get: PEXExtensionInit: Couldn't open default PEX font file Roman_M In addition the mouse buttons appear to have no affect. Things like xclock appear, and I can type on an xterm. So mouse position is being put to use. I get the identical error whether from the binary distribution or building from scratch. I did not get a follow up in the discussion indicating how this was fixed. If somebody has some advice for me I would be glad to hear it. Thanks for the help. The message thread reference is: http://sourceware.cygnus.com/ml/cygwin-xfree/2000-q1/msg00206.html ===== -- Craig Stevenson -- Home Page: http://www.sdc.org/~craigs/ -- Recently computed: The 200 billionth digit of pi is 2. __________________________________________________ Do You Yahoo!? Talk to your friends online and get email alerts with Yahoo! Messenger. http://im.yahoo.com/ From ssiddiqi@inspirepharm.com Thu Apr 27 14:01:00 2000 From: ssiddiqi@inspirepharm.com (Suhaib Siddiqi) Date: Thu, 27 Apr 2000 14:01:00 -0000 Subject: PEX References: <20000427203500.9999.qmail@web204.mail.yahoo.com> Message-ID: This requires, new libGGI. I had a copy of new libGGI from John, did not get a chance to upload it. I will do it tomorrow morning. The PEX font seems to be corrupted too, you could grab the fonts tar ball from xc-4-binaries directories and install it in /usr/X11R6/lib/X11 Suhaib > -----Original Message----- > From: cygwin-xfree-owner@sourceware.cygnus.com > [ mailto:cygwin-xfree-owner@sourceware.cygnus.com]On Behalf Of Craig > Stevenson > Sent: Thursday, April 27, 2000 1:35 PM > To: cygwin-xfree > Subject: PEX > > > Hi: > > I have been having a problem that looks identical to > one mentioned earlier on this list. > > When running XGGI I get: > PEXExtensionInit: Couldn't open default PEX font file > Roman_M > > In addition the mouse buttons appear to have no > affect. > Things like xclock appear, and I can type on an xterm. > So mouse position is being put to use. > > I get the identical error whether from the binary > distribution or building from scratch. > > I did not get a follow up in the discussion indicating > how this was fixed. If somebody has some advice for > me I would be glad to hear it. > > Thanks for the help. > > The message thread reference is: > http://sourceware.cygnus.com/ml/cygwin-xfree/2000-q1/msg00206.html > > ===== > -- Craig Stevenson > -- Home Page: http://www.sdc.org/~craigs/ > -- Recently computed: The 200 billionth digit of pi is 2. > > __________________________________________________ > Do You Yahoo!? > Talk to your friends online and get email alerts with Yahoo! Messenger. > http://im.yahoo.com/ From Richard.GRENON@wanadoo.fr Fri Apr 28 17:40:00 2000 From: Richard.GRENON@wanadoo.fr (Richard.GRENON) Date: Fri, 28 Apr 2000 17:40:00 -0000 Subject: Installing cygwin/xfree Message-ID: <007f01bfb173$e556f560$00e2fea9@oemcomputer> I am not a developper but just a humble user coming from the Unix world. For my first contact with the PC world and Windows, I am trying to install on my new laptop a 3D graphic code that I had written under Unix. The main 3D part of this code is written in Fortran and its very simple 2D graphic interface is written in C with X11 routines. First I installed a Salford Fortran 77 compiler working in a DOS window, then I installed cygwin_b20 (or b20.1, I am not sure, but it seems to me that it was from????the last full.exe file a few days ago) to have the gcc compiler. Installation of Cygwin from the full.exe file was very easy. Both Salford ftn77 and Cygwin gcc compilers are working well in a Cygnus window with bash and I????can easily mix Fortran and C routines.????Salford and Cygwin are exactly what I needed. ???? The problems came when I tried to install cygwin/xfree, because my knowledge????about administration of operating systems and X11 is really near zero! I have downloaded the cygwin-xfree-x11r6.4-cygwin-b20.1.tar.bz2 archive, installed X11R6.4 in /usr, put /usr/X11R6.4/bin in my PATH variable, but I could not run any X11 utility, such as xterm :????Can't open Display! I guessed that this was because no X server was defined, so I downloaded XGGI.exe, although I have read on the web that most of the X servers for cygwin/xfree are still buggy (Use at your own risk !!!). I put XGGI.exe in /usr/X11R6.4/bin and made X as a link to XGGI.exe. Then remembering some features of X11 under Unix, I tried to start X11 with xdm or xinit. I could not use xdm (only root can use xdm, so how can I define root ?)????and xinit failed (LIBGG.0.0.6.DLL not found!). I have spent several hours on the web with a very bad connection, even on mirrors sites, I have read some FAQ and all information that I could reach, but I could not find a clear X11 installation guide for beginners or an automatic installation file such as the full.exe that I used for cygwin_b20. I should like to download only the binaries as I did for cygwin_b20, but what is not very clear is what should I download to make X11 work. Each readme file for a binary says that you need some other stuff from another place and????it is very difficult to have a clear overview of the minimum package that you really need. ???? Of course, I could rebuild the 2D interface of my code with some Fortran graphic routines that are available in Salford ftn77, but I should like to keep the X11 features of my code. My laptop is a Compaq Presario 1800-XL182 with a Pentium III processor at 500 MHz, 64 Mb memory and an ATI 3D Rage LT????PRO AGP 2X video card working with Windows 98. If anybody at cygwin can help me, my question is very simple : what should I do to make X11 work on my laptop (I guess the answer would not be so simple ...) or where can I found the information ? Thank you in advance for helping me getting out of the tunnel, or at least for giving me some light. ???? Best regards ???? Richard Grenon 40 Avenue de la Division Leclerc 92320 Ch????tillon e-mail : Richard.GRENON@wanadoo.fr From ssiddiqi@netscape.net Sun Apr 30 18:56:00 2000 From: ssiddiqi@netscape.net (Suhaib Siddiqi) Date: Sun, 30 Apr 2000 18:56:00 -0000 Subject: Installing cygwin/xfree Message-ID: <20000501015615.822.qmail@www0x.netaddress.usa.net> Hello Richard, Well, ORBS blocks my personal e-mails, therefore following bounced back. I am really not in the mood of maintaing several mailboxes so I can answe= r e-mails to cygwin-xfree list. My options now are I would not answer mess= ages from cygwin-xfree=3D list if I could not post using my normal accounts. Below is a response to the message I attemoted to post yesterday. You have to read the whole message which Cygnus server bounced to get an answer. Suhaib ======================================================================= Hi. This is the qmail-send program at sourceware.cygnus.com. I'm afraid I wasn't able to deliver your message to the following address= es. This is a permanent error; I've given up. Sorry it didn't work out. : = In an effort to cut down on our spam intake we block email from certain lists and unfortunately you have just discovered the hard way that sometimes non-spam mail gets caught accidentally. In most cases you can clear this up by an upgrade to your mail server or sometimes by getting an erroneous listing removed. For more information about our use of these lists, see http://sourceware.cygnus.com/lists.html#rbls = The IP number that I'm denying mail from is 24.93.67.51 The list that you're on is ORBS. See: http://www.orbs.org/verify.cgi?address=3D24.93.67.51 for more information about this list and why you are on it. = > --- Below this line is a copy of the message. > = > Return-Path: > Received: (qmail 5118 invoked from network); 29 Apr 2000 01:04:00 -0000= > Received: from fe4.southeast.rr.com (HELO mail4.nc.rr.com) (24.93.67.51= ) > by sourceware.cygnus.com with SMTP; 29 Apr 2000 01:04:00 -0000 > Received: from hunda ([24.25.25.47]) by mail4.nc.rr.com with = > Microsoft SMTPSVC(5.5.1877.357.35); > Fri, 28 Apr 2000 21:03:59 -0400 > From: "Suhaib Siddiqi" > To: > Subject: RE: Installing cygwin/xfree > Date: Fri, 28 Apr 2000 21:05:32 -0700 > Message-ID: > MIME-Version: 1.0 > Content-Type: multipart/alternative; > boundary=3D"----=3D_NextPart_000_0004_01BFB155.7D6857F0" > X-Priority: 3 (Normal) > X-MSMail-Priority: Normal > X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) > X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 > Importance: Normal > In-Reply-To: < 007f01bfb173$e556f560$00e2fea9@oemcomputer > > Return-Path: ssiddiqi@inspirepharm.com > = > This is a multi-part message in MIME format. > = > ------=3D_NextPart_000_0004_01BFB155.7D6857F0 > Content-Type: text/plain; > charset=3D"iso-8859-1" > Content-Transfer-Encoding: 8bit > = > The F77 port to Windows using G77 should be straight forward. I = > have ported > several 3D graphics software to Windows using G77. > = > The XGGI should work. You need libGGI suite. Please do a search on > cygwin-xfree mail archive. I do not have link handy right now. > Also on the FAQ you will find some relevent info about using XGGI. XGG= I > uses libGGI and DirectX interface to libGGI. Once those libraries > are installed you could start XGGI X-server using the following command= =2E > = > ./XGGI -targets directx > = > a.. John Fortin port of DirectX for Cygwin. It is available at > http://pws.prserv.net/thefortins/cyg-directx.html You need only = > this if you > wish to compile XGGI from source. > a.. Installation libGGi requires editing the libGGi config = > files, which had > been discussed on the list several times, again I do not have link hand= y > right now. > = > If you code is using X server, you should link your executables to > /usr/X11R6/libX11.a after installing the cygwin-xfree. The archive you= > downloaded > (cygwin-xfree-x11r6.4-cygwin-b20.1.tar.bz2) contains no X-server. = > It is has > only headers, libs and Xclients for developement purpose. > = > As you noticed, on the URL, servers are very buggy. > There is another link you can consider http://win32-xfree.sourceforge.n= et. > This site is dedicated to Win32 native ports of > X11R6.x and X-server using MingW32 and/or MSVC. BUT the X-server on th= e > above mentioned site is also buggy too. > = > Feel free to ask questions at this list. I will do my best to help you= =2E > = > Suhaib > = > -----Original Message----- > From: cygwin-xfree-owner@sourceware.cygnus.com > [ mailto:cygwin-xfree-owner@sourceware.cygnus.com]On Behalf Of = > Richard.GRENON > Sent: Friday, April 28, 2000 5:42 PM > To: cygwin-xfree@sourceware.cygnus.com > Subject: Installing cygwin/xfree > = > = > I am not a developper but just a humble user coming from the Unix wor= ld. > For my first contact with the PC world and Windows, I am trying to inst= all > on my new laptop a 3D graphic code that I had written under Unix. The m= ain > 3D part of this code is written in Fortran and its very simple 2D graph= ic > interface is written in C with X11 routines. First I installed a Salfor= d > Fortran 77 compiler working in a DOS window, then I installed = > cygwin_b20 (or > b20.1, I am not sure, but it seems to me that it was from the = > last full.exe > file a few days ago) to have the gcc compiler. Installation of Cygwin f= rom > the full.exe file was very easy. Both Salford ftn77 and Cygwin = > gcc compilers > are working well in a Cygnus window with bash and I can easily mix Fort= ran > and C routines. Salford and Cygwin are exactly what I needed. > = > The problems came when I tried to install cygwin/xfree, because my > knowledge about administration of operating systems and X11 is really n= ear > zero! I have downloaded the cygwin-xfree-x11r6.4-cygwin-b20.1.tar.bz2 > archive, installed X11R6.4 in /usr, put /usr/X11R6.4/bin in my PATH > variable, but I could not run any X11 utility, such as xterm : Can't op= en > Display! I guessed that this was because no X server was defined, so I > downloaded XGGI.exe, although I have read on the web that most of the X= > servers for cygwin/xfree are still buggy (Use at your own risk !!!). I = put > XGGI.exe in /usr/X11R6.4/bin and made X as a link to XGGI.exe. Then > remembering some features of X11 under Unix, I tried to start X11 with = xdm > or xinit. I could not use xdm (only root can use xdm, so how can I defi= ne > root ?) and xinit failed (LIBGG.0.0.6.DLL not found!). I have = > spent several > hours on the web with a very bad connection, even on mirrors sites, I h= ave > read some FAQ and all information that I could reach, but I could = > not find a > clear X11 installation guide for beginners or an automatic = > installation file > such as the full.exe that I used for cygwin_b20. I should like to downl= oad > only the binaries as I did for cygwin_b20, but what is not very clear i= s > what should I download to make X11 work. Each readme file for a = > binary says > that you need some other stuff from another place and it is very diffic= ult > to have a clear overview of the minimum package that you really need. > = > Of course, I could rebuild the 2D interface of my code with some Fort= ran > graphic routines that are available in Salford ftn77, but I should like= to > keep the X11 features of my code. My laptop is a Compaq Presario = > 1800-XL182 > with a Pentium III processor at 500 MHz, 64 Mb memory and an ATI = > 3D Rage LT > PRO AGP 2X video card working with Windows 98. If anybody at = > cygwin can help > me, my question is very simple : what should I do to make X11 work on m= y > laptop (I guess the answer would not be so simple ...) or where = > can I found > the information ? Thank you in advance for helping me getting out of th= e > tunnel, or at least for giving me some light. > = > Best regards > = > Richard Grenon > 40 Avenue de la Division Leclerc > 92320 Ch=E2tillon > e-mail : Richard.GRENON@wanadoo.fr > = > ------=3D_NextPart_000_0004_01BFB155.7D6857F0 > Content-Type: text/html; > charset=3D"iso-8859-1" > Content-Transfer-Encoding: quoted-printable > = > > > charset=3D3Diso-8859-1"> > > > > >
size=3D3D2>The=3D20 > F77 port to Windows using G77 should be straight forward. I have = =3D > ported=3D20 > several 3D graphics software to Windows using G77.
>
= > size=3D3D2>
>
size=3D3D2>The=3D20 > XGGI should work. You need libGGI suite. Please do a search= =3D > on=3D20 > cygwin-xfree mail archive. I do not have link handy right=3D20 > now.
>
size=3D3D2>Also=3D20 > on the FAQ you will find some relevent info about using XGGI. XGG= I =3D > uses=3D20 > libGGI and DirectX interface to libGGI. Once those =3D > libraries
>
size=3D3D2>are=3D20 > installed you could start XGGI X-server using the following=3D20 > command.
>
= > size=3D3D2>
>
size=3D3D2>./XGGI=3D20 > -targets directx
>
= > size=3D3D2>
>
>
  • John Fortin port of DirectX for Cygwin. It is available at href=3D3D" http://pws.prserv.net/thefortins/cyg-directx.html "> http://pws= =2Eprs=3D > erv.net/thefortins/cyg-directx.html=3D20 > You need only this if you wi= sh to =3D > compile=3D20 > href=3D3D" ftp://sourceware.cygnus.com/pub/cygwin/xfree/xc-4/ "> ce prefix=3D20 > =3D3D an ns =3D3D "urn:schemas-microsoft-com:lmrt" /> style=3D3D"VERTICAL-ALIGN: bottom; TEXT-INDENT: 0px; HEIGHT: 1px"=3D20 > t:timeline=3D3D"par">XGGI from source.
  • >
  • Installation libGGi requires =3D= > editing the=3D20 > libGGi config files, which had been discussed on the list several= =3D > times,=3D20 > again I do not have link handy right now.
  • >
    >
    size=3D3D2>If you=3D20 > code is using X server, you should link your executables to =3D > /usr/X11R6/libX11.a=3D20 > after installing the cygwin-xfree. The archive you=3D20 > downloaded
    >
    size=3D3D2>( color=3D3D#000000>cygwin-xfree-x11r6.4-cygwin-b20.1.tar.bz2) contains n= o=3D20 > X-server. It is has only headers, libs and Xclients for =3D > developement=3D20 > purpose.
    >
    size=3D3D2>
    >
    As you =3D > noticed, on=3D20 > the URL, servers are very buggy.
    >
    There =3D > is another=3D20 > link you can consider href=3D3D" http://win32-xfree.sourceforge.net "> http://win32-xfree.source= forg=3D > e.net. This=3D20 > site is dedicated to Win32 native ports of
    >
    size=3D3D2>X11R6.x and X-server=3D20 > using MingW32 and/or MSVC. BUT the X-server on the above mentione= d =3D > site is=3D20 > also buggy too.
    >
    size=3D3D2>
    >
    Feel =3D > free to ask=3D20 > questions at this list. I will do my best to help =3D > you.
    >
    size=3D3D2>
    >
    size=3D3D2>Suhaib
    >
    >
    style=3D3D"PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2p= x =3D > solid; MARGIN-RIGHT: 0px"> >
    face=3D3DTahoma=3D20 > size=3D3D2>-----Original Message-----
    From:=3D20 > cygwin-xfree-owner@sourceware.cygnus.com=3D20 > [ mailto:cygwin-xfree-owner@sourceware.cygnus.com ]On Behalf Of=3D20= > Richard.GRENON
    Sent: Friday, April 28, 2000 5:42=3D20 > PM
    To: cygwin-xfree@sourceware.cygnus.com
    Subject: =3D > = > Installing cygwin/xfree

    >
    I am not a developper but just a= =3D > humble user=3D20 > coming from the Unix world. For my first contact with the PC world an= d =3D > = > Windows, I am trying to install on my new laptop a 3D graphic code =3D= > that I had=3D20 > written under Unix. The main 3D part of this code is written in =3D > Fortran and=3D20 > its very simple 2D graphic interface is written in C with X11 =3D > routines. First=3D20 > I installed a Salford Fortran 77 compiler working in a DOS window, =3D= > then I=3D20 > installed cygwin_b20 (or b20.1, I am not sure, but it seems to me tha= t =3D > it was=3D20 > from the last full.exe file a few days ago) to have the gcc =3D > compiler.=3D20 > Installation of Cygwin from the full.exe file was very easy. Both =3D= > Salford=3D20 > ftn77 and Cygwin gcc compilers are working well in a Cygnus window =3D= > with bash=3D20 > and I can easily mix Fortran and C routines. Salford and =3D= > Cygwin are=3D20 > exactly what I needed.
    >
    >
    The problems came when I tried t= o =3D > install=3D20 > cygwin/xfree, because my knowledge about administration of =3D > operating=3D20 > systems and X11 is really near zero! I have downloaded the=3D20 > cygwin-xfree-x11r6.4-cygwin-b20.1.tar.bz2 archive, installed X11R6.4 = =3D > in /usr,=3D20 > put /usr/X11R6.4/bin in my PATH variable, but I could not run any X11= =3D > utility,=3D20 > such as xterm : Can't open Display! I guessed that this was =3D > because no X=3D20 > server was defined, so I downloaded XGGI.exe, although I have read on= =3D > the web=3D20 > that most of the X servers for cygwin/xfree are still buggy (Use at =3D= > your own=3D20 > risk !!!). I put XGGI.exe in /usr/X11R6.4/bin and made X as a link to= =3D20 > XGGI.exe. Then remembering some features of X11 under Unix, I tried t= o =3D > start=3D20 > X11 with xdm or xinit. I could not use xdm (only root can use xdm, so= =3D > how can=3D20 > I define root ?) and xinit failed (LIBGG.0.0.6.DLL not found!). = I =3D > have=3D20 > spent several hours on the web with a very bad connection, even on =3D= > mirrors=3D20 > sites, I have read some FAQ and all information that I could reach, =3D= > but I=3D20 > could not find a clear X11 installation guide for beginners or an =3D= > automatic=3D20 > installation file such as the full.exe that I used for cygwin_b20. I = =3D > should=3D20 > like to download only the binaries as I did for cygwin_b20, but what = =3D > is not=3D20 > very clear is what should I download to make X11 work. Each readme =3D= > file for a=3D20 > binary says that you need some other stuff from another place =3D > and it is=3D20 > very difficult to have a clear overview of the minimum package that =3D= > you really=3D20 > need.
    >
    >
    Of course, I could rebuild the 2= D =3D > interface of my=3D20 > code with some Fortran graphic routines that are available in Salford= =3D > ftn77,=3D20 > but I should like to keep the X11 features of my code. My laptop is a= =3D > Compaq=3D20 > Presario 1800-XL182 with a Pentium III processor at 500 MHz, 64 Mb =3D= > memory and=3D20 > an ATI 3D Rage LT PRO AGP 2X video card working with Windows 98.= =3D > If=3D20 > anybody at cygwin can help me, my question is very simple : what =3D > should I do=3D20 > to make X11 work on my laptop (I guess the answer would not be so =3D= > simple ...)=3D20 > or where can I found the information ? Thank you in advance for =3D > helping me=3D20 > getting out of the tunnel, or at least for giving me some =3D > light.
    >
    >
    Best regards
    >
    >
    Richard Grenon
    40 Avenue de l= a =3D > Division=3D20 > Leclerc
    92320 Ch=3DE2tillon
    e-mail : =3D > href=3D3D" mailto:Richard.GRENON@wanadoo.fr ">Richard.GRENON@wanadoo.fr FONT>
    > = > ------=3D_NextPart_000_0004_01BFB155.7D6857F0-- ____________________________________________________________________ Get your own FREE, personal Netscape WebMail account today at http://webmail.netscape.com . From cgf@cygnus.com Sun Apr 30 19:15:00 2000 From: cgf@cygnus.com (Chris Faylor) Date: Sun, 30 Apr 2000 19:15:00 -0000 Subject: Installing cygwin/xfree References: <20000501015615.822.qmail@www0x.netaddress.usa.net> Message-ID: <20000430221526.B3477@cygnus.com> Suhaib, I have twice added IP addresses to our database to allow you to post. I have, in fact, specifically added 24.93.67.91 as an IP address which you are allowed to use. However, the email address which is allowed through on this IP address is ssiddiqi@nc.rr.com. I think that makes sense since this is apparenly a mail relay for rr.com, not inspirepharm.com. However, it looks like this email had "ssiddiqi@inspirepharm.com" as the From: address which will be blocked. Are you telling me that I should add ssiddiqi@inspirepharm.com to the white list, too, or is this a mistake? As far as not being "in the mood" to answer several mailboxes, AFAICT, you already are and that is what caused this problem. cgf On Sun, Apr 30, 2000 at 09:56:15PM -0400, Suhaib Siddiqi wrote: >Hello Richard, > >Well, ORBS blocks my personal e-mails, therefore following bounced back. >I am really not in the mood of maintaing several mailboxes so I can answe= >r >e-mails to cygwin-xfree list. My options now are I would not answer mess= >ages >from cygwin-xfree=3D list if I could not post using my normal accounts. > >Below is a response to the message I attemoted to post yesterday. You have to >read the whole message which Cygnus server bounced to get an answer. > >Suhaib > >======================================================================= >Hi. This is the qmail-send program at sourceware.cygnus.com. >I'm afraid I wasn't able to deliver your message to the following address= >es. >This is a permanent error; I've given up. Sorry it didn't work out. > >: >= > >In an effort to cut down on our spam intake we block email from >certain lists and unfortunately you have just discovered the hard >way that sometimes non-spam mail gets caught accidentally. >In most cases you can clear this up by an upgrade to your mail >server or sometimes by getting an erroneous listing removed. >For more information about our use of these lists, see > http://sourceware.cygnus.com/lists.html#rbls >= > >The IP number that I'm denying mail from is 24.93.67.51 >The list that you're on is ORBS. See: > http://www.orbs.org/verify.cgi?address=3D24.93.67.51 >for more information about this list and why you are on it. >= > >> --- Below this line is a copy of the message. >> = > >> Return-Path: >> Received: (qmail 5118 invoked from network); 29 Apr 2000 01:04:00 -0000= > >> Received: from fe4.southeast.rr.com (HELO mail4.nc.rr.com) (24.93.67.51= >) >> by sourceware.cygnus.com with SMTP; 29 Apr 2000 01:04:00 -0000 >> Received: from hunda ([24.25.25.47]) by mail4.nc.rr.com with = > >> Microsoft SMTPSVC(5.5.1877.357.35); >> Fri, 28 Apr 2000 21:03:59 -0400 >> From: "Suhaib Siddiqi" >> To: >> Subject: RE: Installing cygwin/xfree >> Date: Fri, 28 Apr 2000 21:05:32 -0700 >> Message-ID: >> MIME-Version: 1.0 >> Content-Type: multipart/alternative; >> boundary=3D"----=3D_NextPart_000_0004_01BFB155.7D6857F0" >> X-Priority: 3 (Normal) >> X-MSMail-Priority: Normal >> X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) >> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 >> Importance: Normal >> In-Reply-To: < 007f01bfb173$e556f560$00e2fea9@oemcomputer > >> Return-Path: ssiddiqi@inspirepharm.com >> = > >> This is a multi-part message in MIME format. >> = > >> ------=3D_NextPart_000_0004_01BFB155.7D6857F0 >> Content-Type: text/plain; >> charset=3D"iso-8859-1" >> Content-Transfer-Encoding: 8bit >> = > >> The F77 port to Windows using G77 should be straight forward. I = > >> have ported >> several 3D graphics software to Windows using G77. >> = > >> The XGGI should work. You need libGGI suite. Please do a search on >> cygwin-xfree mail archive. I do not have link handy right now. >> Also on the FAQ you will find some relevent info about using XGGI. XGG= >I >> uses libGGI and DirectX interface to libGGI. Once those libraries >> are installed you could start XGGI X-server using the following command= >=2E >> = > >> ./XGGI -targets directx >> = > >> a.. John Fortin port of DirectX for Cygwin. It is available at >> http://pws.prserv.net/thefortins/cyg-directx.html You need only = > >> this if you >> wish to compile XGGI from source. >> a.. Installation libGGi requires editing the libGGi config = > >> files, which had >> been discussed on the list several times, again I do not have link hand= >y >> right now. >> = > >> If you code is using X server, you should link your executables to >> /usr/X11R6/libX11.a after installing the cygwin-xfree. The archive you= > >> downloaded >> (cygwin-xfree-x11r6.4-cygwin-b20.1.tar.bz2) contains no X-server. = > >> It is has >> only headers, libs and Xclients for developement purpose. >> = > >> As you noticed, on the URL, servers are very buggy. >> There is another link you can consider http://win32-xfree.sourceforge.n= >et. >> This site is dedicated to Win32 native ports of >> X11R6.x and X-server using MingW32 and/or MSVC. BUT the X-server on th= >e >> above mentioned site is also buggy too. >> = > >> Feel free to ask questions at this list. I will do my best to help you= >=2E >> = > >> Suhaib >> = > >> -----Original Message----- >> From: cygwin-xfree-owner@sourceware.cygnus.com >> [ mailto:cygwin-xfree-owner@sourceware.cygnus.com]On Behalf Of = > >> Richard.GRENON >> Sent: Friday, April 28, 2000 5:42 PM >> To: cygwin-xfree@sourceware.cygnus.com >> Subject: Installing cygwin/xfree >> = > >> = > >> I am not a developper but just a humble user coming from the Unix wor= >ld. >> For my first contact with the PC world and Windows, I am trying to inst= >all >> on my new laptop a 3D graphic code that I had written under Unix. The m= >ain >> 3D part of this code is written in Fortran and its very simple 2D graph= >ic >> interface is written in C with X11 routines. First I installed a Salfor= >d >> Fortran 77 compiler working in a DOS window, then I installed = > >> cygwin_b20 (or >> b20.1, I am not sure, but it seems to me that it was from the = > >> last full.exe >> file a few days ago) to have the gcc compiler. Installation of Cygwin f= >rom >> the full.exe file was very easy. Both Salford ftn77 and Cygwin = > >> gcc compilers >> are working well in a Cygnus window with bash and I can easily mix Fort= >ran >> and C routines. Salford and Cygwin are exactly what I needed. >> = > >> The problems came when I tried to install cygwin/xfree, because my >> knowledge about administration of operating systems and X11 is really n= >ear >> zero! I have downloaded the cygwin-xfree-x11r6.4-cygwin-b20.1.tar.bz2 >> archive, installed X11R6.4 in /usr, put /usr/X11R6.4/bin in my PATH >> variable, but I could not run any X11 utility, such as xterm : Can't op= >en >> Display! I guessed that this was because no X server was defined, so I >> downloaded XGGI.exe, although I have read on the web that most of the X= > >> servers for cygwin/xfree are still buggy (Use at your own risk !!!). I = >put >> XGGI.exe in /usr/X11R6.4/bin and made X as a link to XGGI.exe. Then >> remembering some features of X11 under Unix, I tried to start X11 with = >xdm >> or xinit. I could not use xdm (only root can use xdm, so how can I defi= >ne >> root ?) and xinit failed (LIBGG.0.0.6.DLL not found!). I have = > >> spent several >> hours on the web with a very bad connection, even on mirrors sites, I h= >ave >> read some FAQ and all information that I could reach, but I could = > >> not find a >> clear X11 installation guide for beginners or an automatic = > >> installation file >> such as the full.exe that I used for cygwin_b20. I should like to downl= >oad >> only the binaries as I did for cygwin_b20, but what is not very clear i= >s >> what should I download to make X11 work. Each readme file for a = > >> binary says >> that you need some other stuff from another place and it is very diffic= >ult >> to have a clear overview of the minimum package that you really need. >> = > >> Of course, I could rebuild the 2D interface of my code with some Fort= >ran >> graphic routines that are available in Salford ftn77, but I should like= >to >> keep the X11 features of my code. My laptop is a Compaq Presario = > >> 1800-XL182 >> with a Pentium III processor at 500 MHz, 64 Mb memory and an ATI = > >> 3D Rage LT >> PRO AGP 2X video card working with Windows 98. If anybody at = > >> cygwin can help >> me, my question is very simple : what should I do to make X11 work on m= >y >> laptop (I guess the answer would not be so simple ...) or where = > >> can I found >> the information ? Thank you in advance for helping me getting out of th= >e >> tunnel, or at least for giving me some light. >> = > >> Best regards >> = > >> Richard Grenon >> 40 Avenue de la Division Leclerc >> 92320 Ch=E2tillon >> e-mail : Richard.GRENON@wanadoo.fr >> = > >> ------=3D_NextPart_000_0004_01BFB155.7D6857F0 >> Content-Type: text/html; >> charset=3D"iso-8859-1" >> Content-Transfer-Encoding: quoted-printable >> = > >> >> >> > charset=3D3Diso-8859-1"> >> >> >> >> >>
    #0000ff =3D >> size=3D3D2>The=3D20 >> F77 port to Windows using G77 should be straight forward. I have = >=3D >> ported=3D20 >> several 3D graphics software to Windows using G77.
    >>
    #0000ff =3D >> = > >> size=3D3D2>
    >>
    #0000ff =3D >> size=3D3D2>The=3D20 >> XGGI should work. You need libGGI suite. Please do a search= >=3D >> on=3D20 >> cygwin-xfree mail archive. I do not have link handy right=3D20 >> now.
    >>
    #0000ff =3D >> size=3D3D2>Also=3D20 >> on the FAQ you will find some relevent info about using XGGI. XGG= >I =3D >> uses=3D20 >> libGGI and DirectX interface to libGGI. Once those =3D >> libraries
    >>
    #0000ff =3D >> size=3D3D2>are=3D20 >> installed you could start XGGI X-server using the following=3D20 >> command.
    >>
    #0000ff =3D >> = > >> size=3D3D2>
    >>
    #0000ff =3D >> size=3D3D2>./XGGI=3D20 >> -targets directx
    >>
    #0000ff =3D >> = > >> size=3D3D2>
    >>
    >>
  • John Fortin port of DirectX for Cygwin. It is available at =3D20 >> href=3D3D" http://pws.prserv.net/thefortins/cyg-directx.html "> http://pws= >=2Eprs=3D >> erv.net/thefortins/cyg-directx.html=3D20 >> You need only this if you wi= >sh to =3D >> compile=3D20 >> > href=3D3D" ftp://sourceware.cygnus.com/pub/cygwin/xfree/xc-4/ ">espa=3D >> ce prefix=3D20 >> =3D3D an ns =3D3D "urn:schemas-microsoft-com:lmrt" />> style=3D3D"VERTICAL-ALIGN: bottom; TEXT-INDENT: 0px; HEIGHT: 1px"=3D20 >> t:timeline=3D3D"par">XGGI from source.
  • >>
  • Installation libGGi requires =3D= > >> editing the=3D20 >> libGGi config files, which had been discussed on the list several= >=3D >> times,=3D20 >> again I do not have link handy right now.
  • >>
    >>
    #0000ff =3D >> size=3D3D2>If you=3D20 >> code is using X server, you should link your executables to =3D >> /usr/X11R6/libX11.a=3D20 >> after installing the cygwin-xfree. The archive you=3D20 >> downloaded
    >>
    #0000ff =3D >> size=3D3D2>(> color=3D3D#000000>cygwin-xfree-x11r6.4-cygwin-b20.1.tar.bz2) contains n= >o=3D20 >> X-server. It is has only headers, libs and Xclients for =3D >> developement=3D20 >> purpose.
    >>
    > size=3D3D2>
    >>
    >As you =3D >> noticed, on=3D20 >> the URL, servers are very buggy.
    >>
    >There =3D >> is another=3D20 >> link you can consider > href=3D3D" http://win32-xfree.sourceforge.net "> http://win32-xfree.source= >forg=3D >> e.net. This=3D20 >> site is dedicated to Win32 native ports of
    >>
    > size=3D3D2>X11R6.x and X-server=3D20 >> using MingW32 and/or MSVC. BUT the X-server on the above mentione= >d =3D >> site is=3D20 >> also buggy too.
    >>
    > size=3D3D2>
    >>
    >Feel =3D >> free to ask=3D20 >> questions at this list. I will do my best to help =3D >> you.
    >>
    > size=3D3D2>
    >>
    > size=3D3D2>Suhaib
    >>
    >>
    > style=3D3D"PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2p= >x =3D >> solid; MARGIN-RIGHT: 0px"> >>
    =3D >> face=3D3DTahoma=3D20 >> size=3D3D2>-----Original Message-----
    From:=3D20 >> cygwin-xfree-owner@sourceware.cygnus.com=3D20 >> [ mailto:cygwin-xfree-owner@sourceware.cygnus.com ]On Behalf Of=3D20= > >> Richard.GRENON
    Sent: Friday, April 28, 2000 5:42=3D20 >> PM
    To: cygwin-xfree@sourceware.cygnus.com
    Subject:> =3D >> = > >> Installing cygwin/xfree

    >>
    I am not a developper but just a= >=3D >> humble user=3D20 >> coming from the Unix world. For my first contact with the PC world an= >d =3D >> = > >> Windows, I am trying to install on my new laptop a 3D graphic code =3D= > >> that I had=3D20 >> written under Unix. The main 3D part of this code is written in =3D >> Fortran and=3D20 >> its very simple 2D graphic interface is written in C with X11 =3D >> routines. First=3D20 >> I installed a Salford Fortran 77 compiler working in a DOS window, =3D= > >> then I=3D20 >> installed cygwin_b20 (or b20.1, I am not sure, but it seems to me tha= >t =3D >> it was=3D20 >> from the last full.exe file a few days ago) to have the gcc =3D >> compiler.=3D20 >> Installation of Cygwin from the full.exe file was very easy. Both =3D= > >> Salford=3D20 >> ftn77 and Cygwin gcc compilers are working well in a Cygnus window =3D= > >> with bash=3D20 >> and I can easily mix Fortran and C routines. Salford and =3D= > >> Cygwin are=3D20 >> exactly what I needed.
    >>
    >>
    The problems came when I tried t= >o =3D >> install=3D20 >> cygwin/xfree, because my knowledge about administration of =3D >> operating=3D20 >> systems and X11 is really near zero! I have downloaded the=3D20 >> cygwin-xfree-x11r6.4-cygwin-b20.1.tar.bz2 archive, installed X11R6.4 = >=3D >> in /usr,=3D20 >> put /usr/X11R6.4/bin in my PATH variable, but I could not run any X11= >=3D >> utility,=3D20 >> such as xterm : Can't open Display! I guessed that this was =3D >> because no X=3D20 >> server was defined, so I downloaded XGGI.exe, although I have read on= >=3D >> the web=3D20 >> that most of the X servers for cygwin/xfree are still buggy (Use at =3D= > >> your own=3D20 >> risk !!!). I put XGGI.exe in /usr/X11R6.4/bin and made X as a link to= >=3D20 >> XGGI.exe. Then remembering some features of X11 under Unix, I tried t= >o =3D >> start=3D20 >> X11 with xdm or xinit. I could not use xdm (only root can use xdm, so= >=3D >> how can=3D20 >> I define root ?) and xinit failed (LIBGG.0.0.6.DLL not found!). = >I =3D >> have=3D20 >> spent several hours on the web with a very bad connection, even on =3D= > >> mirrors=3D20 >> sites, I have read some FAQ and all information that I could reach, =3D= > >> but I=3D20 >> could not find a clear X11 installation guide for beginners or an =3D= > >> automatic=3D20 >> installation file such as the full.exe that I used for cygwin_b20. I = >=3D >> should=3D20 >> like to download only the binaries as I did for cygwin_b20, but what = >=3D >> is not=3D20 >> very clear is what should I download to make X11 work. Each readme =3D= > >> file for a=3D20 >> binary says that you need some other stuff from another place =3D >> and it is=3D20 >> very difficult to have a clear overview of the minimum package that =3D= > >> you really=3D20 >> need.
    >>
    >>
    Of course, I could rebuild the 2= >D =3D >> interface of my=3D20 >> code with some Fortran graphic routines that are available in Salford= >=3D >> ftn77,=3D20 >> but I should like to keep the X11 features of my code. My laptop is a= >=3D >> Compaq=3D20 >> Presario 1800-XL182 with a Pentium III processor at 500 MHz, 64 Mb =3D= > >> memory and=3D20 >> an ATI 3D Rage LT PRO AGP 2X video card working with Windows 98.= >=3D >> If=3D20 >> anybody at cygwin can help me, my question is very simple : what =3D >> should I do=3D20 >> to make X11 work on my laptop (I guess the answer would not be so =3D= > >> simple ...)=3D20 >> or where can I found the information ? Thank you in advance for =3D >> helping me=3D20 >> getting out of the tunnel, or at least for giving me some =3D >> light.
    >>
    >>
    Best regards
    >>
    >>
    Richard Grenon
    40 Avenue de l= >a =3D >> Division=3D20 >> Leclerc
    92320 Ch=3DE2tillon
    e-mail : > =3D >> href=3D3D" mailto:Richard.GRENON@wanadoo.fr ">Richard.GRENON@wanadoo.frA>> FONT>
    >> = > >> ------=3D_NextPart_000_0004_01BFB155.7D6857F0-- > > > >____________________________________________________________________