Current default fails to build
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Enblend |
Fix Committed
|
High
|
Unassigned |
Bug Description
Attempting to build the current Enblend default source in Fedora 30, using rpmbuild.
Build fails with the following message...
In file included from /home/terry/
/home/terry/
/home/terry/
1269 | catch (Exiv2::Error& e) {
| ^~~~~
/home/terry/
1273 | command << ": note: " << e.what() << "\n";
| ^
/home/terry/
1654 | catch (Exiv2::Error& e) {
| ^~~~~
/home/terry/
1658 | command << ": note: " << e.what() << "\n";
| ^
make[2]: *** [src/CMakeFiles
make[2]: Leaving directory '/home/
make[1]: *** [CMakeFiles/
make[1]: Leaving directory '/home/
make: *** [Makefile:155: all] Error 2
error: Bad exit status from /var/tmp/
RPM build errors:
Bad exit status from /var/tmp/
Hope this helps.
Cheers,
Terry
Hi Terry, this seems similar to the exiv2 bug you found in Hugin, i.e: #include <exiv2/image.hpp> should now be #include <exiv2/exiv2.hpp>