linuxmint / xviewer-plugins

GNU General Public License v2.0
7 stars 14 forks source link

build fails #5

Closed dodona2 closed 2 years ago

dodona2 commented 4 years ago

with libexif installed:

directory '

xviewer-plugins/plugins/exif-display' make all-am make[4]: Entering directory 'xviewer-plugins/plugins/exif-display' CC xviewer-exif-display-plugin.lo In file included from xviewer-exif-display-plugin.c:35: /opt/xviewer/include/xviewer-3.0/xviewer/xviewer-image.h:37:10: fatal error: xviewer-exif-util.h: No such file or directory 37 | #include "xviewer-exif-util.h" | ^~~~~ compilation terminated. make[4]: *** [Makefile:565: xviewer-exif-display-plugin.lo] Error 1

dodona2 commented 4 years ago

manually cp: mv 'src-dir'/xviewer-exif-util.h /opt/xviewer/include/xviewer/xviewer

then make&&make install works