Skip to content

libfreenect_sync.h has broken includes #210

@ccouzens

Description

@ccouzens

On my Ubuntu system, the c headers are installed here:

/usr/local/include/libfreenect/libfreenect.h

/usr/local/include/libfreenect/libfreenect_sync.h

Including libfreenect_sync.h gives the following error:

/usr/local/include/libfreenect/libfreenect_sync.h:29:25: fatal error: libfreenect.h: No such file or directory

This is because libfreenect_sync.h has:

#include <libfreenect.h>

this should be:

#include <libfreenect/libfreenect.h>

or:

#include "libfreenect.h"

(I'm not sure which of the 2 would be best c practice)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions