kopia lustrzana https://gitlab.com/sane-project/website
136 wiersze
6.6 KiB
HTML
136 wiersze
6.6 KiB
HTML
<!-- received="Thu Oct 1 04:39:33 1998 PDT" -->
|
|
<!-- sent="Thu, 01 Oct 1998 02:21:18 -0700" -->
|
|
<!-- name="Mr Ada" -->
|
|
<!-- email="mrada@catalina-inter.net" -->
|
|
<!-- subject="Using PINT backend" -->
|
|
<!-- id="" -->
|
|
<!-- inreplyto="" -->
|
|
<title>sane-devel: Using PINT backend</title>
|
|
<h1>Using PINT backend</h1>
|
|
<b>Mr Ada</b> (<a href="mailto:mrada@catalina-inter.net"><i>mrada@catalina-inter.net</i></a>)<br>
|
|
<i>Thu, 01 Oct 1998 02:21:18 -0700</i>
|
|
<p>
|
|
<ul>
|
|
<li> <b>Messages sorted by:</b> <a href="date.html#0">[ date ]</a><a href="index.html#0">[ thread ]</a><a href="subject.html#0">[ subject ]</a><a href="author.html#0">[ author ]</a>
|
|
<!-- next="start" -->
|
|
<li> <b>Next message:</b> <a href="0001.html">A. R. M.: "RE: UMAX found but xscanimage not working right."</a>
|
|
<!-- nextthread="start" -->
|
|
<!-- reply="end" -->
|
|
</ul>
|
|
<!-- body="start" -->
|
|
This is a multi-part message in MIME format.<br>
|
|
--------------3966C3EA0BB59349B5B261A5<br>
|
|
Content-Type: text/plain; charset=us-ascii<br>
|
|
Content-Transfer-Encoding: 7bit<br>
|
|
<p>
|
|
Hello all,<br>
|
|
<p>
|
|
Foolishly I thought I could use the PINT backend since there isn't a<br>
|
|
device<br>
|
|
driver for my Plustek Color 6000 scanner. The following attachment<br>
|
|
shows the<br>
|
|
compilation snafu I encountered. I had to modify the Makefile since the<br>
|
|
build<br>
|
|
of PINT was being excluded. I now know why. Any help will be<br>
|
|
appreciated.<br>
|
|
<p>
|
|
Thanks,<br>
|
|
Chris Sparks<br>
|
|
<p>
|
|
--------------3966C3EA0BB59349B5B261A5<br>
|
|
Content-Type: text/plain; charset=us-ascii; name="m.log"<br>
|
|
Content-Transfer-Encoding: 7bit<br>
|
|
Content-Disposition: inline; filename="m.log"<br>
|
|
<p>
|
|
for subdir in lib sanei backend frontend doc tools; do \<br>
|
|
target=`echo all-recursive | sed s/-recursive//`; \<br>
|
|
echo making $target in $subdir; \<br>
|
|
(cd $subdir && make $target) \<br>
|
|
<i> || case "" in *k*) fail=yes;; *) exit 1;; esac; \</i><br>
|
|
done && test -z "$fail"<br>
|
|
making all in lib<br>
|
|
make[1]: Entering directory `/home/tools/sane-0.74/lib'<br>
|
|
make[1]: Nothing to be done for `all'.<br>
|
|
make[1]: Leaving directory `/home/tools/sane-0.74/lib'<br>
|
|
making all in sanei<br>
|
|
make[1]: Entering directory `/home/tools/sane-0.74/sanei'<br>
|
|
make[1]: Nothing to be done for `all'.<br>
|
|
make[1]: Leaving directory `/home/tools/sane-0.74/sanei'<br>
|
|
making all in backend<br>
|
|
make[1]: Entering directory `/home/tools/sane-0.74/backend'<br>
|
|
gcc -c -O2 -Wall -Wall -DHAVE_CONFIG_H -I. -I. -I../include -I../include -D_GNU_SOURCE -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/local/share -DV_MAJOR=0 -DV_MINOR=74 -DBACKEND_NAME=pint -DLIBDIR=/usr/local/lib/sane pint.c<br>
|
|
In file included from pint.c:52:<br>
|
|
pint.h:91: field `scanio' has incomplete type<br>
|
|
pint.c: In function `attach':<br>
|
|
pint.c:106: storage size of `scanio' isn't known<br>
|
|
pint.c:125: `SCIOCGET' undeclared (first use this function)<br>
|
|
pint.c:125: (Each undeclared identifier is reported only once<br>
|
|
pint.c:125: for each function it appears in.)<br>
|
|
pint.c:162: `SCIOCSET' undeclared (first use this function)<br>
|
|
pint.c:225: `SIM_BINARY_MONOCHROME' undeclared (first use this function)<br>
|
|
pint.c:226: `SIM_DITHERED_MONOCHROME' undeclared (first use this function)<br>
|
|
pint.c:227: `SIM_GRAYSCALE' undeclared (first use this function)<br>
|
|
pint.c:228: `SIM_COLOR' undeclared (first use this function)<br>
|
|
pint.c:229: `SIM_RED' undeclared (first use this function)<br>
|
|
pint.c:230: `SIM_GREEN' undeclared (first use this function)<br>
|
|
pint.c:231: `SIM_BLUE' undeclared (first use this function)<br>
|
|
pint.c:247: `EPSON_ES300C' undeclared (first use this function)<br>
|
|
pint.c:251: `FUJITSU_M3096G' undeclared (first use this function)<br>
|
|
pint.c:255: `HP_SCANJET_IIC' undeclared (first use this function)<br>
|
|
pint.c:259: `IBM_2456' undeclared (first use this function)<br>
|
|
pint.c:263: `MUSTEK_06000CX' undeclared (first use this function)<br>
|
|
pint.c:264: `MUSTEK_12000CX' undeclared (first use this function)<br>
|
|
pint.c:268: `RICOH_FS1' undeclared (first use this function)<br>
|
|
pint.c:269: `RICOH_IS410' undeclared (first use this function)<br>
|
|
pint.c:270: `RICOH_IS50' undeclared (first use this function)<br>
|
|
pint.c:274: `SHARP_JX600' undeclared (first use this function)<br>
|
|
pint.c:278: `UMAX_UC630' undeclared (first use this function)<br>
|
|
pint.c:279: `UMAX_UG630' undeclared (first use this function)<br>
|
|
pint.c:106: warning: unused variable `scanio'<br>
|
|
pint.c: In function `init_options':<br>
|
|
pint.c:412: `SIM_BINARY_MONOCHROME' undeclared (first use this function)<br>
|
|
pint.c:416: `SIM_DITHERED_MONOCHROME' undeclared (first use this function)<br>
|
|
pint.c:420: `SIM_COLOR' undeclared (first use this function)<br>
|
|
pint.c:424: `SIM_RED' undeclared (first use this function)<br>
|
|
pint.c:428: `SIM_GREEN' undeclared (first use this function)<br>
|
|
pint.c:432: `SIM_BLUE' undeclared (first use this function)<br>
|
|
pint.c:436: `SIM_GRAYSCALE' undeclared (first use this function)<br>
|
|
pint.c:377: warning: `x0' might be used uninitialized in this function<br>
|
|
pint.c:377: warning: `x1' might be used uninitialized in this function<br>
|
|
pint.c:377: warning: `y0' might be used uninitialized in this function<br>
|
|
pint.c:377: warning: `y1' might be used uninitialized in this function<br>
|
|
pint.c: In function `do_cancel':<br>
|
|
pint.c:547: `SCIOCRESTART' undeclared (first use this function)<br>
|
|
pint.c: In function `sane_pint_get_parameters':<br>
|
|
pint.c:811: storage size of `scanio' isn't known<br>
|
|
pint.c:830: `SCIOCGET' undeclared (first use this function)<br>
|
|
pint.c:867: `SIM_BINARY_MONOCHROME' undeclared (first use this function)<br>
|
|
pint.c:872: `SIM_DITHERED_MONOCHROME' undeclared (first use this function)<br>
|
|
pint.c:877: `SIM_GRAYSCALE' undeclared (first use this function)<br>
|
|
pint.c:882: `SIM_RED' undeclared (first use this function)<br>
|
|
pint.c:887: `SIM_GREEN' undeclared (first use this function)<br>
|
|
pint.c:892: `SIM_BLUE' undeclared (first use this function)<br>
|
|
pint.c:897: `SIM_COLOR' undeclared (first use this function)<br>
|
|
pint.c:901: `SCIOCSET' undeclared (first use this function)<br>
|
|
pint.c:811: warning: unused variable `scanio'<br>
|
|
make[1]: *** [pint.lo] Error 1<br>
|
|
make[1]: Leaving directory `/home/tools/sane-0.74/backend'<br>
|
|
make: *** [all-recursive] Error 1<br>
|
|
<p>
|
|
--------------3966C3EA0BB59349B5B261A5--<br>
|
|
<p>
|
|
<p>
|
|
<pre>
|
|
--
|
|
Source code, list archive, and docs: <a href="http://www.mostang.com/sane/">http://www.mostang.com/sane/</a>
|
|
To unsubscribe: echo unsubscribe sane-devel | mail <a href="mailto:majordomo@mostang.com">majordomo@mostang.com</a>
|
|
</pre>
|
|
<!-- body="end" -->
|
|
<p>
|
|
<ul>
|
|
<!-- next="start" -->
|
|
<li> <b>Next message:</b> <a href="0001.html">A. R. M.: "RE: UMAX found but xscanimage not working right."</a>
|
|
<!-- nextthread="start" -->
|
|
<!-- reply="end" -->
|
|
</ul>
|