[sane-devel] mac osx

Henning Meier-Geinitz henning at meier-geinitz.de
Wed Oct 30 19:22:58 GMT 2002


Hi,

Please reply to the sane-devel mailing list, not me.
I've send the mail to the list again.

On Wed, Oct 30, 2002 at 07:47:44PM +0100, John Doe wrote:
> OK,
> I have look for the libusb.so and find nothing!!
> 
> In the /usr/local/lib their are only
> libusb.a
> libusb-0.1.4.1.1.dylib
> libusb.dylib
> libusb-0.1.4.dylib
> libusb.la
>  and their is nothing in other folders like this!!

I guess the .dylib is the MacOS version of dynamic libs, so that might
be ok.

> In the /usr/local/inlude is the usb.h!!

Ok.

> In the config.log I found
> configure:1931: checking for usb.h
> their is nothing more!!

There should be something like that:
configure:3203: checking for usb_get_busses in -lusb

When you run configure, does it find usb.h? It should print:
checking for usb.h... yes

If it doesn't find it, maybe you must add -I/usr/local/include to
CPPFLAGS? E.g.

CPPFLAGS="-I/usr/local/include" ./configure

You did run mkae distclean before running configure again?

> Next I search the configure.in I found three chapters!!
> I have copy/paste it in an text file(attachment)!!

Well, I know the contents of configure.in, it's the same in every
package. And please don't send RTF text, only plain ASCII. It doesn't
look nice:

{\rtf1\mac\ansicpg10000\cocoartf102
{\fonttbl\f0\fswiss\fcharset77 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\paperw11900\paperh16840\margl1440\margr1440\vieww9000\viewh9000\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural

\f0\fs24 \cf0 AC_CHECK_HEADERS(fcntl.h unistd.h libc.h sys/dsreq.h sys/select.h \\\

[...]

Bye,
  Henning



More information about the sane-devel mailing list