Skip to content

Getting error while make : 'libimobiledevice/libimobiledevice.h' file not found #45

@Schtallone

Description

@Schtallone

Trying to compile usbmux2, getting following error in make. Already using clang as solution for https://github.com/tihmstar/usbmuxd2/issues/31.

root@libimobiledevice:~/usbmuxd2# make make all-recursive make[1]: Entering directory '/root/usbmuxd2' Making all in usbmuxd2 make[2]: Entering directory '/root/usbmuxd2/usbmuxd2' clang++ -DHAVE_CONFIG_H -I. -I.. -I../usbmuxd2 -I/usr/local/include -I/usr/include/libusb-1.0 -I/usr/local/include -g -O2 -DCUSTOM_LOGGING="\"log.h\"" -std=c++20 -MT usbmuxd-Muxer.o -MD -MP -MF .deps/usbmuxd-Muxer.Tpo -c -o usbmuxd-Muxer.o test -f 'Muxer.cpp' || echo './'Muxer.cpp In file included from Muxer.cpp:22: In file included from ./Manager/WIFIDeviceManager-avahi.hpp:15: ./Manager/../Devices/WIFIDevice.hpp:13:10: fatal error: 'libimobiledevice/libimobiledevice.h' file not found #include <libimobiledevice/libimobiledevice.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make[2]: *** [Makefile:651: usbmuxd-Muxer.o] Error 1 make[2]: Leaving directory '/root/usbmuxd2/usbmuxd2' make[1]: *** [Makefile:442: all-recursive] Error 1 make[1]: Leaving directory '/root/usbmuxd2' make: *** [Makefile:372: all] Error 2

Thanks for any help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions