Bug 1768 - building pulseview fails with fatal error: libsigrokcxx/libsigrokcxx.hpp: No such file or directory
Summary: building pulseview fails with fatal error: libsigrokcxx/libsigrokcxx.hpp: No ...
Status: RESOLVED INVALID
Alias: None
Product: sigrok-util
Classification: Unclassified
Component: Util: sigrok-cross-mingw (show other bugs)
Version: unreleased development snapshot
Hardware: x86 Linux
: Normal critical
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-27 12:17 CET by msnyder19
Modified: 2022-02-01 12:16 CET (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description msnyder19 2022-01-27 12:17:07 CET
building pulseview results in fatal error. It seems the libsigrokcxx.hpp file is not in the correct location.

/home/jay/sigrok/sigrok-util/cross-compile/mingw/build_release_64/pulseview/main.cpp:34:41: fatal error: libsigrokcxx/libsigrokcxx.hpp: No such file or directory


I have use all the default locations as defined in the README
Comment 1 msnyder19 2022-01-27 12:18:19 CET
I see the header file here 

/sigrok/sigrok-util/cross-compile/mingw/build_release_64/libsigrok/bindings/cxx/include/libsigrokcxx$
Comment 2 msnyder19 2022-02-01 12:16:06 CET
It seems without Doxygen installed libsigrok fails to build entirely and that ends up causing issues on Pulseview, installing Doxygen takes care of the issue...