In file included from prcvar.cpp:25:
private.h:33: error: field 'cond' has incomplete type
private.h: In constructor 'PRCondVar::PRCondVar(PRLock*)':
private.h:35: error: class 'PRCondVar' does not have any field named 'cond'
prcvar.cpp: In function 'PRStatus PR_WaitCondVar(PRCondVar*, PRIntervalTime)':
prcvar.cpp:44: error: 'struct PRCondVar' has no member named 'cond'
prcvar.cpp:44: error: 'struct PRCondVar' has no member named 'cond'
prcvar.cpp: In function 'PRStatus PR_NotifyCondVar(PRCondVar*)':
prcvar.cpp:49: error: 'struct PRCondVar' has no member named 'cond'
prcvar.cpp: In function 'PRStatus PR_NotifyAllCondVar(PRCondVar*)':
prcvar.cpp:54: error: 'struct PRCondVar' has no member named 'cond'
*** Error code 1
Reported by: pointyhat