X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=OQud+Z6KoJn8l1K22xaMU+x9XXzOU XsBfJe8Yunl8tbftF56aYH7SvG6+gpTUgiYiaiLcPolSDib5Sn9hEiTQq2bJLAfA AZLwHQd6xue3Vzc4skqcHtWajvDRQJzroevGm76ahnaB1EI+yB+swevqQGRvRdgT oHXwupaCQNFMDs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=k74POVX2P483gm2LMTTh9u0UQp8=; b=ngG VsgR9e+KCVdlpxRpnuM0bk4qs2BYkC11IeFghweaS4rLYQHdnzy6bndMsm5Ojl8r unwuyKbjd7gjBtpR3BAV3E5cYBV5rb5afGaseptkVKCAyXa9lwXR6PtzQQA7fm1m kSQz71fIfKhW9aT+fXTPmuKkNlaKgXV/095lM2NQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=Leaving, conftestc, UD:conftest.c, conftest.c X-HELO: mail-it0-f50.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=4je+u30E+RsYmWtaDwHBmNFXlq8QiIMYclym+pklewg=; b=WynwMd2FIZOjhWgF8jWJ5/51mCBTEnjJdRS3jyPg2L9wTNuyuNL5gZC7v5hIvbUQXQ sLramHRvdtKt1iS0wqne82sd5AsyIT5FN2zcMFsTSp6hpHP9totqtxYP7L4nNE19fmqN 2LOAEBoYcNHsXFbjKPNw4PCSmLwdCej9ajLdPrM4AA3xXADIA3F3pOoW48l8yrLvnr2F dSyZ0IfVtnrR8xLFm7ZxRnzsZn2dxVnfgYSNTwq87YXvSN4PxuCjBH8MneNCNm/i6nqm CJ0zNcOXJ/t9yZxJYbmmB5rNQMNfpZxYS+t9N6zjsEUv3tvXUr66jfsCb7GLgq9n83c3 039A== X-Gm-Message-State: ABUngvfLeZ390GptlDK5KqLe+yS+91xkrCO9YBLEO+CjjkE2QtN2amHyo5RZqeGlybnt0fvlEv4pfAXrpjW77g== X-Received: by 10.107.33.194 with SMTP id h185mr10157658ioh.18.1478845315044; Thu, 10 Nov 2016 22:21:55 -0800 (PST) MIME-Version: 1.0 From: kunal ghosh Date: Fri, 11 Nov 2016 11:51:24 +0530 Message-ID: Subject: problem installing openTimer in cygwin To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Hi I am trying to install OpenTimer software on my Windows 7 machine through cygwin, using standard steps "./configure", "make" , "make install" ./configure gives me the below errors for which I have googled and didnt founf anything constructive: Kunal AT Kunal-PC /cygdrive/c/VSD/Tools/openTimer/OpenTimer-1.0.5 $ grep error config.log gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory g++: error: unrecognized command line option '-V' g++: fatal error: no input files g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory g++: error: unrecognized command line option '-V' g++: fatal error: no input files g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files conftest.cpp:60:21: error: expected primary-expression before ')' token conftest.cpp:60:22: error: expected primary-expression before ')' token conftest.cpp:60:22: error: expected primary-expression before ')' token conftest.cpp:60:22: error: expected primary-expression before ')' token conftest.cpp:26:2: error: 'choke' does not name a type /usr/lib/gcc/x86_64-pc-cygwin/5.4.0/include/omp.h:39:3: error: 'omp_lock_t' does not name a type /usr/lib/gcc/x86_64-pc-cygwin/5.4.0/include/omp.h:86:28: error: variable or field 'omp_init_lock' declared void /usr/lib/gcc/x86_64-pc-cygwin/5.4.0/include/omp.h:86:28: error: 'omp_lock_t' was not declared in this scope /usr/lib/gcc/x86_64-pc-cygwin/5.4.0/include/omp.h:86:40: error: expected primary-expression before ')' token /usr/lib/gcc/x86_64-pc-cygwin/5.4.0/include/omp.h:87:31: error: variable or field 'omp_destroy_lock' declared void /usr/lib/gcc/x86_64-pc-cygwin/5.4.0/include/omp.h:87:31: error: 'omp_lock_t' was not declared in this scope /usr/lib/gcc/x86_64-pc-cygwin/5.4.0/include/omp.h:87:43: error: expected primary-expression before ')' token /usr/lib/gcc/x86_64-pc-cygwin/5.4.0/include/omp.h:88:27: error: variable or field 'omp_set_lock' declared void /usr/lib/gcc/x86_64-pc-cygwin/5.4.0/include/omp.h:88:27: error: 'omp_lock_t' was not declared in this scope /usr/lib/gcc/x86_64-pc-cygwin/5.4.0/include/omp.h:88:39: error: expected primary-expression before ')' token /usr/lib/gcc/x86_64-pc-cygwin/5.4.0/include/omp.h:89:29: error: variable or field 'omp_unset_lock' declared void /usr/lib/gcc/x86_64-pc-cygwin/5.4.0/include/omp.h:89:29: error: 'omp_lock_t' was not declared in this scope /usr/lib/gcc/x86_64-pc-cygwin/5.4.0/include/omp.h:89:41: error: expected primary-expression before ')' token /usr/lib/gcc/x86_64-pc-cygwin/5.4.0/include/omp.h:90:27: error: 'omp_lock_t' was not declared in this scope /usr/lib/gcc/x86_64-pc-cygwin/5.4.0/include/omp.h:90:39: error: expected primary-expression before ')' token /usr/lib/gcc/x86_64-pc-cygwin/5.4.0/include/omp.h:90:41: error: expected ',' or ';' before 'throw' Inspite of the above errors, I go ahead with 'make' command and I get below errors: src/utilities.cc: In function 'pid_t google::glog_internal_namespace_::GetTID()': src/utilities.cc:265:29: error: 'GetCurrentThreadId' was not declared in this scope return GetCurrentThreadId(); ^ make[2]: *** [Makefile:1197: src/libglog_la-utilities.lo] Error 1 make[2]: Leaving directory '/cygdrive/c/VSD/Tools/openTimer/OpenTimer-1.0.5/3rd-party/glog-0.3.3' make[1]: *** [Makefile:2676: all-recursive] Error 1 make[1]: Leaving directory '/cygdrive/c/VSD/Tools/openTimer/OpenTimer-1.0.5' make: *** [Makefile:846: all] Error 2 The owner of this software has asked me to move to Linux machine. Before doing that, just wanted to check out if there's a workaround available? Any help appreciated? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple