Re: Possible Cygwin setup regression with --prune-install

2019-08-29 Thread szgyg
On 2019-08-29, Shaddy Baddah wrote: > I have a use-case for Cygwin setup, which I admit will seem strange, > whereby I want it to do an "Install" with no packages selected at all. > ie., just setup a "skeleton" of a Cygwin install. I value it, because > based my own experience with the Cygwin setup

Re: make fails loading shared libraries CYGWIN_NT-10.0 x86_64

2018-01-22 Thread szgyg
On 2018-01-22, Michael Demoulin wrote: > The latest Make on the latest 64-bit version of Cygwin fails with the > error 'C:/cygwin64/bin/make.exe: error while loading shared libraries: > ?: cannot open shared object file: No such file or directory' > > I have included a sanitized output of 'cygche

Re: Monit Compilation Errors

2018-01-18 Thread szgyg
On 2018-01-18, BGINFO4X wrote: > 2018-01-17 20:12 GMT+01:00 szgyg : Please don't quote raw email addresses. > Finally, fter switching to the 32bits cygwin version (-m32 in cygwin64 > generated more errors), and modifying Lync

Re: Monit Compilation Errors

2018-01-17 Thread szgyg
On 2018-01-15, Brian Inglis wrote: > On 2018-01-15 13:56, szgyg wrote: >> On 2018-01-15, Kizito Porta BalanyĆ  wrote: >>> I'm trying to compile the last version of MONIT and I get some errors that >>> I can not solve. >>> :0:6: error: expected identifier o

Re: opencv python bindings

2018-01-17 Thread szgyg
On 2018-01-17, Pete Flugstad wrote: > I've installed the opencv(3.2) and libopencv3.2 packages, but those > packages apparently didn't contain the python bindings (cv2)? > > The opencv_version.exe -v indicates that the python2 bindings were to be > built. Did they just not get package, or is it in

Re: Monit Compilation Errors

2018-01-15 Thread szgyg
/dev/null # 1 "/dev/null" # 1 "" [...] #define __unix__ 1 #define __unix 1 #define __declspec(x) __attribute__((x)) #define __DECIMAL_BID_FORMAT__ 1 # 1 "" # 1 "/dev/null" $ cpp --version cpp (GCC) 6.4.0 You can undefine the unix macro or rename the unix struct. szg

Re: ssh-host-config: patch fix debug option + broken for me on Vista (non-domain)

2017-01-20 Thread szgyg
On 1/19/2017 7:16 PM, Corinna Vinschen wrote: The idea is that if LOGONSERVER == COMPUTERNAME your machine is not in a domain. Actually, I *never* encountered an environment in which LOGONSERVER isn't set. It's empty if you're using RunAs. szgyg -- Problem reports: ht

Re: libtool: link: object name conflicts in archive

2014-04-17 Thread szgyg
On 4/16/2014 9:21 AM, Gisela Haschmich wrote: /bin/sh ../../libtool --tag=F77 --mode=link gfortran -o liby12.la y12mae.lo y12maf.lo y12mbe.lo y12mbf.lo y12mce.lo y12mcf.lo y12mde.lo y12mdf.lo y12mfe.lo y12mge.lo y12mhe.lo -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2 -L/usr/lib/gcc/x86_64-pc-c

Re: Setup shows ? instead of size for some packages

2012-07-31 Thread szgyg
[keep it on the list, please] On 7/30/2012 12:32 AM, L Anderson wrote: szgyg wrote: On 7/28/2012 6:56 AM, L Anderson wrote: Call me slow to notice but I'm seeing more packages appearing with size ? mark in the "View" window when I run cygwin setup. Also, I notice that No, it

Re: Setup shows ? instead of size for some packages

2012-07-28 Thread szgyg
e, and the other packages will contain the binary stuff. What Aaron has described is another possible source of ? sizes, but then the packages would be in the Misc category, as setup.exe wouldn't have the category info either. szgyg -- Problem reports: http://cygwin.com/problems.html

Re: setup.exe, dependencies, and 'keep' mode

2011-11-10 Thread szgyg
they're spurious and just choose not to install them, but it would get messy if the thing to be installed actually had dependencies... [sorry] There is a small setup.exe patch http://www.cygwin.com/ml/cygwin-apps/2011-05/msg00094.html szgyg -- Problem reports: http:

Re: setup.exe, dependencies, and 'keep' mode

2011-11-10 Thread szgyg
they're spurious and just choose not to install them, but it would get messy if the thing to be installed actually had dependencies... http://www.cygwin.com/ml/cygwin-apps/2011-05/msg00094.html szgyg -- Problem reports: http://cygwin.com/problems.html FAQ: http:/

Re: FAQ 4.2 Why is Cygwin suddenly so slow? (was Re: cygwin very slow under virtual box (productivity hit))

2011-11-08 Thread szgyg
bash-completion package update? Dynamic loading may help ongoing work upstream: http://thread.gmane.org/gmane.comp.shells.bash.completion.devel/3375 see also: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467231 szgyg -- Problem reports: http://cygwin.com/problems.htm

Re: [snapshot] terminal problem

2011-07-11 Thread szgyg
On 7/11/2011 2:04 AM, Christopher Faylor wrote: On Thu, Jul 07, 2011 at 11:13:02AM +0200, szgyg wrote: Since 06-14 midnight commander doesn't work in mintty or in xterm (in a Thanks for the report. This should be fixed in the now-building snapshot which will show up soon at:

[snapshot] terminal problem

2011-07-07 Thread szgyg
(with offset 0x20), the first five column of the first two row: !!#!! "!#"! #!##! $!#$! %!#%! !"#!" ""#"" #"##" $"#$" %"#%" szgyg -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.c

Re: TMP and TEMP get redefined, but I need the original values

2011-06-13 Thread szgyg
nment variables in the registry, under `HKEY_CURRENT_USER\Environment' and `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment'. You can access these through /proc/registry in cygwin. For an example see the PRINTER setting in /etc/profile. szgyg --