sane-project-website/old-archive/2000-02/0214.html

128 wiersze
4.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>sane-devel: Re: New CVS snapshot 20000213</TITLE>
<META NAME="Author" CONTENT="Petter Reinholdtsen (pere@hungry.com)">
<META NAME="Subject" CONTENT="Re: New CVS snapshot 20000213">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: New CVS snapshot 20000213</H1>
<!-- received="Sat Feb 19 01:35:11 2000" -->
<!-- isoreceived="20000219093511" -->
<!-- sent="Sat, 19 Feb 2000 17:38:45 +0800" -->
<!-- isosent="20000219093845" -->
<!-- name="Petter Reinholdtsen" -->
<!-- email="pere@hungry.com" -->
<!-- subject="Re: New CVS snapshot 20000213" -->
<!-- id="200002190938.RAA29432@minerva.ee.uwa.edu.au" -->
<!-- inreplyto="New CVS snapshot 20000213" -->
<STRONG>From:</STRONG> Petter Reinholdtsen (<A HREF="mailto:pere@hungry.com?Subject=Re:%20New%20CVS%20snapshot%2020000213&In-Reply-To=&lt;200002190938.RAA29432@minerva.ee.uwa.edu.au&gt;"><EM>pere@hungry.com</EM></A>)<BR>
<STRONG>Date:</STRONG> Sat Feb 19 2000 - 01:38:45 PST
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0215.html">John Vickers: "Re: Xsane-0.55: scan resolution selection (Epson 1200S, CVS Sane)"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0213.html">Petter Reinholdtsen: "Re: New CVS snapshot 20000213"</A>
<LI><STRONG>Maybe in reply to:</STRONG> <A HREF="0109.html">Petter Reinholdtsen: "New CVS snapshot 20000213"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0231.html">Petter Reinholdtsen: "Re: New CVS snapshot 20000213"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#214">[ date ]</A>
<A HREF="index.html#214">[ thread ]</A>
<A HREF="subject.html#214">[ subject ]</A>
<A HREF="author.html#214">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
[Henning Meier-Geinitz]
<BR>
<EM>&gt; glib version is 1.2.3, I think it was compiled with some sort of
</EM><BR>
<EM>&gt; gcc. /usr/local/include/glib.h looks like this (line numers
</EM><BR>
<EM>&gt; included by me)
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; [...]
</EM><BR>
<EM>&gt; 1541 /* Bit tests
</EM><BR>
<EM>&gt; 1542 */
</EM><BR>
<EM>&gt; 1543 G_INLINE_FUNC gint g_bit_nth_lsf (guint32 mask,
</EM><BR>
<EM>&gt; 1544 gint nth_bit);
</EM><BR>
<EM>&gt; [...]
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Any idea? BTW I don't know how to check the version of the C
</EM><BR>
<EM>&gt; compiler (it's the one SGI provided with Irix 5.3). The obvious
</EM><BR>
<EM>&gt; options for cc didn't do it.
</EM><BR>
<P>I have two suggestions, both seem quite unlikely. One is that the
<BR>
wrong include file is is /usr/lcoa/lib/glib/, making gint, guint and
<BR>
all the other glib types unknown. The other is that 'inline' is a
<BR>
unknown keyword and that G_INLINE_FUNC should be defined to '' or
<BR>
__inline.
<BR>
<P>Try compiling with '-DG_INLINE_FUNC=__inline' or without any content
<BR>
to see if the inline keyword is making it choke. Try to compile with
<BR>
-E to check the output after preprosessing, to check if the glib types
<BR>
are typedef'ed.
<BR>
<P>This seem more like a problem with glib then with SANE, but I guess we
<BR>
should detect it to avoid using glib if it is broken.
<BR>
<P>Why do saned use glib by the way? Anyone know?
<BR>
<PRE>
--
##&gt; Petter Reinholdtsen &lt;## | <A HREF="mailto:pere@td.org.uit.no?Subject=Re:%20New%20CVS%20snapshot%2020000213&In-Reply-To=&lt;200002190938.RAA29432@minerva.ee.uwa.edu.au&gt;">pere@td.org.uit.no</A>
<P>--
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?Subject=Re:%20New%20CVS%20snapshot%2020000213&In-Reply-To=&lt;200002190938.RAA29432@minerva.ee.uwa.edu.au&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0215.html">John Vickers: "Re: Xsane-0.55: scan resolution selection (Epson 1200S, CVS Sane)"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0213.html">Petter Reinholdtsen: "Re: New CVS snapshot 20000213"</A>
<LI><STRONG>Maybe in reply to:</STRONG> <A HREF="0109.html">Petter Reinholdtsen: "New CVS snapshot 20000213"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0231.html">Petter Reinholdtsen: "Re: New CVS snapshot 20000213"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#214">[ date ]</A>
<A HREF="index.html#214">[ thread ]</A>
<A HREF="subject.html#214">[ subject ]</A>
<A HREF="author.html#214">[ author ]</A>
</UL>
<!-- trailer="footer" -->
<HR NOSHADE>
<P>
<SMALL>
<EM>
This archive was generated by <A HREF="http://www.hypermail.org/">hypermail 2b29</A>
: <EM>Sat Feb 19 2000 - 01:36:52 PST</EM>
</EM>
</SMALL>
</BODY>
</HTML>