Is a patch update coming out soon? I only ask because the last time I edited a file to do something like below, the official patch came out while my compile was running!!

Happy Holidays

-Jim


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




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