While making i get the following error:
make[2]: Entering directory `/tmp/upnpsdk-1.0.4/src/gena'
gcc -c -I../../inc -I../inc -fpic -Wall -c -D_REENTRANT -
O2 -DNO_DEBUG -DINCLUDE_CLIENT_APIS -
DINCLUDE_DEVICE_APIS gena_client.c
In file included from gena_client.c:38:
../inc/gena/gena.h:50:23: uuid/uuid.h: No such file or
directory
make[2]: *** [gena_client.o] Error 1
make[2]: Leaving directory `/tmp/upnpsdk-1.0.4/src/gena'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/upnpsdk-1.0.4/src'
make: *** [upnp] Error 2
Any help?
Thx
Logged In: NO
install uuid-dev package (for debian)
Logged In: NO
Same here. Redhat 8, GCC 3.2. Warnings about deprecated C++
headers abound :(
I compiled this on my 7.3 box, and all went well.