Hi,
ok, i made the install of the automake, but got an error in bootstrap and configure....
Maybe there is still something missing ?
apt-get install automake
./bootstrap
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `src/scripts/install'.
libtoolize: copying file `src/scripts/install/config.guess'
libtoolize: copying file `src/scripts/install/config.sub'
libtoolize: copying file `src/scripts/install/install-sh'
libtoolize: copying file `src/scripts/install/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `src/scripts/m4'.
libtoolize: copying file `src/scripts/m4/libtool.m4'
libtoolize: copying file `src/scripts/m4/ltoptions.m4'
libtoolize: copying file `src/scripts/m4/ltsugar.m4'
libtoolize: copying file `src/scripts/m4/ltversion.m4'
libtoolize: copying file `src/scripts/m4/lt~obsolete.m4'
configure.ac:1: error: possibly undefined macro: dnl
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:532: error: possibly undefined macro: AC_MSG_ERROR
configure.ac:567: error: possibly undefined macro: AC_MSG_WARN
configure.ac:1020: error: possibly undefined macro: AC_CHECK_LIB
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `src/scripts/install'.
libtoolize: copying file `src/scripts/install/config.guess'
libtoolize: copying file `src/scripts/install/config.sub'
libtoolize: copying file `src/scripts/install/install-sh'
libtoolize: copying file `src/scripts/install/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `src/scripts/m4'.
libtoolize: copying file `src/scripts/m4/libtool.m4'
libtoolize: copying file `src/scripts/m4/ltoptions.m4'
libtoolize: copying file `src/scripts/m4/ltsugar.m4'
libtoolize: copying file `src/scripts/m4/ltversion.m4'
libtoolize: copying file `src/scripts/m4/lt~obsolete.m4'
configure.ac:1: error: possibly undefined macro: dnl
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:532: error: possibly undefined macro: AC_MSG_ERROR
configure.ac:567: error: possibly undefined macro: AC_MSG_WARN
configure.ac:1020: error: possibly undefined macro: AC_CHECK_LIB
./configure --with-libftdi-config=/usr/bin/libftdi-config --enable-usb --enable-owfs --enable-profiling
(i also tried this without --enable-usb, but got the same error)
................
./configure: line 16324: syntax error near unexpected token `LIBUSB,'
./configure: line 16324: ` PKG_CHECK_MODULES(LIBUSB, libusb-1.0 >= 0.9.1, ENABLE_USB=true,ENABLE_USB=false)'
./configure: line 16324: syntax error near unexpected token `LIBUSB,'
./configure: line 16324: ` PKG_CHECK_MODULES(LIBUSB, libusb-1.0 >= 0.9.1, ENABLE_USB=true,ENABLE_USB=false)'
Gesendet: Samstag, 25. Juni 2016 um 22:59 Uhr
Von: "Jan Kandziora" <j...@gmx.de>
An: "OWFS (One-wire file system) discussion and help" <owfs-developers@lists.sourceforge.net>
Betreff: Re: [Owfs-developers] Communication to DS9097U not working
Von: "Jan Kandziora" <j...@gmx.de>
An: "OWFS (One-wire file system) discussion and help" <owfs-developers@lists.sourceforge.net>
Betreff: Re: [Owfs-developers] Communication to DS9097U not working
Am 25.06.2016 um 22:33 schrieb samuix:
> Hi,
> i was using the sourceforge sources, because with the git sources i got an error
> for the configure command, it was not found ? in the downloaded git package
> *./bootstrap*
> libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `src/scripts/install'.
> libtoolize: copying file `src/scripts/install/config.guess'
> libtoolize: copying file `src/scripts/install/config.sub'
> libtoolize: copying file `src/scripts/install/install-sh'
> libtoolize: copying file `src/scripts/install/ltmain.sh'
> libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `src/scripts/m4'.
> libtoolize: copying file `src/scripts/m4/libtool.m4'
> libtoolize: copying file `src/scripts/m4/ltoptions.m4'
> libtoolize: copying file `src/scripts/m4/ltsugar.m4'
> libtoolize: copying file `src/scripts/m4/ltversion.m4'
> libtoolize: copying file `src/scripts/m4/lt~obsolete.m4'
> ./bootstrap: 12: ./bootstrap: aclocal: not found
>
No, bootstrap indeed *was* found, but aclocal wasn't. Because you don't
have automake&tools installed. They are needed at the very first time
you installed the sources on your build host. Sorry for the inconvenience.
Kind regards
Jan
------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers
> Hi,
> i was using the sourceforge sources, because with the git sources i got an error
> for the configure command, it was not found ? in the downloaded git package
> *./bootstrap*
> libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `src/scripts/install'.
> libtoolize: copying file `src/scripts/install/config.guess'
> libtoolize: copying file `src/scripts/install/config.sub'
> libtoolize: copying file `src/scripts/install/install-sh'
> libtoolize: copying file `src/scripts/install/ltmain.sh'
> libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `src/scripts/m4'.
> libtoolize: copying file `src/scripts/m4/libtool.m4'
> libtoolize: copying file `src/scripts/m4/ltoptions.m4'
> libtoolize: copying file `src/scripts/m4/ltsugar.m4'
> libtoolize: copying file `src/scripts/m4/ltversion.m4'
> libtoolize: copying file `src/scripts/m4/lt~obsolete.m4'
> ./bootstrap: 12: ./bootstrap: aclocal: not found
>
No, bootstrap indeed *was* found, but aclocal wasn't. Because you don't
have automake&tools installed. They are needed at the very first time
you installed the sources on your build host. Sorry for the inconvenience.
Kind regards
Jan
------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers
------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape
_______________________________________________ Owfs-developers mailing list Owfs-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/owfs-developers