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

From: Eric Baumann 
Sent: Sunday, March 29, 2015 4:50 PM
To: owfs-developers@lists.sourceforge.net 
Subject: [Owfs-developers] installing owfs on raspberry pi

Dear Roland 

Thanks for your reply. 

I ran: 

diff -urN owfs-3.1p0.orig/module/owshell/src/c/Makefile.am 
owfs-3.1p0/module/owshell/src/c/Makefile.am



and 


diff -urN owfs-3.1p0.orig/module/owshell/src/c/Makefile.in 
owfs-3.1p0/module/owshell/src/c/Makefile.in





which is what you wanted me to do right?


After this, and after :/configure again and make,
I get the same abortion of the compilation.




Maybe you have complete installation instructions?




Thanks for your help Roland. 




Greetings,


Eric


--------------------------------------------------------------------------------
------------------------------------------------------------------------------
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