I patched owfs/src/scripts/usb/cygwin/Makefile.am to ignore errors when
installing the dll to /usr/bin.
Normally it's installed in /opt/owfs/bin and then there are no errors. Just
add two '-' before the if statements.
-if test -f /bin/cygwin1.dll; then \
@INSTALL@ /bin/cygwin1.dll ${DESTDIR}${bindir}/ ; \
fi
-if test -f /bin/cygusb0.dll; then \
@INSTALL@ /bin/cygusb0.dll ${DESTDIR}${bindir}/ ; \
fi
/Christian
> make[5]: Entering directory `/usr/src/owfs-
> 2.5p10/src/scripts/usb/cygwin'
> make[5]: Nothing to be done for `install-exec-am'.
> /usr/bin/install -c -d /usr/bin
> if test -f /bin/cygwin1.dll; then \
> /usr/bin/install -c /bin/cygwin1.dll /usr/bin/ ; \
> fi
> /usr/bin/install: `/bin/cygwin1.dll' and `/usr/bin/cygwin1.dll' are the
> same fil
> e
> make[5]: *** [install-data-local] Error 1
> make[5]: Leaving directory `/usr/src/owfs-
> 2.5p10/src/scripts/usb/cygwin'
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers