step7967967 / boblight

Automatically exported from code.google.com/p/boblight
GNU General Public License v3.0
0 stars 0 forks source link

Build error when using Cygwin #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Building through cygwin, r413
2. ./configure --without-portaudio --without-ffmpeg
3. make

What is the expected output? What do you see instead?
Error when building, output:
util/condition.cpp: In member function ‘bool CCondition::Wait(int64_t)’:
util/condition.cpp:66:19: error: ‘CLOCK_REALTIME’ was not declared in this 
scope
util/condition.cpp:66:44: error: ‘clock_gettime’ was not declared in this 
scope

What version of the product are you using? On what operating system?
Revision 413, Windows 7 32bit through ygwin.

Please provide any additional information below.

Original issue reported on code.google.com by pollis...@gmail.com on 5 Feb 2012 at 3:53

GoogleCodeExporter commented 9 years ago
I used gettimeofday() to work around it and was then able to compile.

Original comment by pollis...@gmail.com on 5 Feb 2012 at 10:19

GoogleCodeExporter commented 9 years ago
Fixed in r415

Original comment by bob.loo...@gmail.com on 5 Feb 2012 at 10:33