From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18092 invoked by alias); 11 Nov 2016 13:57:28 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 18069 invoked by uid 89); 11 Nov 2016 13:57:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,FREEMAIL_REPLY,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=kunalpghosh@gmail.com, U*kunalpghosh, sk:kunalpg, kunalpghoshgmailcom X-HELO: mail-it0-f49.google.com Received: from mail-it0-f49.google.com (HELO mail-it0-f49.google.com) (209.85.214.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 11 Nov 2016 13:57:17 +0000 Received: by mail-it0-f49.google.com with SMTP id e187so329401651itc.0 for ; Fri, 11 Nov 2016 05:57:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=twxBtnEAlJieBH2Poxx5Xspkv+3HwXSuca0BDgwrF4c=; b=e3NWJAv714mRrKIevUtw5vSwajqtObWqVt56OBPaM452O6jV76CTEuoK8vo02MX709 9HkyaxLvEh8gcWrRzQyU4wKMJA3tf1EkZcLBs9YvxEQGXRGYoTO/KmEMnEqxxCV6N4K3 Gk08Bq0sFAGw4lk40FTypD2eaa6qUD++qu8IoDQLJfbjXZ0BAzvqEz8pt/fW0gpcE3VV t6Cjg2kNmA2PFxz8iLWQtK1wpklG3t4sy6FpFPIUHCI/2Rbdt0kW4EFtNNWfiKwHEIwb GvNaDXI6c/b7GZJqeU5f2yznCKqa4+oyQvOw3/WQiQMQHYGScRY0iVDoeSLd846DW5cn U3yQ== X-Gm-Message-State: ABUngvc14OTFs2LWeUxb0HNueUY8hPlp7minu4Yxksz0Xcn9/phk3b+b7NaRk8k1IOe6k6VNiSfo8NkUxKGLYw== X-Received: by 10.107.19.22 with SMTP id b22mr11823644ioj.236.1478872633521; Fri, 11 Nov 2016 05:57:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.79.160.5 with HTTP; Fri, 11 Nov 2016 05:56:43 -0800 (PST) In-Reply-To: References: From: kunal ghosh Date: Fri, 11 Nov 2016 14:13:00 -0000 Message-ID: Subject: Re: problem installing openTimer in cygwin To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00118.txt.bz2 Hi Csaba, The original error has gone. Now I get the below error: I do below (saw some update on this and so using --host): --- Works fine ./configure --host=x86_64-w64-mingw32 and then below : Kunal@Kunal-PC /cygdrive/c/VSD/Tools/openTimer/OpenTimer-1.0.5 $ make make all-recursive make[1]: Entering directory '/cygdrive/c/VSD/Tools/openTimer/OpenTimer-1.0.5' Making all in 3rd-party/glog-0.3.3 make[2]: Entering directory '/cygdrive/c/VSD/Tools/openTimer/OpenTimer-1.0.5/3rd-party/glog-0.3.3' /bin/sh ./libtool --tag=CXX --mode=compile x86_64-w64-mingw32-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT src/libglog_la-logging.lo -MD -MP -MF src/.deps/libglog_la-logging.Tpo -c -o src/libglog_la-logging.lo `test -f 'src/logging.cc' || echo './'`src/logging.cc libtool: compile: x86_64-w64-mingw32-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT src/libglog_la-logging.lo -MD -MP -MF src/.deps/libglog_la-logging.Tpo -c src/logging.cc -DDLL_EXPORT -DPIC -o src/.libs/libglog_la-logging.o In file included from src/logging.cc:32:0: src/utilities.h:78:19: fatal error: port.h: No such file or directory compilation terminated. make[2]: *** [Makefile:1176: src/libglog_la-logging.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 Can you pelase help how to workaround this? On Fri, Nov 11, 2016 at 6:42 PM, kunal ghosh wrote: > Thanks Csaba. Let me check with owner of this tool and keep you posted > > On Fri, Nov 11, 2016 at 2:28 PM, Csaba Raduly wrote: >> Hi Kunal, >> >> On Fri, Nov 11, 2016 at 7:21 AM, kunal ghosh wrote: >>> 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@Kunal-PC /cygdrive/c/VSD/Tools/openTimer/OpenTimer-1.0.5 >>> $ grep error config.log >> >> configure tries to compile a variety of throw-away programs to check >> for the capabilities of the system. >> Lots of errors in config.log are expected. >> You should only look at config.log if configure reports an error and >> fails to generate the Makefile. >> >> (snip) >>> 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 >> >> Here it probably tries to find the switch that prints the compiler version. >> It has to try every known switch that does that; but no compiler will >> accept every possibility. >> These errors are harmless. They tell configure that GCC doesn't >> support the -qversion switch >> (-qversion is accepted by IBM's XL C/C++ compiler for AIX). >> >> (snip) >>> /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 >> >> Here it probably found out that OMP is not supported. >> >>> 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(); >>> ^ >> >> This suggests that OpenTimer thinks it's being compiled under Windows >> (GetCurrentThreadId is a Win32 API function). It failed to identify >> Cygwin as a POSIX platform. You could try submitting a bug report or, >> if you're a programmer, fix it and supply a patch: >> >> "OpenTimer is actively maintained by Tsung-Wei Huang. If you are >> discovering any bugs or are interested in pursuing an OpenTimer-based >> project with me, please contact twh760812@gmail.com" >> >> Csaba >> -- >> GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ >> The Tao of math: The numbers you can count are not the real numbers. >> Life is complex, with real and imaginary parts. >> "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds >> "People disagree with me. I just ignore them." -- Linus Torvalds >> >> -- >> 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 >> > > > > -- > Thanks & Regards > Kunal P Ghosh > (www.vlsisystemdesign.com) > > "A pessimist always sees difficulty in every opportunity, An optimist > always sees opportunity in every difficulty" -- Thanks & Regards Kunal P Ghosh (www.vlsisystemdesign.com) "A pessimist always sees difficulty in every opportunity, An optimist always sees opportunity in every difficulty" -- 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