Hello again,
please note, that for the build the patch for OWSHELL is been need (Actually 
tested)
This will already written here on the discussion.
Point is:
> On 3/29/2015 11:04 AM, Roland Franke wrote:

> Hello,
> you have to modify the file
> module/owshell/src/c/Makefile.am
> In line 41 (And followed) you have to add at the end an \
> and add the lines:
> ${LIBUSB_CFLAGS} \
> ${PTHREAD_CFLAGS}
>
> Also exchange the line:
> LDADD = ${LD_EXTRALIBS} ${OSLIBS}
> with
> LDADD = ${LIBUSB_LIBS} ${PTHREAD_LIBS} ${LD_EXTRALIBS} ${OSLIBS}
>
> Then modify the file
> module/owshell/src/c/Makefile.in
> There the same as first be line 498 and following.

> Best regards,
> Roland

Best regards,
Roland

-----Ursprüngliche Nachricht----- 
From: Roland Franke
Sent: Saturday, April 04, 2015 8:08 PM
To: OWFS (One-wire file system) discussion and help
Subject: Re: [Owfs-developers] Compiling option USB=DISABLED ..

Hello,
pleas try to install the newer dev-version of libusb with an:
sudo apt-get install libusb-1.0-0-dev

Then the configure should activate USB for OWFS with version 3.1p0

Best regards,
Roland


-----Ursprüngliche Nachricht----- 
From: Ritchie
Sent: Saturday, April 04, 2015 7:29 PM
To: OWFS (One-wire file system) discussion and help
Subject: Re: [Owfs-developers] Compiling option USB=DISABLED ..

Hi,

I have also a raspi (Debian).

Best regards

Ritchie

> Hello,
> i will try to find the error with compiling Version 3.1p0 on Raspi.
> So to have the same system i should know what system you (And Ritchi) will
> use.
> Only then i can do right test’s there.
>
> Best regards,
> Roland
>
> PS.: I self have with Buildroot (www.buildroot.org) compiled Version 3.1p0
> and habe it
> running with the USB-Adapter without problems.
>
> From: Mike Kalist
> Sent: Saturday, April 04, 2015 6:44 PM
> To: OWFS (One-wire file system) discussion and help
> Subject: Re: [Owfs-developers] Compiling option USB=DISABLED ..
>
> 2.2p9.  Working great with 18 sensors.
>
>
> Sent from Samsung Mobile
>
>
>
> -------- Original message --------
> From: Roland Franke
> Date:04-04-2015 10:41 AM (GMT-06:00)
> To: "OWFS (One-wire file system) discussion and help"
> Subject: Re: [Owfs-developers] Compiling option USB=DISABLED ..
>
> Hello,
> what system (With version) will you use for that on your RASPI?
>
> Best regards,
> Roland
>
> From: Mike Kalist
> Sent: Saturday, April 04, 2015 5:32 PM
> To: OWFS (One-wire file system) discussion and help
> Subject: Re: [Owfs-developers] Compiling option USB=DISABLED ..
>
> Yes
>
>
> Sent from Samsung Mobile
>
>
>
> -------- Original message --------
> From: Roland Franke
> Date:04-04-2015 8:52 AM (GMT-06:00)
> To: "OWFS (One-wire file system) discussion and help"
> Subject: Re: [Owfs-developers] Compiling option USB=DISABLED ..
>
> Hello,
> after installing libusb-dev, have you start ./configure again?
>
> Best regards,
> Roland
>
> -----Ursprüngliche Nachricht-----
> From: Ritchie
> Sent: Saturday, April 04, 2015 4:12 PM
> To: OWFS (One-wire file system) discussion and help
> Subject: Re: [Owfs-developers] Compiling option USB=DISABLED ..
>
> Hi,
>
> I just installed the following packages on my Raspy
>
> sudo apt-get install automake autoconf autotools-dev gcc-4.7 libtool
> libusb-dev libfuse-dev swig python2.7-dev tcl8.5-dev php5-dev i2c-tools
>
> I installed this version:
> sudo aptitude versions libusb-dev
> Package libusb-dev:
> p   2:0.1.12-20+nmu1
>
> But I still get the "USB is DISABLED"
>
> You can see in the executing of the script these lines.
> checking For FUSE version ... 2.2 or later
> checking if zeroconf/bonjour is enabled... yes (default)
> checking if usb support is enabled... auto (default)
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for LIBUSB... no                             <----- This is ???
> checking if Avahi support is enabled... auto (default)
> c
>
> I noticed this remarked code in the configure file, line 16321
> if test "${ENABLE_USB}" != "false"; then
> #LIBUSB_CONFIG
>
> and removed the "#" to active the line.
>
> But I also saw this line
> <----------------
> pkg_failed=no
> { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBUSB" >&5
> $as_echo_n "checking for LIBUSB... " >&6; }
>
> if test -n "$LIBUSB_CFLAGS"; then
>       pkg_cv_LIBUSB_CFLAGS="$LIBUSB_CFLAGS"
>    elif test -n "$PKG_CONFIG"; then
>       if test -n "$PKG_CONFIG" && \
>       { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists
> --print-errors \"libusb-1.0 >= 0.9.1\""; } >&5
>     ($PKG_CONFIG --exists --print-errors "libusb-1.0 >= 0.9.1") 2>&5
>     ac_status=$?
>     $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
>     test $ac_status = 0; }; then
>     pkg_cv_LIBUSB_CFLAGS=`$PKG_CONFIG --cflags "libusb-1.0 >= 0.9.1"
> 2>/dev/null`
>        test "x$?" != "x0" && pkg_failed=yes
>
> ----->
> echo $LIBUSB_CFLAGS
> show nothing in the console output ?
>
>
> Any Idea to fix this ?
>
> Best regards
> Ritchie
>
>
>
>> I had the same problem with the latest version.
>>
>> I went back to owfs-2.9p9   and every ting if fine.
>>
>> I have not yet submitted a bug to Paul and the crew.
>>
>> Thanks
>>
>> -----Original Message-----
>> From: Roland Franke [mailto:fl...@franke-prem.de]
>> Sent: Saturday, April 04, 2015 7:27 AM
>> To: owfs-developers@lists.sourceforge.net
>> Subject: Re: [Owfs-developers] Compiling option USB=DISABLED ..
>>
>> You must have libusb-dev installed.
>> Please look at ther thread for the RASPI.
>>
>> Best regards,
>> Roland
>>
>> -----Ursprüngliche Nachricht-----
>> From: Ritchie
>> Sent: Saturday, April 04, 2015 3:14 PM
>> To: owfs-developers@lists.sourceforge.net
>> Subject: [Owfs-developers] Compiling option USB=DISABLED ..
>>
>> Hi to all,
>>
>> I would like to compile the actual source code for a USB Bus master.
>>
>> ....
>> Current configuration:
>>
>>       Deployment location: /opt/owfs
>>
>> Compile-time options:
>>                      Caching is enabled
>>                          USB is DISABLED
>>                          I2C is enabled
>> ....
>>
>>
>> Does this information from the ./configure command means, that it does
>> not
>> support USB Busmaster ?
>>
>> If so, what do I have to change to get it with "USB is enabled".
>>
>> Best regards
>>
>> Ritchie
>>
>>
>>
>> ----------------------------------------------------------------------------
>> --
>> Dive into the World of Parallel Programming The Go Parallel Website,
>> sponsored by Intel and developed in partnership with Slashdot Media, is
>> your
>> hub for all things parallel software development, from weekly thought
>> leadership blogs to news, videos, case studies, tutorials and more. Take
>> a
>> look and join the conversation now. http://goparallel.sourceforge.net/
>> _______________________________________________
>> Owfs-developers mailing list
>> Owfs-developers@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>
>>
>> ----------------------------------------------------------------------------
>> --
>> Dive into the World of Parallel Programming The Go Parallel Website,
>> sponsored by Intel and developed in partnership with Slashdot Media, is
>> your
>> hub for all things parallel software development, from weekly thought
>> leadership blogs to news, videos, case studies, tutorials and more. Take
>> a
>> look and join the conversation now. http://goparallel.sourceforge.net/
>> _______________________________________________
>> Owfs-developers mailing list
>> Owfs-developers@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>
>>
>> ------------------------------------------------------------------------------
>> Dive into the World of Parallel Programming The Go Parallel Website,
>> sponsored
>> by Intel and developed in partnership with Slashdot Media, is your hub
>> for
>> all
>> things parallel software development, from weekly thought leadership
>> blogs
>> to
>> news, videos, case studies, tutorials and more. Take a look and join the
>> conversation now. http://goparallel.sourceforge.net/
>> _______________________________________________
>> Owfs-developers mailing list
>> Owfs-developers@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
> --------------------------------------------------------------------------------
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> --------------------------------------------------------------------------------
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>
>
> --------------------------------------------------------------------------------
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
>
>
> --------------------------------------------------------------------------------
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
>
>
>
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website,
sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for
all
things parallel software development, from weekly thought leadership blogs
to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, 
sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for 
all
things parallel software development, from weekly thought leadership blogs 
to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers 


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to