automake --version
and check the version number. OWFS doesn't work with version 1.4. (I recently ran into this problem on one of my systems here...) If 1.4 is the default version, you have two choices - deinstall the 1.4 version or run the 1.9 version explicitly. To run the 1.9 version, change the bootstrap script to:
#! /bin/sh
rm -rf *cache
aclocal-1.9 && autoheader && autoconf && automake-1.9 && echo "Run './configure' and 'make' to build owfs"
and let us know if this works for you...
- Peter
On 1/10/06, paul <[EMAIL PROTECTED]> wrote:
I'm going to forward this to the developers' list for assistance.
Paul
On Tue, Jan 10, 2006 at 5:04 PM, Passionate wrote:
> Sorry!
> I can`t solve solve tis problem, i try more daily package, but nothing.
> All time i found this error:
> [EMAIL PROTECTED]:~/Project/owfs$ ./bootstrap
> configure.ac: 715: required file `./src/include/owfs_config.h.in]' not found
> module/Makefile.am:28: variable `MAYBE_OWFS' not defined
> module/Makefile.am:28: variable `MAYBE_OWHTTPD' not defined
> module/Makefile.am:28: variable `MAYBE_OWFTPD' not defined
> module/Makefile.am:28: variable `MAYBE_OWNFSD' not defined
> module/Makefile.am:28: variable `MAYBE_OWSERVER' not defined
> module/Makefile.am:28: variable `MAYBE_SWIG' not defined
> module/owlib/src/c/Makefile.am:114: invalid unused variable name:
> `AM_LDFLAGS'
> module/owfs/src/c/Makefile.am:46: invalid unused variable name: `AM_LDFLAGS'
> module/owhttpd/src/c/Makefile.am:34: invalid unused variable name:
> `AM_LDFLAGS'
> module/ownfsd/src/c/Makefile.am:41: invalid unused variable name:
> `AM_LDFLAGS'
> module/owftpd/src/c/Makefile.am:39: invalid unused variable name:
> `AM_LDFLAGS'
> module/swig/Makefile.am:17: variable `MAYBE_OWPERL' not defined
> module/swig/Makefile.am:17: variable `MAYBE_OWPYTHON' not defined
> module/swig/Makefile.am:17: variable `MAYBE_OWTCL' not defined
> module/swig/Makefile.am:17: variable `MAYBE_OWPHP' not defined
> module/swig/perl5/Makefile.am:36: invalid unused variable name: `AM_LDFLAGS'
> module/swig/php/Makefile.am:43: invalid unused variable name: `AM_LDFLAGS'
> module/swig/python/Makefile.am:37: invalid unused variable name:
> `AM_LDFLAGS'
> module/swig/tcl/Makefile.am:62: invalid unused variable name: `AM_LDFLAGS'
> module/swig/tcl/Makefile.am:9: invalid unused variable name:
> `nodist_ow_la_SOURCES'
> module/owserver/src/c/Makefile.am:34: invalid unused variable name:
> `AM_LDFLAGS'
> [EMAIL PROTECTED]:~/Project/owfs$
>
>
> After that, i run configure and make:
> config.status: creating src/include/owfs_config.h
> config.status: src/include/owfs_config.h is unchanged
> config.status: executing default-1 commands
>
> Current configuration:
>
> Deployment location: /opt/owfs
>
> Compile-time options:
> Caching is enabled
> USB is enabled
> Multithreading is enabled
> Parallel port DS1410E is DISABLED
> Profiling is DISABLED
>
> Module configuration:
> owfs is enabled
> owhttpd is enabled
> ownfsd is DISABLED
> owftpd is DISABLED
> owperl is enabled
> owphp is DISABLED
> owpython is enabled
> owtcl is DISABLED
> owserver is enabled
>
> [EMAIL PROTECTED]:~/Project/owfs$
>
>
> After the make die with this error message:
> make[3]: Entering directory `/home/satch/Project/owfs/module/owlib/src'
> Making all in c
> make[4]: Entering directory `/home/satch/Project/owfs/module/owlib/src/c'
> /bin/sh ../../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
> -I../../../../[src/include -I../include
> -fexceptions -Wall -W -Wundef
> -Wshadow -Wpointer-arith -Wcast-qual
> -Wcast-align -Wconversion -Wstrict-prototypes
> -Wredundant-decls -D_FILE_OFFSET_BITS=64
> -D__EXTENSIONS__ -DOW_CACHE
> -DOW_MT -DOW_USB -g -O2 -pthread -c compat.c
> gcc -DHAVE_CONFIG_H -I. -I. "-I../../../../[src/include" -I../include
> -fexceptions -Wall -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual
> -Wcast-align -Wconversion -Wstrict-prototypes -Wredundant-decls
> -D_FILE_OFFSET_BITS=64 -D__EXTENSIONS__ -DOW_CACHE -DOW_MT -DOW_USB -g
> -O2 -pthread -Wp,-MD,.deps/compat.pp -c compat.c -fPIC -DPIC -o
> .libs/compat.o
> compat.c:12:25: error: owfs_config.h: No such file or directory
> In file included from compat.c:13:
> ../include/ow.h:58:2: error: #error Please make sure owfs_config.h is
> included *before* this header file
> In file included from ../include/ow.h:139,
> from compat.c:13:
> ../include/compat.h:54:25: error: owfs_config.h: No such file or directory
> In file included from ../include/compat.h:60,
> from ../include/ow.h:139,
>
>
>
> Please help me!
>
> This is a debian-based Athlon XP1800 machine:
> [EMAIL PROTECTED] :~$ dpkg -l | grep auto
> ii autoconf 2.59a-7 automatic configure script builder
> rc autoconf2.13 2.13-55 automatic configure script builder
> (obsolete
> ii autogen 5.7.2-1 an automated text file generator
> ii automake1.4 1.4-p6-9 A tool for generating GNU
> Standards-complian
> ii automake1.9 1.9.6-1 A tool for generating GNU
> Standards-complian
> ii autotools-dev 20050803.1 Update infrastructure for
> config.{guess,sub}
> ii defoma 0.11.8-0.1 Debian Font Manager -- automatic font
> config
> ii gnome-volume-m 1.2.1-1 GNOME daemon to auto-mount and manage
> media
> ii libopts25 5.7.2-1 automated option processing library
> based on
> ii libopts25-dev 5.7.2-1 automated option processing library
> based on
> ii mdetect 0.5.2 mouse device autodetection tool
> ii pgmfindclip 1.13-0.0 automatically find a clipping border
> for a s
> ii ripmake 1.39-0.1 an automatic command line ripping
> makefile g
> ii usbmount 0.0.10 automatically mount and unmount USB
> mass sto
> [EMAIL PROTECTED]:~$
>
>
>
> eternity:/usr/local/tmp# uname -a
> Linux eternity 2.6.15 #1 PREEMPT Tue Jan 10 20:06:51 CET 2006 i686 GNU/Linux
>
>
> At last, i compule the fuse to the kernel (not module).
>
> Thx:
> Gyuri
>
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers