On 8/5/2025 10:12 AM, Yasuhiro Kimura via Cygwin wrote:
From: Katsumi Yamaoka via Cygwin
Subject: [PATCH] emacs-anthy outdated
Date: Mon, 04 Aug 2025 15:46:13 +0900
The emacs-anthy package, that runs with the anthy package, is
probably one of the easiest ways to do writing Japanese text
wit
On 5/16/2025 4:59 AM, Takashi Yano via Cygwin wrote:
On Fri, 16 May 2025 08:46:40 +0900
Takashi Yano wrote:
diff --git a/winsup/cygwin/local_includes/cygheap.h
b/winsup/cygwin/local_includes/cygheap.h
index fed87ec2b..7d11fbb37 100644
--- a/winsup/cygwin/local_includes/cygheap.h
+++ b/winsup/cy
Hi Takashi,
On 5/14/2025 5:29 AM, Takashi Yano via Cygwin wrote:
Hi Ken,
I encountered the problem with fifo. The following STC hangs
in cygwin while it works in linux.
Perhaps, cygheap->fdtab.lock() causes a deadlock between
both open().
Could you please take a look?
#include
#include
#in
On 4/22/2025 5:06 PM, Andrew Schulman via Cygwin wrote:
On Wed, 23 Apr 2025 03:48:19 +0900, ggl329 via Cygwin
wrote:
Hi all,
As Jon mentioned in the following mail, something may go wrong in the VM for
building packages.
https://cygwin.com/pipermail/cygwin/2025-April/257948.html
Many files/
On 2/12/2025 12:42 PM, ASSI via Cygwin wrote:
Ken Brown via Cygwin writes:
On 2/11/2025 4:03 PM, Corinna Vinschen via Cygwin wrote:
Ken, check the source or configury of your package. It looks weird that
this function should be called architecture-independently.
Thanks for the suggestion
On 2/11/2025 4:03 PM, Corinna Vinschen via Cygwin wrote:
Ken, check the source or configury of your package. It looks weird that
this function should be called architecture-independently.
Thanks for the suggestion. It's actually not called
architecture-independently, but the code was convolute
Does Cygwin support __builtin_thread_pointer? I'm guessing not, because
I'm getting a link error (undefined reference to
`__builtin_thread_pointer') when I try to build some software that uses
it. Or is there something that would have to be added to the link
command line? The full command li
[Redirecting to Cygwin mailing list.]
On 1/19/2025 5:32 PM, Charles Henkel wrote:
By the way, I run emacs by invoking "emacs", not "emacs-gtk". I just
noticed that my /usr/bin/emacs is linked to /etc/alternatives/emacs
which is linked to /usr/bin/emacs-lucid.exe :
[...]
How in the heck that h
On 1/18/2025 11:52 AM, Charles Henkel via Cygwin wrote:
Context:
Both Win 10 (10.0.19044) and Win 11 (24H2)
Latest versions you get installing as of 15jan2025:
cygwin 3.5.5-1
emacs 29.4-1
On 12/18/2024 5:24 PM, Ken Brown via Cygwin wrote:
On 12/18/2024 1:35 PM, Corinna Vinschen via Cygwin wrote:
On Dec 18 10:45, Ken Brown via Cygwin wrote:
No, I'm still confused. I thought that the interval determined by
u_addr
and u_len was the intersection of the requested interval an
Please keep the discussion on the mailing list.
On 12/18/2024 4:55 PM, matthew patton wrote:
PLEASE put in a comment that the else case is testing the 'u_addr =
addr' and that u_addr < addr is not possible given the logic in match. I
HATE code that requires you to go digging around in multiple
On 12/18/2024 1:35 PM, Corinna Vinschen via Cygwin wrote:
On Dec 18 10:45, Ken Brown via Cygwin wrote:
No, I'm still confused. I thought that the interval determined by u_addr
and u_len was the intersection of the requested interval and the whole
interval of the mmap_record; this im
On 12/18/2024 9:28 AM, Corinna Vinschen via Cygwin wrote:
Hi Ken,
On Dec 17 15:23, Ken Brown via Cygwin wrote:
Hi Corinna,
On 12/17/2024 11:38 AM, Corinna Vinschen via Cygwin wrote:
Ideally a separate patch. If you see a chance to send it to cygwin-patches
this week, we can even merge it
Hi Corinna,
On 12/17/2024 11:38 AM, Corinna Vinschen via Cygwin wrote:
Ideally a separate patch. If you see a chance to send it to cygwin-patches
this week, we can even merge it into 3.5.5, which I'm planning to release
end of this week (after that --> vacation :)))
That should be no problem.
On 12/16/2024 2:58 PM, Ken Brown via Cygwin wrote:
On 12/16/2024 8:32 AM, Corinna Vinschen via Cygwin wrote:
Right now, mmaping with PROT_NONE and then re-mmaping with PROT_WRITE
doesn't work. Cygwin implements PROT_NONE not as MAP_RESERVE, but as
MEM_COMMIT with PAGE_NOACCESS. mmap() do
On 12/16/2024 8:32 AM, Corinna Vinschen via Cygwin wrote:
Right now, mmaping with PROT_NONE and then re-mmaping with PROT_WRITE
doesn't work. Cygwin implements PROT_NONE not as MAP_RESERVE, but as
MEM_COMMIT with PAGE_NOACCESS. mmap() doesn't check if the requested
pages are already allocated w
On 12/14/2024 7:00 PM, Ken Brown via Cygwin wrote:
Hi Corinna,
On 2/19/2018 4:00 AM, Corinna Vinschen wrote:
On Feb 17 22:37, Ken Brown wrote:
Some code in emacs wants to reserve a chunk of address space with a big
PROT_NONE anonymous mapping, and then carve it up into separate mappings
Hi Corinna,
On 2/19/2018 4:00 AM, Corinna Vinschen wrote:
On Feb 17 22:37, Ken Brown wrote:
Some code in emacs wants to reserve a chunk of address space with a big
PROT_NONE anonymous mapping, and then carve it up into separate mappings
associated to segments of a file. This fails on Cygwin
On 8/24/2024 4:11 PM, Ken Brown via Cygwin wrote:
On 8/24/2024 1:38 PM, ASSI wrote:
Perl 5.40.0-1 is now available on Cygwin, replacing perl-5.36.3. Most
Perl distributions and dependent packages have been either re-released
or updated in conjunction with this update. The following packages
On 8/24/2024 1:38 PM, ASSI wrote:
Perl 5.40.0-1 is now available on Cygwin, replacing perl-5.36.3. Most
Perl distributions and dependent packages have been either re-released
or updated in conjunction with this update. The following packages have
been released for Cygwin:
perl-5.40.0-1-src
On 8/11/2024 2:35 PM, Brian Inglis via Cygwin wrote:
[Added Emacs to Subject to get appropriate attention]
On 2024-08-11 11:22, KARR, DAVID via Cygwin wrote:
So then I looked at my .emacs file, and I noticed the following. Note
that this is another block of code that I haven't changed in many
Hi Takashi,
On 6/1/2024 10:18 AM, Takashi Yano via Cygwin wrote:
int
pthread::once (pthread_once_t *once_control, void (*init_routine) (void))
{
/* Sign bit of once_control->state is used as done flag.
Similary, the next significant bit is used as destroyed flag. */
Typo: Simi
On 5/30/2024 3:39 PM, Jon Turney via Cygwin wrote:
On 27/05/2024 16:14, Ken Brown via Cygwin wrote:
On 5/27/2024 5:17 AM, Lemures Lemniscati via Cygwin wrote:
On Sun, 26 May 2024 18:02:54 -0400, Ken Brown via Cygwin
Here is a log from gdb. Will it help?
run
info threads
info stack
list
On 5/27/2024 5:17 AM, Lemures Lemniscati via Cygwin wrote:
On Sun, 26 May 2024 18:02:54 -0400, Ken Brown via Cygwin
Here is a log from gdb. Will it help?
run
info threads
info stack
list
$ HOME=/tmp gdb --args asy -vv -f pdf test
[...]
Thread 5 "sig" received signal SIGT
On 5/26/2024 12:11 AM, Lemures Lemniscati via Cygwin wrote:
But, now, asy hangs after outputting a pdf.
How to reproduce:
1. Prepare test.asy:
// test.asy
dot((0,0));
// test.asy
2. `asy -vv test.asy` will successfully write test.eps.
3. But, `asy -vv -f pdf test.asy` will hang after gs prod
On 5/3/2024 3:31 PM, Bruno Haible wrote:
Hi Ken,
It turns out that this was a regression in 3.5.3 and was already
reported (in a slightly different form) in
https://cygwin.com/pipermail/cygwin/2024-April/255812.html
and fixed for 3.5.4.
Thanks for the investigations!
Do you have a wor
On 5/2/2024 7:40 PM, Bruno Haible wrote:
Hi,
Ken Brown noticed this: pagefile.sys and swapfile.sys are being
reported by Cygwin 3.5.3 as being directories.
Cygwin 3.5.3 on Windows 10:
$ ls -ld /proc/cygdrive/c/pagefile.*
drwxr-x--- 17664 Unknown+User Unknown+Group 0 Jan 1 1601
/proc
On 3/22/2024 9:49 AM, Roland Mainz via Cygwin wrote:
Hi!
Is it possible to update the Cygwin "libnfs" package, please ?
The current Cygwin "libnfs" version is rather old (per
https://cygwin.com/cgit/cygwin-packages/libnfs/log/
If you look near the upper right corner of that page, you'll
[Please don't top post on this list. Thanks.]
On 2/22/2024 4:23 PM, David Karr wrote:
Ok. I forgot I had to add that package.
However, now there's another odd problem. The command line still doesn't
start anything, but it does print an error message, saying that it can't
find "/usr/local/bin
On 2/22/2024 2:44 PM, David Karr via Cygwin wrote:
Every three years or so I have to set up a new laptop, and several things
that I only do in that period I either lose the notes on it, or something
has changed that I'm not aware of.
I'm installing Cygwin on a new laptop, version 3.5.0-1.x86_64.
[Redirecting to the Cygwin list.]
On 2/13/2024 10:02 PM, Jim Reisert AD1C wrote:
On Fri, Feb 2, 2024 at 10:55 AM Jim Reisert AD1C <mailto:jjreis...@alum.mit.edu>> wrote:
On Fri, Feb 2, 2024 at 10:53 AM Ken Brown mailto:kbr...@cornell.edu>> wrote:
> On 2/2
[Redirecting to the cygwin list.]
On 2/2/2024 9:40 AM, Jim Reisert AD1C wrote:
The first time I opened this version with a .CSV file:
■ Warning (comp): libgccjit.so: error: error invoking gcc driver
■ Warning (comp): /usr/share/emacs/29.2/lisp/ezimage.el.gz: Error:
Internal native compile
On 1/30/2024 3:49 PM, Heiko Oberdiek via Cygwin wrote:
Hallo,
after the latest update of Cygwin, especially
zlib from 1.3 to 1.3.1, luatex and related
programs (lualatex, texdoc, ...) abort
with a panic error: the version 1.3 of the header files
of zlib (compile time) does not match the version
On 1/31/2024 3:16 AM, ASSI via Cygwin wrote:
Heiko Oberdiek via Cygwin writes:
I assume, luatex from texlive-collection-luatex
needs to be recompiled with the updated zlib
sources.
Yes, and that version check needs to actually look at the ABI and not
some random string; or at least not complai
On 12/20/2023 1:34 PM, Lee via Cygwin wrote:
On Wed, Dec 20, 2023 at 9:01 AM marco atzeri wrote:
On Wed, Dec 20, 2023 at 6:04 AM Marco Atzeri wrote:
On 20/12/2023 03:47, Beau James via Cygwin wrote:
This problem appeared with my most recent Cygwin update that included an
update to "vim".
On 11/29/2023 8:03 PM, Jose Isaias Cabrera via Cygwin wrote:
On Wednesday, November 29, 2023 05:46 PM, Brian Inglis expressed:
However, if I turn off the
Windows Firewall, it works. So, now I have to figure that out.
You need to create a firewall exception for sshd on the machine you're
tryi
On 11/22/2023 4:38 PM, Jose Isaias Cabrera via Cygwin wrote:
Thanks, Eliot. Hmmm... I would have thought that by now this process would have
been thought of.
It has been:
https://cygwin.com/pipermail/cygwin/2020-June/245384.html
Ken
--
Problem reports: https://cygwin.com/problems.htm
On 9/12/2023 1:27 AM, Joel Breazeale via Cygwin wrote:
I am attempting to use the fiona package. This code works on Python on a
Linux box. The code starts out:
#!/usr/bin/python
import sys
import fiona
import shapely
import os
. . .
The error I'm getting from the import is:
Traceback (most
This is a rebuild of the TeX Live binaries against the latest zlib. It
should fix the problem reported here:
https://cygwin.com/pipermail/cygwin/2023-August/254245.html
For some unknown reason I was unable to build pmx, so it is omitted from
this release. If that's a big inconvenience for
On 8/21/2023 11:02 AM, ASSI via Cygwin wrote:
(although in this case maybe i got spooked by the change
from 1.2.x to 1.3)
It looks like that's exactly what happened. The version check compares
the first 4 characters of the version string.
Ken
--
Problem reports: https://cygwin.com/pro
On 8/21/2023 3:31 AM, Per Larsson via Cygwin wrote:
After the latest update of zlib (1.2.13 -> 1.3), I’ve got a problem using
lualatex:
“lualatex failed: PANIC: unprotected error in call to Lua API (zlib library
version does not match - header: 1.2.13, library: 1.3)”
It can be avoided by res
The following packages have been uploaded to the Cygwin distribution:
* harfbuzz-8.1.1-1
* libharfbuzz0-8.1.1-1
* libharfbuzz-devel-8.1.1-1
* libharfbuzz-gobject0-8.1.1-1
* libharfbuzz-gobject-devel-8.1.1-1
* libharfbuzz-subset0-8.1.1-1
* libharfbuzz-subset-devel-8.1.1-1
* libharfbuzz-icu0-8.1.1-
The following packages have been uploaded to the Cygwin distribution as
test releases.
* emacs-29.1-2
* emacs-common-29.1-2
* emacs-basic-29.1-2
* emacs-w32-29.1-2
* emacs-gtk-29.1-2
* emacs-lucid-29.1-2
Emacs is a powerful, customizable, self-documenting, modeless text
editor. Emacs contains
The following packages have been uploaded to the Cygwin distribution.
* emacs-29.1-1
This is a virtual package that forces installation of one of the
following four "binary" packages. If you don't select one of these
four, then emacs-basic will be installed by default.
* emacs-basic-29.1-1
The following packages have been uploaded to the Cygwin distribution:
* ghostscript-10.01.2-1
* libgs9-10.01.2-1
* libgs-devel-10.01.2-1
GNU Ghostscript is a PostScript interpreter capable of converting PS
files into a number of printer output formats. Ghostscript can also
render PS files int
The following packages have been uploaded to the Cygwin distribution:
* freetype2-demos-2.13.1-1
* libfreetype6-2.13.1-1
* libfreetype-devel-2.13.1-1
* libfreetype-doc-2.13.1-1
FreeType 2 is a software font engine that is designed to be small,
efficient, and highly customizable while capable of
The following packages have been uploaded to the Cygwin distribution:
* libicu72-73.2-1
* libicu-devel-73.2-1
* icu-doc-73.2-1
ICU is a mature, widely used set of C/C++ and Java libraries providing
Unicode and Globalization support for software applications. ICU is
widely portable and gives a
On 7/9/2023 12:55 PM, Eliot Moss wrote:
On 7/9/2023 11:56 AM, Ken Brown via Cygwin wrote:
On 7/8/2023 9:37 PM, Eliot Moss via Cygwin wrote:
Dear cygwin-ers --
I'm running 64-bit cygwin 3.4.7-1 and lately I've been getting these
vfork
errors from emacs-gtk when I try to run
On 7/8/2023 9:37 PM, Eliot Moss via Cygwin wrote:
Dear cygwin-ers --
I'm running 64-bit cygwin 3.4.7-1 and lately I've been getting these vfork
errors from emacs-gtk when I try to run dired on a directory. I believe
this
tries to fork ls to get the necessary file information. I've tried
upda
The following packages have been uploaded to the Cygwin distribution:
* libtree-sitter0-0.20.8-1
* libtree-sitter-devel-0.20.8-1
Tree-sitter is a parser generator tool and an incremental parsing
library. It can build a concrete syntax tree for a source file and
efficiently update the syntax t
The following packages have been uploaded to the Cygwin distribution:
* doxygen-1.9.7-1
* doxygen-doxywizard-1.9.7-1
* doxygen-latex-1.9.7-1
Doxygen is the de facto standard tool for generating documentation from
annotated C++ sources, but it also supports other popular programming
languages s
The following packages have been uploaded to the Cygwin distribution:
* harfbuzz-7.3.0-1
* libharfbuzz0-7.3.0-1
* libharfbuzz-devel-7.3.0-1
* libharfbuzz-gobject0-7.3.0-1
* libharfbuzz-gobject-devel-7.3.0-1
* libharfbuzz-subset0-7.3.0-1
* libharfbuzz-subset-devel-7.3.0-1
* libharfbuzz-icu0-7.3.0-
The following package has been uploaded to the Cygwin distribution:
* savi-1.6.0-1
SaVi simulates satellite orbits and coverage, in two and three
dimensions. SaVi lets you explore satellite constellations. SaVi can
use Geomview, an optional package, for 3D rendering.
This is an update to t
Subject: emacs-auctex 13.2-1
The following packages have been uploaded to the Cygwin distribution:
* emacs-auctex-13.2-1
* preview-latex-13.2-1
AUCTeX is an extensible package for writing and formatting TeX files in
GNU Emacs. It supports many different TeX macro packages, including
AMS-TeX,
The following packages have been uploaded to the Cygwin distribution:
* harfbuzz-7.2.0-1
* libharfbuzz0-7.2.0-1
* libharfbuzz-devel-7.2.0-1
* libharfbuzz-gobject0-7.2.0-1
* libharfbuzz-gobject-devel-7.2.0-1
* libharfbuzz-subset0-7.2.0-1
* libharfbuzz-subset-devel-7.2.0-1
* libharfbuzz-icu0-7.2.0-
On 3/24/2023 11:00 AM, Ken Brown via Cygwin wrote:
On 3/22/2023 12:56 PM, Ken Brown via Cygwin wrote:
As I mentioned in the announcement of TeX Live 2023, there has been a
major change in ConTeXt; see
https://tug.org/texlive/bugs.html
Briefly, ConTeXt development has been moved out of TeX
On 4/12/2023 7:54 AM, Vanda Vodkamilkevich via Cygwin wrote:
When using setup.exe, I have the following error message :
Package: _/Unknown package
texlive-collection-context.sh exit code 127
I tried to run the script manually and got:
$ sh -x texlive-collection-context.sh
+ /usr/bin/mtxrun --ge
The following packages have been uploaded to the Cygwin distribution:
* texinfo-7.0.3-1
* texinfo-tex-7.0.3-1
* info-7.0.3-1
Texinfo is a documentation system that uses a single source file to
produce output in a number of formats, both online and printed (HTML,
PDF, DVI, Info, DocBook, LaTeX,
The following packages have been uploaded to the Cygwin distribution:
* harfbuzz-7.1.0-1
* libharfbuzz0-7.1.0-1
* libharfbuzz-devel-7.1.0-1
* libharfbuzz-gobject0-7.1.0-1
* libharfbuzz-gobject-devel-7.1.0-1
* libharfbuzz-subset0-7.1.0-1
* libharfbuzz-subset-devel-7.1.0-1
* libharfbuzz-icu0-7.1.0-
On 3/24/2023 10:50 AM, Lester Ingber via Cygwin wrote:
I think my attachments stopped this email, so I'm sending this without
them:
My install seems to fail with:
texlive-collection-context.sh exit code 127
ConTeXt is completely broken on Cygwin (but will be fixed shortly). See
https://
On 3/22/2023 12:56 PM, Ken Brown via Cygwin wrote:
As I mentioned in the announcement of TeX Live 2023, there has been a
major change in ConTeXt; see
https://tug.org/texlive/bugs.html
Briefly, ConTeXt development has been moved out of TeX Live into a
separate project. Unfortunately, the
On 3/24/2023 8:18 AM, Corinna Vinschen via Cygwin wrote:
On Mar 23 22:14, Corinna Vinschen via Cygwin wrote:
On Mar 23 15:48, Ken Brown via Cygwin wrote:
Consider the following test case:
$ cat locale_test.c
#include
#include
int main ()
{
const char *locale = "en_DE.UTF-8";
I'm reporting this here rather than the newlib list because the behavior
is compatible with Posix but not Linux, so I think it's a Cygwin issue.
Consider the following test case:
$ cat locale_test.c
#include
#include
int main ()
{
const char *locale = "en_DE.UTF-8";
locale_t loc = newloc
On 3/23/2023 9:10 AM, Fergus Daly via Cygwin wrote:
Maybe of diminishing interest (32-bit Cygwin) - but:
Out of nowhere (but see below (*)) a link has occurred
/bin/rungs -> /usr/share/texmf-dist/scripts/texlive/rungs.tlu
which is, I think, a typo for /usr/share/texmf-dist/scripts/texlive/rungs.l
On 3/22/2023 12:53 PM, Ken Brown via Cygwin-announce via Cygwin wrote:
* texlive-collection-basic-20230313-1
This had a packaging bug that caused the postinstall script
zp_texlive_finish.dash to fail. I've just uploaded
texlive-collection-basic-20230313-2
which should fix this.
As I mentioned in the announcement of TeX Live 2023, there has been a
major change in ConTeXt; see
https://tug.org/texlive/bugs.html
Briefly, ConTeXt development has been moved out of TeX Live into a
separate project. Unfortunately, the maintainer of that project decided
to remove Cygwin s
The following package has been uploaded to the Cygwin distribution:
* biber-2.19-1
Biber is a BibTeX replacement for users of BibLaTeX. Biber supports
full UTF-8, can (re-)encode input and output, supports highly
configurable sorting, dynamic bibliography sets, and many other features.
This
On 2/4/2023 5:05 PM, Ken Brown via Cygwin-announce via Cygwin wrote:
The following packages have been uploaded to the Cygwin distribution as
test releases:
* ghostscript-10.0.0-1
* libgs9-10.0.0-1
* libgs-devel-10.0.0-1
[...]
This is a test release because of reported problems with TeX Live
Cygwin's TeX Live packages have been updated to the latest upstream
release, TeX Live 2023.
TeX Live provides a comprehensive, cross-platform TeX system. It
includes all the major TeX-related programs, macro packages, and fonts
that are free software, including support for many languages arou
On 3/11/2023 1:50 PM, Achim Gratz via Cygwin wrote:
The native Gcc compilers have been updated to the latest upstream
snapshot version of the gcc-11 branch:
gcc-11.3.1+20230310
Thanks!
I've given it a pretty good workout with builds of Emacs and TeX Live,
and everything seems good so far.
The following packages have been uploaded to the Cygwin distribution:
* libpng16-1.6.39-1
* libpng16-devel-1.6.39-1
* libpng-devel-1.6.39-1
* libpng-tools-1.6.39-1
libpng is the official reference library for the Portable Network
Graphics (PNG) image format.
This is an update to the latest up
The following packages have been uploaded to the Cygwin distribution:
* lcms2-2.15-1
* liblcms2_2-2.15-1
* liblcms2-devel-2.15-1
Little CMS is an Open Source small-footprint color management engine,
with special focus on accuracy and performance. It uses the
International Color Consortium sta
On 3/10/2023 8:47 AM, Markus Becker via Cygwin wrote:
Dear Guys,
I am quite an newby in Cygwin scripting and encountered several execution
issues with bash scripts. For example, when i try to execute the following
simple scriptfile "skript1.sh":
# This is a testscript
Statement="This is the tes
[Please don't top-post.]
On 3/1/2023 6:56 AM, Yeo Kai Wei via Cygwin wrote:
Do you want to install cygserver as service?
(Say "no" if it's already installed as service) (yes/no) yes
/usr/bin/cygserver-config: line 181: cygrunsrv: command not found
Installation of cygserver as service failed. P
The following packages have been uploaded to the Cygwin distribution:
* harfbuzz-7.0.1-1
* libharfbuzz0-7.0.1-1
* libharfbuzz-devel-7.0.1-1
* libharfbuzz-gobject0-7.0.1-1
* libharfbuzz-gobject-devel-7.0.1-1
* libharfbuzz-subset0-7.0.1-1
* libharfbuzz-subset-devel-7.0.1-1
* libharfbuzz-icu0-7.0.1-
The following packages have been uploaded to the Cygwin distribution:
* freetype2-demos-2.13.0-1
* libfreetype6-2.13.0-1
* libfreetype-devel-2.13.0-1
* libfreetype-doc-2.13.0-1
FreeType 2 is a software font engine that is designed to be small,
efficient, and highly customizable while capable of
The following packages have been uploaded to the Cygwin distribution:
* harfbuzz-6.0.0-1
* libharfbuzz0-6.0.0-1
* libharfbuzz-devel-6.0.0-1
* libharfbuzz-gobject0-6.0.0-1
* libharfbuzz-gobject-devel-6.0.0-1
* libharfbuzz-subset0-6.0.0-1
* libharfbuzz-subset-devel-6.0.0-1
* libharfbuzz-icu0-6.0.0-
The following packages have been uploaded to the Cygwin distribution as test
releases:
* ghostscript-10.0.0-1
* libgs9-10.0.0-1
* libgs-devel-10.0.0-1
GNU Ghostscript is a PostScript interpreter capable of converting PS files into
a number of printer output formats. Ghostscript can also rende
The following packages have been uploaded to the Cygwin distribution:
* zziplib-0.13.72-1
* libzzip0.13-0.13.72-1
* libzzip-devel-0.13.72-1
The zziplib library provides read access to zipped files in a zip-archive, using
compression based solely on free algorithms provided by zlib. It also pro
The following packages have been uploaded to the Cygwin distribution:
* libglut3-3.4.0-1
* libglut-devel-3.4.0-1
freeglut is a completely OpenSourced alternative to the OpenGL Utility Toolkit
(GLUT) library. GLUT was originally written by Mark Kilgard to support the
sample programs in the sec
The following packages have been uploaded to the Cygwin distribution:
* libicu72-72.1-1
* libicu-devel-72.1-1
* icu-doc-72.1-1
ICU is a mature, widely used set of C/C++ and Java libraries providing Unicode
and Globalization support for software applications. ICU is widely portable and
gives a
The following packages have been uploaded to the Cygwin distribution:
* doxygen-1.9.6-1
* doxygen-doxywizard-1.9.6-1
* doxygen-latex-1.9.6-1
Doxygen is the de facto standard tool for generating documentation from
annotated C++ sources, but it also supports other popular programming languages
s
The following packages have been uploaded to the Cygwin distribution:
* texinfo-7.0.2-1
* texinfo-tex-7.0.2-1
* info-7.0.2-1
Texinfo is a documentation system that uses a single source file to produce
output in a number of formats, both online and printed (HTML, PDF, DVI, Info,
DocBook, LaTeX,
The following packages have been uploaded to the Cygwin distribution as test
releases:
* ghostscript-9.56.1-1
* libgs9-9.56.1-1
* libgs-devel-9.56.1-1
GNU Ghostscript is a PostScript interpreter capable of converting PS files into
a number of printer output formats. Ghostscript can also rende
On 4/11/2022 9:24 PM, Ken Brown via Cygwin-announce wrote:
The following packages have been uploaded to the Cygwin distribution
as test releases:
* libicu71-71.1-1
* libicu-devel-71.1-1
* icu-doc-71.1-1
These have (belatedly) been promoted from "test" to "current".
[Redirecting from the clisp list.]
On 1/12/2023 3:03 AM, Kaz Kylheku wrote:
Hi All,
Just a heads up that whoever is maintaining the CLISP
package for Cygwin seems not to have built it with
FFI support.
The FFI package doesn't exist.
I'm trying to use an old program of mine, and oops!
I'm Cy
The following packages have been uploaded to the Cygwin distribution:
* libtree-sitter0-0.20.7-1
* libtree-sitter-devel-0.20.7-1
Tree-sitter is a parser generator tool and an incremental parsing library. It
can build a concrete syntax tree for a source file and efficiently update the
syntax t
list of changes since the previous release.
Ken Brown
Cygwin's lcms2 maintainer
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
texinfo package, but the
command 'texi2any --pdf' won't work unless you install texinfo-tex.
Ken Brown
Cygwin's texinfo maintainer
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/d
On 12/22/2022 2:02 AM, Luis Rivera via Cygwin wrote:
While developing a package for LuaTeX with the texlive-collection, I
noticed that LuaTeX could not access the directories for OpenType
fonts;
```
$ luatex sloth
This is LuaTeX, Version 1.15.0 (TeX Live 2022/Cygwin)
restricted system commands
On 12/19/2022 4:05 PM, Ken Brown via Cygwin wrote:
On 12/19/2022 11:52 AM, Jim Reisert AD1C via Cygwin wrote:
I just updated Cygwin to "3.4.3-1.x86_64 2022-12-16 12:38 UTC x86_64
Cygwin" and in addition the X package refresh. I started emacs-X11 in
an xterm and am now seeing t
On 12/19/2022 11:52 AM, Jim Reisert AD1C via Cygwin wrote:
I just updated Cygwin to "3.4.3-1.x86_64 2022-12-16 12:38 UTC x86_64
Cygwin" and in addition the X package refresh. I started emacs-X11 in
an xterm and am now seeing this in the console:
Xlib: sequence lost (0x1 > 0x16c) in reply ty
On 12/9/2022 4:34 PM, Jose Isaias Cabrera via Cygwin wrote:
Greetings!
Using these commands,
./configure --host=i686-w64-mingw32 CFLAGS=-shared CFLAGS=-static-libgcc
make sqlite3.exe sqlite3.dll
I can create the sqlite3 DOS application and the sqlite3 Windows 10 DLL. I have
no problem with t
On 12/3/2022 4:14 PM, Jose Isaias Cabrera via Cygwin wrote:
To do this, use the mingw32 or 64 compiler, as this,
CC=i686-w64-mingw32-gcc ./configure
and the SQLite3 tool will work without the cygwin1.dll.
I think the preferred way to do this is
./configure --host=i686-w64-mingw32 ,
althou
On 11/27/2022 1:50 PM, Ron Hardin wrote:
setup-x86.exe on the cygwin site doesn't work (no publisher verification, stops
with complaint it can't install on a 32-bit machine). 27 Nov 2022
A version on a machine I set up a week ago's download area still works albeit
with a version number mismatc
On 11/17/2022 10:18 AM, Carlo B. wrote:
Hello,
at this address I did a repository of packages that I made for CYGWIN:
https://github.com/carlo-bramini/packages-cygwin
Sometimes, when I need something not existing (or newer) into the
official list of packages for CYGWIN, I upload it here.
All th
On 11/7/2022 11:46 AM, Drew Abbott wrote:
Hi,
I am trying to set up texlive in Cygwin and installing the texlive
package seems to get me most of the way there. I tried to compile a
test document using the fontspec package (lualatex test.tex), but ran
into errors about a missing package (! LaTeX
On 10/3/2022 12:59 PM, Hans Henrik Bergan wrote:
@Ken Brown
I don't think you wrote what you meant. You're not saying that explicitly specifying the
default value changes the behavior, are you? Maybe you meant to say that the default mode
is "r"?
sorry about that, i
On 10/8/2022 9:01 AM, Jon Turney wrote:
On 05/10/2022 06:45, Fergus Daly wrote:
Whenever I use gv on a PostScript file as in
$ gv filename.ps
then a (usually) successful display is (almost invariably) accompanied by
Warning messages about font conversions.
It is not obvious what limitations or
On 10/6/2022 12:29 PM, Kevin Connor Arpe wrote:
Hi,
Sorry, I am a GMail user, so I am unable to reply to the original email
from Eric Blake ebl...@redhat.com on Thu May 3 14:03:00 GMT 2018:
https://cygwin.com/pipermail/cygwin/2018-May/237069.html
Eric wrote: <>
First, please correct me if Linu
1 - 100 of 2331 matches
Mail list logo