missing common.h
rellla opened this issue · 1 comments
rellla commented
Hi,
it seems, that the make && make install does not copy the common.h into the include directory, so that including smart_ptr.h in an application fails:
`In file included from vdpau_private.h:40:0,
from handles.c:23:
/usr/local/include/csptr/smart_ptr.h:29:21: fatal error: common.h: No such file or directory
include "common.h"
^
compilation terminated.`
Copying common.h manually solved the problem here. The three other *.h are there ...
Regards
rellla
Snaipe commented
Oh, right. This should now be fixed, thanks!