Re: Fonts

2015-05-08 Thread Marco Atzeri
On 5/9/2015 4:04 AM, Eliot Moss wrote: On 5/8/2015 1:04 PM, Ken Brown wrote: On 5/8/2015 2:48 AM, Axel Heinrici wrote: I can't answer your question, but the fontconfig issue is simply that fontconfig doesn't know about the Windows font directory. See https://cygwin.com/ml/cygwin-xfree/20

qt patches which seem to make gnuplot qt terminal work on cygwin were uploaded on gnuplot site

2015-05-08 Thread tmacchant
Hello Currently gnuplot qt terminal can be built but does not work. (I used the cygwin 64 the updated today. The qt5 is used.) Terminal type set to 'qt' gnuplot> plot sin(x) Could not connect to gnuplot_qt "qtgnuplot4488" . Starting a new one Warning: slow font initialization I found a post in

Re: Fonts

2015-05-08 Thread Eliot Moss
On 5/8/2015 1:04 PM, Ken Brown wrote: On 5/8/2015 2:48 AM, Axel Heinrici wrote: I can't answer your question, but the fontconfig issue is simply that fontconfig doesn't know about the Windows font directory. See https://cygwin.com/ml/cygwin-xfree/2014-05/msg9.html Would this explai

Re: building octave-4.0.0-rcx on Cygwin

2015-05-08 Thread tmacchant
>> Windows native version cannot handle non-ascii characters in path and file >> names . > Then it's most likely using the wrong (DOS) API for file access. Achim. Thank you for your suggestion. >From discussions on the octave bug list, readdir in mingw seems to be buggy for utf8 encoded code.

Re: building octave-4.0.0-rcx on Cygwin

2015-05-08 Thread tmacchant
>> Hi Tatsuro, >> you can test my build of rc4 >>setup-x86_64.exe -X -O -s http://matzeri.altervista.org >> >> http://matzeri.altervista.org/x86_64/octave/ > Macro > > I can install them and see the octave-gui and confirm that I can handle > non-ascii characters in path and > file names.

[ANNOUNCEMENT] Updated: Cygwin 2.0.2-1

2015-05-08 Thread Yaakov Selkowitz
The following packages have been updated in the Cygwin distribution: * cygwin-2.0.2-1 * cygwin-devel-2.0.2-1 This release restores the #include in : https://cygwin.com/ml/cygwin/2015-05/msg00028.html -- Yaakov (on behalf of Corinna) -- Problem reports: http://cygwin.com/problems.html FA

[ANNOUNCEMENT] Updated: monotone-1.1-1

2015-05-08 Thread Yaakov Selkowitz
The following package has been updated in the Cygwin distribution: * monotone-1.1-1 monotone is a free distributed version control system. It provides a simple, single-file transactional version store, with fully disconnected operation and an efficient peer-to-peer synchronization protocol. It un

[ANNOUNCEMENT] Updated: source-highlight-3.1.8-1

2015-05-08 Thread Yaakov Selkowitz
The following packages have been updated for the Cygwin distribution: * source-highlight-3.1.8-1 * libsource-highlight4-3.1.8-1 * libsource-highlight-common-3.1.8-1 * libsource-highlight-devel-3.1.8-1 GNU Source-highlight is a utility which creates documents with syntax highlighting from source f

[ANNOUNCEMENT] Updated: botan1.10-1.10.9-1

2015-05-08 Thread Yaakov Selkowitz
The following packages have been updated in the Cygwin distribution: * libbotan1.10_0-1.10.9-1 * libbotan1.10-devel-1.10.9-1 * libbotan1.10-doc-1.10.9-1 * python-botan-1.10.9-1 Botan is a crypto library for C++ released under the permissive 2-clause BSD license. It provides most any cryptographic

[ANNOUNCEMENT] Updated: libpst-0.6.64-2

2015-05-08 Thread Yaakov Selkowitz
The following packages have been updated in the Cygwin distribution: * libpst4-0.6.64-2 * libpst-devel-0.6.64-2 * python-libpst-0.6.64-2 * readpst-0.6.64-2 This package contains a library and utilities for reading and converting MS Outlook Personal Folders (.pst) files. This release has been reb

mingw64-* regression: LTO builds fail

2015-05-08 Thread Christian Franke
After upgrading to recent mingw64 toolchain, builds with link time optimizer fail during linking. Testcase: $ cat true.c int main() { return 0; } $ cygcheck -f /usr/bin/i686-w64-mingw32-gcc mingw64-i686-gcc-core-4.9.2-1 $ cygcheck -f /usr/bin/i686-w64-mingw32-ld mingw64-i686-binutils-2.25.0.1

Re: Fonts

2015-05-08 Thread Ken Brown
On 5/8/2015 2:48 AM, Axel Heinrici wrote: Hello, .1.2.3.4.5.6.7 I use gnuplot and some bash-skripts on a Cygwin x86_64-Installation to generate a number of plots. Filetype is png because plenty of colleagues will look into the plots. Usuall

Re: building octave-4.0.0-rcx on Cygwin

2015-05-08 Thread Achim Gratz
tmacchant yahoo.co.jp> writes: > Windows native version cannot handle non-ascii characters in path and file > names . Then it's most likely using the wrong (DOS) API for file access. Regards, Achim. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin

Re: building octave-4.0.0-rcx on Cygwin

2015-05-08 Thread tmacchant
> Hi Tatsuro, > you can test my build of rc4 >setup-x86_64.exe -X -O -s http://matzeri.altervista.org > http://matzeri.altervista.org/x86_64/octave/ Macro I can install them and see the octave-gui and confirm that I can handle non-ascii characters in path and file names. I will test tomor

Re: building octave-4.0.0-rcx on Cygwin

2015-05-08 Thread Marco Atzeri
On 5/8/2015 11:54 AM, tmacchant wrote: Marco I would like to test new version of octave (octave-4.0.0-rc4 current) on Cygwin. I have tried to build on cygwin-64. However, dynamic libraries of liboctinterp was not built and static version was built. For liboctave, cygoctave-3.dll was built. Wh

building octave-4.0.0-rcx on Cygwin

2015-05-08 Thread tmacchant
Marco I would like to test new version of octave (octave-4.0.0-rc4 current) on Cygwin. I have tried to build on cygwin-64. However, dynamic libraries of liboctinterp was not built and static version was built. For liboctave, cygoctave-3.dll was built. What do you think the origin of fail to gen