Category "cygwin"

Python datetime.now in cygwin console is incorrect

If you could help me understand why: From Cygwin terminal: This is correct: $ date Wed, Sep 2, 2020 11:19:07 PM This is also correct: $ date --utc Wed, Sep 2

Why Apache flink in not running on Windows?

I am a newbie and I am using apache flink for the first time. I have downloaded flink-1.14.4-bin-scala_2.12 version in windows, I have installed cygwin to run

C Programming, scanf() function output [closed]

When I run the program on a Cygwin terminal, I am not able to achieve the following output: 38 $92360.88 llama Notepad++ Cygwin Terminal Progr

Cygwin: C standard library does not support TIME_UTC and timespec_get?

Sample code (t667c.c, taken from here): #include <stdio.h> #include <time.h> int main(void) { struct timespec ts; timespec_get(&ts, TIM

Cygwin: C standard library does not support <uchar.h>?

Scenario: $ echo "#include <uchar.h>" | gcc -xc - -std=c11 -pedantic -Wall -Wextra <stdin>:1:10: fatal error: uchar.h: No such file or directory com

Issue with make in Cygwin

I've been using cygwin to build gcc. However, after I try to configure gcc, in the way shown below: $ C:/cygwin64/home/myusername/gcc-9.3.0/configure --program

undefined reference to `__imp___gmpz_init', building GMP program on Cygwin

I'm trying to compile this simple GMP program on Cygwin: #include <gmp.h> int main(){ mpz_t i; mpz_init(i); } This is the command: gcc -lgmp t

Ansible is being run in a world writable directory (/vagrant), ignoring it as an ansible.cfg source

trying to provision vagrant vm (ubuntu/trusty64) with ansible_local provisioner from cygwin [WARNING] Ansible is being run in a world writable directory (/v

Install Protocol Buffers on Windows

I am unable to find clear instructions to install Google Protocol Buffers (including compiler) on Windows x64 platform. I went through the instructions README

AttributeError: 'module' object has no attribute 'Firefox'

I am trying to use selenium webdriver to spawn an instance of Firefox. In the past, I was able to do this after installing geckodriver and making sure that it w

Why can't I fix the cygwin1.dll mismatch issue?

I'm trying to execute a .sh script (that wasn't written by me) and I get the following error: 0 [main] echo (5320) C:\Program Files\Git\usr\bin\echo.exe: *** f

java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

I install Hadoop-0.20.2 in windows using cygwin. If i run $ bin/hadoop version Hadoop 0.20.2 Subversion https://svn.apache.org/repos/asf/hadoop/common/branch

Git push hangs when pushing to Github?

Git push hangs everytime I try to push to github. I am using Cygwin and Windows 7. Git functions fine locally tracking branches, providing status, setting globa