mesa-18.3.1 and missing xxf86vm

2018-12-27 Thread Marco Atzeri
I was trying to build latest mesa to see if solved a wgl problem on my Intel graphics card https://cygwin.com/ml/cygwin/2018-12/msg00222.html but I am blocked by -- Dependency xxf86vm found: NO (tried pkgconfig) meson.build:1353:4: ERROR: Dependency "xxf

Re: FAST_CWD error message

2018-12-27 Thread Marco Atzeri
Am 27.12.2018 um 19:46 schrieb Thomas Howell: My first run of an old program in a "Windows PowerShell" on my new Win 10 machine worked but produced the following error message. 2 [main] sudoku 17400 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer.  Please report this problem to the

FAST_CWD error message

2018-12-27 Thread Thomas Howell
My first run of an old program in a "Windows PowerShell" on my new Win 10 machine worked but produced the following error message. 2 [main] sudoku 17400 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer.  Please report this problem to the public mailing list cygwin@cygwin.com A quick

Quick question about : cygwin.com

2018-12-27 Thread Aditi Dash
Hi cygwin.com, Hope you enjoyed the Christmas and wish you a happy new year 2019 in advance! I want to reach out to you to learn whether you are in need of "website development / maintenance / re-design / user experience mapping services" for your website. I would like to offer you our work po

Re: test request for octave

2018-12-27 Thread Marco Atzeri
Am 27.12.2018 um 09:59 schrieb Mark Geisert: Marco Atzeri wrote: Hi, I am trying to understand if octave has a problem with Cygwin X interface or it is a specific issue on my new Laptop Can someone make this test from octave in a Xterm ?  available_graphics_toolkits()  graphics_toolkit("fltk")

Re: test request for octave

2018-12-27 Thread Mark Geisert
Marco Atzeri wrote: Hi, I am trying to understand if octave has a problem with Cygwin X interface or it is a specific issue on my new Laptop Can someone make this test from octave in a Xterm ? available_graphics_toolkits() graphics_toolkit("fltk") x=(0:360)*pi()/180; y=sin(x); plot(x,y) p