Obtaining older packages...

2005-04-26 Thread Sebastian Haby
Hey ppl! I'm on the hunt for older versions of Cygwin packages than are available in any of the FTP archives. Does anyone know where to find them? I doubt they're just deleted. What I'm looking for is the SRC package of the following zlib-1.2.1-1, cygwin-1.5.10-3, X-startup-scripts-1.0.8-1, and

Re: Obtaining older packages...

2005-04-26 Thread Sebastian Haby
Hey! Thanks ago, already had those sources from CVS laying around. I'll get the other source-code from some other place. How come older packages aren't kept online on atleast a couple of servers? //Sebastian

Re: Linking with additional libraries...

2005-02-09 Thread Sebastian Haby
Hey again... Can't find XWINW32 anywhere, or winprocargs's EnumDisplayMonitors, using version 6.7.1 src so that might be why. I added -lmsimg32 to XWINSYSLIBS in Xserver/Imakefile and then 'make Makefile make Makefiles' and when I 'make XWin.exe' I can see that it links with -lmsimg32 but it

Linking with additional libraries...

2005-02-08 Thread Sebastian Haby
of interest. Cheers, Sebastian Haby

Building debug symbols

2004-12-13 Thread Sebastian Haby
Hey! I'm still tracking down that bug that makes my X crash, and I've been debugging using a debug build of XWin, however now I want to debug using a normal build but I need to know how to build a debug-symbols file to use with gdb? Cheers, Sebastian Haby

Re: Building debug symbols

2004-12-13 Thread Sebastian Haby
Hello again! I followed your steps but what i get is a 13MB big XWin.exe and not a retail XWin.exe and a debug-symbols file. What am I doing wrong? Cheers, Sebastian Haby

Re: Internal-wm/rootless observations

2004-11-30 Thread Sebastian Haby
Hey Alex! If you want to allocate a 32bpp DIB section even though the desktop is 16bpp take a look at the winshadgdi.c:winAllocateFBShadowGDI() i sent you that fixes 8bpp pseudocolor while running the desktop in 16/32bpp. Cheers, Sebastian Haby