[Libphidget-devel] Broken build
Status: Alpha
Brought to you by:
jstrohm
|
From: Vadim T. <vt...@fr...> - 2002-09-06 23:34:25
|
Hello,
Main branch:
c++ -g -c CPhidget.cc -I../libphidget
In file included from CUniqueDevice.h:12,
from CPhidget.h:13,
from CPhidget.cc:10:
CUID.h: In method tring CUID::asString () const':
CUID.h:110: printf' undeclared (first use this function)
CUID.h:110: (Each undeclared identifier is reported only once for each
function it appears in.)
In file included from CUniqueDevice.h:14,
from CPhidget.h:13,
from CPhidget.cc:10:
/usr/include/stdio.h: At top level:
/usr/include/stdio.h:281: nt sprintf (char *, const char *, ...)'
used prior to declaration
make: *** [CPhidget.o] Error 1
--vt
|