Hallo Clint, please no private mail, others may be interested in these issues too. CC && F'up to cygwin-xfree list.
Am Montag, 14. Oktober 2002 um 02:17 schriebst du: > Can you tell me the proper setup/syntax to use on the patch files to patch the > gtk/glib 1.2.10 files... You fetched the patches from Steve O'Brien's site (he did all the patches)? > http://homepage.ntlworld.com/steven.obrien2/index.html There are also sme instructions. What I did, well, it was 'easy'. Just unpacked the original source, chdired into the source directory and did: $ patch -p1<../glib-1.2.10.patch $ ./configure --prefix=/usr/local 2>&1 | tee log.configure $ make 2>&1 | tee log.make $ make test 2>&1 | tee log.test (or make check 2>&1 | tee log.test or skip this step) $ make install 2>&1 | tee log.install And the same for gtk and the other GNOME packages. I saw no problems using Steve's patches, if you see problems, ask Steve or post them via the cygwin-xfree list to the gurus please. Gerrit -- =^..^=
