[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [Bug 720787] [NEW] Fails to compile on MacOS
From: |
Nigel Horne |
Subject: |
[Qemu-devel] [Bug 720787] [NEW] Fails to compile on MacOS |
Date: |
Thu, 17 Feb 2011 15:52:27 -0000 |
Public bug reported:
Make fails with:
qemu-thread.c: In function 'qemu_mutex_timedlock':
qemu-thread.c:75: warning: implicit declaration of function 'clock_gettime'
qemu-thread.c:75: warning: nested extern declaration of 'clock_gettime'
qemu-thread.c:75: error: 'CLOCK_REALTIME' undeclared (first use in this
function)
qemu-thread.c:75: error: (Each undeclared identifier is reported only once
qemu-thread.c:75: error: for each function it appears in.)
qemu-thread.c:78: warning: implicit declaration of function
'pthread_mutex_timedlock'
qemu-thread.c:78: warning: nested extern declaration of
'pthread_mutex_timedlock'
qemu-thread.c: In function 'qemu_cond_timedwait':
qemu-thread.c:143: error: 'CLOCK_REALTIME' undeclared (first use in this
function)
make: *** [qemu-thread.o] Error 1
On Git commit commit 79f2b6fcdb7c06cdce6eccc796f5651f3efb843e
Using "configure --enable-io-thread"
** Affects: qemu
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/720787
Title:
Fails to compile on MacOS
Status in QEMU:
New
Bug description:
Make fails with:
qemu-thread.c: In function 'qemu_mutex_timedlock':
qemu-thread.c:75: warning: implicit declaration of function 'clock_gettime'
qemu-thread.c:75: warning: nested extern declaration of 'clock_gettime'
qemu-thread.c:75: error: 'CLOCK_REALTIME' undeclared (first use in this
function)
qemu-thread.c:75: error: (Each undeclared identifier is reported only once
qemu-thread.c:75: error: for each function it appears in.)
qemu-thread.c:78: warning: implicit declaration of function
'pthread_mutex_timedlock'
qemu-thread.c:78: warning: nested extern declaration of
'pthread_mutex_timedlock'
qemu-thread.c: In function 'qemu_cond_timedwait':
qemu-thread.c:143: error: 'CLOCK_REALTIME' undeclared (first use in this
function)
make: *** [qemu-thread.o] Error 1
On Git commit commit 79f2b6fcdb7c06cdce6eccc796f5651f3efb843e
Using "configure --enable-io-thread"
[Prev in Thread] |
Current Thread |
[Next in Thread] |