Re: Cygwin, tcl/tk, and native [Was: Re: Interest in native Tcl/Tk/Expect/Itcl/... packages?]

2004-10-16 Thread Jean-Sebastien Trottier
On Fri, Oct 15, 2004 at 05:02:32PM -0400, Charles Wilson wrote: Jean-Sebastien Trottier wrote: I would say that what we already have is: Tcl/Tk: half-Windows/half-Cygwin, GDI Err...ok. If by this you mean tcl: cygwin (no GUI), but it doesn't do cygwin paths correctly in all

Re: [ITP] email-2.3.0

2004-10-16 Thread Gerrit P. Haase
Ross Smith II wrote: I want to contribute/maintain email. Canonical website: http://email.cleancode.org/ Though I use nail for this, which unfortunately not included, please count +1 vote from me. Gerrit -- =^..^=

Re: [ITP] sqlite-3.0.7

2004-10-16 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jari Aalto+list.cygwin-apps wrote: http://www.sqlite.org/ Kinda lost the number of existing votes.. but +1 in any case =) Lapo - -- L a p o L u c h i n i l a p o @ l a p o . i t w w w . l a p o . i t / http://www.megatokyo.it -BEGIN PGP

Re: Please upload: docbook-xsl-1.66.1-2

2004-10-16 Thread Gerrit P. Haase
Marcel Telka wrote: Hi. Please upload new docbook-xsl-1.66.1-2 files: http://telka.sk/cygwin/docbook-xsl/docbook-xsl-1.66.1-2-src.tar.bz2 http://telka.sk/cygwin/docbook-xsl/docbook-xsl-1.66.1-2.tar.bz2 Uploaded. and remove old 1.65.1-1 files. Done. Gerrit -- =^..^=

don't use AC_FUNC_MMAP, use AC_CHECK_FUNCS(mmap) instead.

2004-10-16 Thread Gerrit P. Haase
AC_CHECK_FUNCS(mmap) issues this: checking for mmap... yes This is what I will using now for all the GNOME packages, there are several packages affected, so far I know of: - libgtop - gtk+ - libgnomeprint - libgsf I think it just tries to link against the system library and it succeeds, so

Re: don't use AC_FUNC_MMAP, use AC_CHECK_FUNCS(mmap) instead.

2004-10-16 Thread Gerrit P. Haase
Gerrit P. Haase wrote: AC_CHECK_FUNCS(mmap) issues this: checking for mmap... yes This is what I will using now for all the GNOME packages, there are several packages affected, so far I know of: - libgtop - gtk+ - libgnomeprint - libgsf I think it just tries to link against the system library

Re: Cygwin, tcl/tk, and native

2004-10-16 Thread Igor Pechtchanski
On Sat, 16 Oct 2004, Jean-Sebastien Trottier wrote (heavily [snip]ped): On Fri, Oct 15, 2004 at 05:02:32PM -0400, Charles Wilson wrote: Jean-Sebastien Trottier wrote: Although (I think) it would be possible to have 2 Tk DLL's (Cygwin, X vs Cygwin, GDI), I like Charles Wilson's idea to

Re: don't use AC_FUNC_MMAP, use AC_CHECK_FUNCS(mmap) instead.

2004-10-16 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerrit P. Haase wrote: | AC_CHECK_FUNCS(mmap) issues this: | checking for mmap... yes | | This is what I will using now for all the GNOME packages, there are | several packages affected, so far I know of: | - libgtop | - gtk+ | - libgnomeprint | -