Fernando de Oliveira wrote:
> Not important, in sane page you have: > > install -m 644 -v (backends) > install -v -m644 (frontends) There are several types of options, Unix, bsd, and long. See the man page for ps or man 3 getopt. IN this case, these are unix options that start with a dash. The space after a unix option is optional. For bsd options it is mandatory and for long options an '=' is required. > I'm not sure if this will make any difference: the "space" between m and 644, > above, removed in my script. No, no difference. > I had to disable png support for xsane: > >> xsane-save.c:4772:9: warning: pointer targets in passing argument 5 of >> ‘png_set_ >> iCCP’ differ in signedness [-Wpointer-sign] >> /usr/include/libpng15/png.h:2276:1: note: expected ‘png_const_bytep’ but >> argument is of type ‘gchar *’ >> xsane-save.c: In function ‘xsane_save_png’: >> xsane-save.c:4836:7: error: dereferencing pointer to incomplete type >> xsane-save.c: In function ‘xsane_save_png_16’: >> xsane-save.c:5029:7: error: dereferencing pointer to incomplete type >> make[1]: ** [xsane-save.o] Erro 1 >> make[1]: Saindo do diretório >> `/media/dados/home/fernando/tmp/paco-build-2012.04.28/xsane-0.994/src' >> make: ** [all-recursive] Erro 1 > > I am using libpng-1.5.10 with apng patch. Build completed after I used > --disable-png in configure. Which version? It may not matter because the most recent version is about 18 months old. > Worst of all, I cannot help you: xsane could not find a "dispositivo" > (device?). Maintaining sane/xsane in BLFS may just be more effort than it's worth. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
