This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

problem installing openTimer in cygwin


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
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]