HaikuArchives / sanity

A graphical Haiku & BeOS scanner application, using SANE.
1 stars 4 forks source link

Building Sanity on 64 bit with gcc7 errors #17

Closed Vidrep closed 6 years ago

Vidrep commented 6 years ago

In file included from PreviewView.cpp:3:0: ScannerWindow.h:7:10: fatal error: sane/sane.h: No such file or directory

include <sane/sane.h>

      ^~~~~~~~~~~~~

compilation terminated. /boot/system/develop/etc/makefile-engine:291: recipe for target 'objects.x86_64-cc7-release/PreviewView.o' failed make: *** [objects.x86_64-cc7-release/PreviewView.o] Error 1

Vidrep commented 6 years ago

My mistake...missing sane_devel pkg. Closing.