Bug 404960 - Cannot build a demo and templates
Summary: Cannot build a demo and templates
Status: RESOLVED FIXED
Alias: None
Product: rust-qt-binding-generator
Classification: Unmaintained
Component: demo (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Jos van den Oever
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-01 19:40 UTC by razrfalcon
Modified: 2019-03-02 16:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Build logs (4.85 KB, application/zip)
2019-03-01 19:40 UTC, razrfalcon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description razrfalcon 2019-03-01 19:40:42 UTC
Created attachment 118464 [details]
Build logs

I've tried to build some examples, but all of them failed and with different errors. I've attached the building logs to this issue.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Gentoo Stable
KDE Plasma Version: 5.14.5
KDE Frameworks Version: 5.54.0
Qt Version: 5.11.3
CMake Version: 3.13.4
Rust Version: 1.32
Comment 1 Jos van den Oever 2019-03-02 16:16:41 UTC
To build the demo, rust_qt_binding_generator should be built. rust_qt_binding_generator is part of the parent project.

To build the demo, do this:

cd rust_qt_binding_generator
mkdir build
cd build
cmake ..
make Demo
Comment 2 razrfalcon 2019-03-02 16:32:21 UTC
Oh, I see. Thanks.