I am attempting to install irda_obex in my Red Hat 9 machine. My irda
device works since irdadump shows activity when I connect my phone to
it. The web has not provided any useful suggestions and from the
compile errors/warnings I feel as if there is a good amount going
wrong. Below are the compile notes. In the end, I would like to sync
my Nokia 3650 with my laptop. If there are any better ways of
accomplishing this I am open to suggestions. Thank you
[root@firewall lib]# ./autogen.sh
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command
line.
processing .
You should add the contents of `/usr/share/aclocal/libtool.m4' to
`aclocal.m4'.
aclocal: configure.in: 13: macro `AM_PATH_GLIB' not found in library
autoheader: error: AC_CONFIG_HEADERS not found in configure.in
configure.in:6: no proper implementation of AM_INIT_AUTOMAKE was
found,
configure.in:6: probably because aclocal.m4 is missing...
configure.in:6: You should run aclocal to create this file, then
configure.in:6: run automake again.
Makefile.am: required file `./NEWS' not found
Makefile.am: required file `./README' not found
configure.in:5: required file `./config.h.in' not found
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
autoheader: error: AC_CONFIG_HEADERS not found in configure.in
Running ./configure --enable-maintainer-mode
../configure: line 1254: syntax error near unexpected token `config.h'
../configure: line 1254: `AM_CONFIG_HEADER(config.h)'
Now type 'make' to compile OBEX.
[root@firewall lib]# make
make: *** No targets specified and no makefile found. Stop.
-=-=-=-=-=-=-=-
So I copied /usr/share/aclocal/libtool.m4 onto obex/lib/aclocal.m4
-=-=-=-=-=-=-=-
[root@firewall lib]# ./autogen.sh
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command
line.
processing .
aclocal: configure.in: 13: macro `AM_PATH_GLIB' not found in library
autoheader: error: AC_CONFIG_HEADERS not found in configure.in
configure.in:6: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:6: old Automake version. You should recreate aclocal.m4
configure.in:6: with aclocal and run automake again.
Makefile.am: required file `./NEWS' not found
Makefile.am: required file `./README' not found
configure.in:5: required file `./config.h.in' not found
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
autoheader: error: AC_CONFIG_HEADERS not found in configure.in
configure.in:5: error: possibly undefined macro: AM_CONFIG_HEADER
If this token and others are legitimate, please use
m4_pattern_allow.
See the Autoconf documentation.
configure.in:6: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure.in:13: error: possibly undefined macro: AM_PATH_GLIB
Running ./configure --enable-maintainer-mode
../configure: line 1431: syntax error near unexpected token `config.h'
../configure: line 1431: `AM_CONFIG_HEADER(config.h)'
Now type 'make' to compile OBEX.
[root@firewall lib]# make
make: *** No targets specified and no makefile found. Stop.
-=-=-=-=-=-=-=-
So I copied /usr/share/aclocal/libtool.m4 onto
/usr/share/aclocal/aclocal.m4
-=-=-=-=-=-=-=-
[root@firewall lib]# ./autogen.sh
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command
line.
processing .
aclocal: configure.in: 13: macro `AM_PATH_GLIB' not found in library
autoheader: error: AC_CONFIG_HEADERS not found in configure.in
configure.in:6: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:6: old Automake version. You should recreate aclocal.m4
configure.in:6: with aclocal and run automake again.
Makefile.am: required file `./NEWS' not found
Makefile.am: required file `./README' not found
configure.in:5: required file `./config.h.in' not found
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
autoheader: error: AC_CONFIG_HEADERS not found in configure.in
Running ./configure --enable-maintainer-mode
../configure: line 1431: syntax error near unexpected token `config.h'
../configure: line 1431: `AM_CONFIG_HEADER(config.h)'
Now type 'make' to compile OBEX.
|