Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

libuv build shouldn't silently fail if dev dependencies are missing #293

@Gadnief

Description

@Gadnief

I know that raspbian is not official supported on iot-edge but i wanted to build it on my pi3. It always stopps at the same error:

/home/pi/Downloads/iot-edge/proxy/outprocess/src/module_loaders/outprocess_loader.c:8:16: fatal error: uv.h: Datei oder Verzeichnis nicht gefunden
#include <uv.h>

compilation terminated.
core/CMakeFiles/gateway_static.dir/build.make:230: recipe for target 'core/CMakeFiles/gateway_static.dir//proxy/outprocess/src/module_loaders/outprocess_loader.c.o' failed
make[2]: *** [core/CMakeFiles/gateway_static.dir/
/proxy/outprocess/src/module_loaders/outprocess_loader.c.o] Error 1
CMakeFiles/Makefile2:987: recipe for target 'core/CMakeFiles/gateway_static.dir/all' failed
make[1]: *** [core/CMakeFiles/gateway_static.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2

As far as i can see it can't find the uv.h file. My cmake is at the newest version.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions