openobex 1.3......nn si istalla neanke credo

Riconoscimento, installazione e configurazione delle periferiche.
Avatar utente
Syco
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 662
Iscrizione: lunedì 18 settembre 2006, 19:40
Contatti:

openobex 1.3......nn si istalla neanke credo

Messaggio da Syco »

sto tentando (invano) di istallare openobex 1.3
uso i comandi
sudo ./configure
sudo make
sudo make install
e questo è il risultato completo

Codice: Seleziona tutto

syco@syco:~$ cd openobex-1.3/
syco@syco:~/openobex-1.3$ sudo ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc accepts -fPIE... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
checking for IrDA support... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for BLUEZ... no
checking for USB... no
checking for usb_get_busses in -lusb... no
checking for usb_interrupt_read in -lusb... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating lib/Makefile
config.status: creating apps/Makefile
config.status: creating ircp/Makefile
config.status: creating doc/Makefile
config.status: creating openobex.pc
config.status: creating config.h
config.status: executing depfiles commands
syco@syco:~/openobex-1.3$ sudo make
make  all-recursive
make[1]: Entering directory `/home/syco/openobex-1.3'
Making all in include
make[2]: Entering directory `/home/syco/openobex-1.3/include'
make[2]: Leaving directory `/home/syco/openobex-1.3/include'
Making all in lib
make[2]: Entering directory `/home/syco/openobex-1.3/lib'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include    -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex.lo -MD -MP -MF ".deps/obex.Tpo" -c -o obex.lo obex.c; \
        then mv -f ".deps/obex.Tpo" ".deps/obex.Plo"; else rm -f ".deps/obex.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex.lo -MD -MP -MF .deps/obex.Tpo -c obex.c  -fPIC -DPIC -o .libs/obex.o
obex.c: In function 'OBEX_Init':
obex.c:168: warning: implicit declaration of function 'free'
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex.lo -MD -MP -MF .deps/obex.Tpo -c obex.c -o obex.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include    -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex_main.lo -MD -MP -MF ".deps/obex_main.Tpo" -c -o obex_main.lo obex_main.c; \
        then mv -f ".deps/obex_main.Tpo" ".deps/obex_main.Plo"; else rm -f ".deps/obex_main.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex_main.lo -MD -MP -MF .deps/obex_main.Tpo -c obex_main.c  -fPIC -DPIC -o .libs/obex_main.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex_main.lo -MD -MP -MF .deps/obex_main.Tpo -c obex_main.c -o obex_main.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include    -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex_connect.lo -MD -MP -MF ".deps/obex_connect.Tpo" -c -o obex_connect.lo obex_connect.c; \
        then mv -f ".deps/obex_connect.Tpo" ".deps/obex_connect.Plo"; else rm -f ".deps/obex_connect.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex_connect.lo -MD -MP -MF .deps/obex_connect.Tpo -c obex_connect.c  -fPIC -DPIC -o .libs/obex_connect.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex_connect.lo -MD -MP -MF .deps/obex_connect.Tpo -c obex_connect.c -o obex_connect.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include    -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex_header.lo -MD -MP -MF ".deps/obex_header.Tpo" -c -o obex_header.lo obex_header.c; \
        then mv -f ".deps/obex_header.Tpo" ".deps/obex_header.Plo"; else rm -f ".deps/obex_header.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex_header.lo -MD -MP -MF .deps/obex_header.Tpo -c obex_header.c  -fPIC -DPIC -o .libs/obex_header.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex_header.lo -MD -MP -MF .deps/obex_header.Tpo -c obex_header.c -o obex_header.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include    -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex_object.lo -MD -MP -MF ".deps/obex_object.Tpo" -c -o obex_object.lo obex_object.c; \
        then mv -f ".deps/obex_object.Tpo" ".deps/obex_object.Plo"; else rm -f ".deps/obex_object.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex_object.lo -MD -MP -MF .deps/obex_object.Tpo -c obex_object.c  -fPIC -DPIC -o .libs/obex_object.o
obex_object.c: In function 'free_headerq':
obex_object.c:77: warning: implicit declaration of function 'free'
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex_object.lo -MD -MP -MF .deps/obex_object.Tpo -c obex_object.c -o obex_object.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include    -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex_transport.lo -MD -MP -MF ".deps/obex_transport.Tpo" -c -o obex_transport.lo obex_transport.c; \
        then mv -f ".deps/obex_transport.Tpo" ".deps/obex_transport.Plo"; else rm -f ".deps/obex_transport.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex_transport.lo -MD -MP -MF .deps/obex_transport.Tpo -c obex_transport.c  -fPIC -DPIC -o .libs/obex_transport.o
obex_transport.c: In function 'do_write':
obex_transport.c:374: warning: implicit declaration of function 'write'
obex_transport.c: In function 'obex_transport_read':
obex_transport.c:455: warning: implicit declaration of function 'read'
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex_transport.lo -MD -MP -MF .deps/obex_transport.Tpo -c obex_transport.c -o obex_transport.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include    -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex_server.lo -MD -MP -MF ".deps/obex_server.Tpo" -c -o obex_server.lo obex_server.c; \
        then mv -f ".deps/obex_server.Tpo" ".deps/obex_server.Plo"; else rm -f ".deps/obex_server.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex_server.lo -MD -MP -MF .deps/obex_server.Tpo -c obex_server.c  -fPIC -DPIC -o .libs/obex_server.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex_server.lo -MD -MP -MF .deps/obex_server.Tpo -c obex_server.c -o obex_server.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include    -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex_client.lo -MD -MP -MF ".deps/obex_client.Tpo" -c -o obex_client.lo obex_client.c; \
        then mv -f ".deps/obex_client.Tpo" ".deps/obex_client.Plo"; else rm -f ".deps/obex_client.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex_client.lo -MD -MP -MF .deps/obex_client.Tpo -c obex_client.c  -fPIC -DPIC -o .libs/obex_client.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT obex_client.lo -MD -MP -MF .deps/obex_client.Tpo -c obex_client.c -o obex_client.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include    -Wall -O2 -D_FORTIFY_SOURCE=2 -MT irobex.lo -MD -MP -MF ".deps/irobex.Tpo" -c -o irobex.lo irobex.c; \
        then mv -f ".deps/irobex.Tpo" ".deps/irobex.Plo"; else rm -f ".deps/irobex.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT irobex.lo -MD -MP -MF .deps/irobex.Tpo -c irobex.c  -fPIC -DPIC -o .libs/irobex.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT irobex.lo -MD -MP -MF .deps/irobex.Tpo -c irobex.c -o irobex.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include    -Wall -O2 -D_FORTIFY_SOURCE=2 -MT inobex.lo -MD -MP -MF ".deps/inobex.Tpo" -c -o inobex.lo inobex.c; \
        then mv -f ".deps/inobex.Tpo" ".deps/inobex.Plo"; else rm -f ".deps/inobex.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT inobex.lo -MD -MP -MF .deps/inobex.Tpo -c inobex.c  -fPIC -DPIC -o .libs/inobex.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT inobex.lo -MD -MP -MF .deps/inobex.Tpo -c inobex.c -o inobex.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include    -Wall -O2 -D_FORTIFY_SOURCE=2 -MT btobex.lo -MD -MP -MF ".deps/btobex.Tpo" -c -o btobex.lo btobex.c; \
        then mv -f ".deps/btobex.Tpo" ".deps/btobex.Plo"; else rm -f ".deps/btobex.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT btobex.lo -MD -MP -MF .deps/btobex.Tpo -c btobex.c  -fPIC -DPIC -o .libs/btobex.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT btobex.lo -MD -MP -MF .deps/btobex.Tpo -c btobex.c -o btobex.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include    -Wall -O2 -D_FORTIFY_SOURCE=2 -MT databuffer.lo -MD -MP -MF ".deps/databuffer.Tpo" -c -o databuffer.lo databuffer.c; \
        then mv -f ".deps/databuffer.Tpo" ".deps/databuffer.Plo"; else rm -f ".deps/databuffer.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT databuffer.lo -MD -MP -MF .deps/databuffer.Tpo -c databuffer.c  -fPIC -DPIC -o .libs/databuffer.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT databuffer.lo -MD -MP -MF .deps/databuffer.Tpo -c databuffer.c -o databuffer.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include    -Wall -O2 -D_FORTIFY_SOURCE=2 -MT usbobex.lo -MD -MP -MF ".deps/usbobex.Tpo" -c -o usbobex.lo usbobex.c; \
        then mv -f ".deps/usbobex.Tpo" ".deps/usbobex.Plo"; else rm -f ".deps/usbobex.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT usbobex.lo -MD -MP -MF .deps/usbobex.Tpo -c usbobex.c  -fPIC -DPIC -o .libs/usbobex.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT usbobex.lo -MD -MP -MF .deps/usbobex.Tpo -c usbobex.c -o usbobex.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc  -Wall -O2 -D_FORTIFY_SOURCE=2   -o libopenobex.la -rpath /usr/local/lib -version-info 4:0:3 -export-symbols ../lib/obex.sym obex.lo obex_main.lo obex_connect.lo obex_header.lo obex_object.lo obex_transport.lo obex_server.lo obex_client.lo irobex.lo inobex.lo btobex.lo databuffer.lo usbobex.lo
echo "{ global:" > .libs/libopenobex.ver
 cat ../lib/obex.sym | sed -e "s/\(.*\)/\1;/" >> .libs/libopenobex.ver
 echo "local: *; };" >> .libs/libopenobex.ver
 gcc -shared  .libs/obex.o .libs/obex_main.o .libs/obex_connect.o .libs/obex_header.o .libs/obex_object.o .libs/obex_transport.o .libs/obex_server.o .libs/obex_client.o .libs/irobex.o .libs/inobex.o .libs/btobex.o .libs/databuffer.o .libs/usbobex.o   -Wl,-soname -Wl,libopenobex.so.1 -Wl,-version-script -Wl,.libs/libopenobex.ver -o .libs/libopenobex.so.1.3.0
(cd .libs && rm -f libopenobex.so.1 && ln -s libopenobex.so.1.3.0 libopenobex.so.1)
(cd .libs && rm -f libopenobex.so && ln -s libopenobex.so.1.3.0 libopenobex.so)
ar cru .libs/libopenobex.a  obex.o obex_main.o obex_connect.o obex_header.o obex_object.o obex_transport.o obex_server.o obex_client.o irobex.o inobex.o btobex.o databuffer.o usbobex.o
ranlib .libs/libopenobex.a
creating libopenobex.la
(cd .libs && rm -f libopenobex.la && ln -s ../libopenobex.la libopenobex.la)
make[2]: Leaving directory `/home/syco/openobex-1.3/lib'
Making all in apps
make[2]: Entering directory `/home/syco/openobex-1.3/apps'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/syco/openobex-1.3/apps'
Making all in ircp
make[2]: Entering directory `/home/syco/openobex-1.3/ircp'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/syco/openobex-1.3/ircp'
Making all in doc
make[2]: Entering directory `/home/syco/openobex-1.3/doc'
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -Wall -O2 -D_FORTIFY_SOURCE=2 -MT docproc.o -MD -MP -MF ".deps/docproc.Tpo" -c -o docproc.o docproc.c; \
        then mv -f ".deps/docproc.Tpo" ".deps/docproc.Po"; else rm -f ".deps/docproc.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -Wall -O2 -D_FORTIFY_SOURCE=2   -o docproc  docproc.o
mkdir .libs
gcc -Wall -O2 -D_FORTIFY_SOURCE=2 -o docproc docproc.o
make[2]: Leaving directory `/home/syco/openobex-1.3/doc'
make[2]: Entering directory `/home/syco/openobex-1.3'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/syco/openobex-1.3'
make[1]: Leaving directory `/home/syco/openobex-1.3'
syco@syco:~/openobex-1.3$ sudo make install
Making install in include
make[1]: Entering directory `/home/syco/openobex-1.3/include'
make[2]: Entering directory `/home/syco/openobex-1.3/include'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/include/openobex" || mkdir -p -- "/usr/local/include/openobex"
 /usr/bin/install -c -m 644 'obex.h' '/usr/local/include/openobex/obex.h'
 /usr/bin/install -c -m 644 'obex_const.h' '/usr/local/include/openobex/obex_const.h'
make[2]: Leaving directory `/home/syco/openobex-1.3/include'
make[1]: Leaving directory `/home/syco/openobex-1.3/include'
Making install in lib
make[1]: Entering directory `/home/syco/openobex-1.3/lib'
make[2]: Entering directory `/home/syco/openobex-1.3/lib'
test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'libopenobex.la' '/usr/local/lib/libopenobex.la'
/usr/bin/install -c .libs/libopenobex.so.1.3.0 /usr/local/lib/libopenobex.so.1.3.0
(cd /usr/local/lib && { ln -s -f libopenobex.so.1.3.0 libopenobex.so.1 || { rm -f libopenobex.so.1 && ln -s libopenobex.so.1.3.0 libopenobex.so.1; }; })
(cd /usr/local/lib && { ln -s -f libopenobex.so.1.3.0 libopenobex.so || { rm -f libopenobex.so && ln -s libopenobex.so.1.3.0 libopenobex.so; }; })
/usr/bin/install -c .libs/libopenobex.lai /usr/local/lib/libopenobex.la
/usr/bin/install -c .libs/libopenobex.a /usr/local/lib/libopenobex.a
chmod 644 /usr/local/lib/libopenobex.a
ranlib /usr/local/lib/libopenobex.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/syco/openobex-1.3/lib'
make[1]: Leaving directory `/home/syco/openobex-1.3/lib'
Making install in apps
make[1]: Entering directory `/home/syco/openobex-1.3/apps'
make[2]: Entering directory `/home/syco/openobex-1.3/apps'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/syco/openobex-1.3/apps'
make[1]: Leaving directory `/home/syco/openobex-1.3/apps'
Making install in ircp
make[1]: Entering directory `/home/syco/openobex-1.3/ircp'
make[2]: Entering directory `/home/syco/openobex-1.3/ircp'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/syco/openobex-1.3/ircp'
make[1]: Leaving directory `/home/syco/openobex-1.3/ircp'
Making install in doc
make[1]: Entering directory `/home/syco/openobex-1.3/doc'
make[2]: Entering directory `/home/syco/openobex-1.3/doc'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/syco/openobex-1.3/doc'
make[1]: Leaving directory `/home/syco/openobex-1.3/doc'
make[1]: Entering directory `/home/syco/openobex-1.3'
make[2]: Entering directory `/home/syco/openobex-1.3'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/aclocal" || mkdir -p -- "/usr/local/share/aclocal"
 /usr/bin/install -c -m 644 'openobex.m4' '/usr/local/share/aclocal/openobex.m4'test -z "/usr/local/lib/pkgconfig" || mkdir -p -- "/usr/local/lib/pkgconfig"
 /usr/bin/install -c -m 644 'openobex.pc' '/usr/local/lib/pkgconfig/openobex.pc'make[2]: Leaving directory `/home/syco/openobex-1.3'
make[1]: Leaving directory `/home/syco/openobex-1.3'
syco@syco:~/openobex-1.3$
come faccio a sapere se è istallato correttamente??

se uso il comando della wiki
mi da questo risultato

Codice: Seleziona tutto

syco@syco:~$ ~/usbobex/bin/obex_test -u
bash: /home/syco/usbobex/bin/obex_test: No such file or directory
syco@syco:~$
come posso fare???
Ultima modifica di Syco il domenica 15 ottobre 2006, 13:04, modificato 1 volta in totale.
Il miglior GDR online mai creato:
http://www.thechosenbyte.com/YnisWitrin
Immagine
Avatar utente
Tyler
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1743
Iscrizione: mercoledì 30 novembre 2005, 0:50
Località: /home/tyler

Re: openobex 1.3......nn si istalla neanke credo

Messaggio da Tyler »

Prima di tutto per configure e make non serve sudo ;)
Poi... guarda i messaggi del configure, dove vedi NO guarda se è una libreria o un pacchetto e installalo, in altri casi non fa niente se appare NO.
Se stai seguendo quella guida che hai messo nel link seguila bene, installa tutte le librerie e i pacchetti richiesti.
Quando dai obex_test -u il cell. è collegato?
Kubuntu 9.10 x86_64 - KDE 4.4 - 2.6.31-bfs304-tyler
HTC Magic - Android 2.2 - CyanogenMod 6
gtk-qt-engine anche per root? sudo cp ~/.gtkrc-2.0-kde4 /root/.gtkrc-2.0
Avatar utente
Syco
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 662
Iscrizione: lunedì 18 settembre 2006, 19:40
Contatti:

Re: openobex 1.3......nn si istalla neanke credo

Messaggio da Syco »

ecco cosa compare quando eseguo ./configure
ho tentato di togliere tutti i no...cmq ecco quelli rimasti ke nn capisco:

Codice: Seleziona tutto

syco@syco:~/Desktop/openobex-1.3$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no                           #1°
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no                                                                       #2°
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc accepts -fPIE... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no                                                             #3°
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no                                                             #4°
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
checking for IrDA support... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for BLUEZ... no                                                                                                            #5°
checking for USB... no                                                                                                                #6° 
checking for usb_get_busses in -lusb... no                                                                                 #7°
checking for usb_interrupt_read in -lusb... no                                                                            #8°
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating lib/Makefile
config.status: creating apps/Makefile
config.status: creating ircp/Makefile
config.status: creating doc/Makefile
config.status: creating openobex.pc
config.status: creating config.h
config.status: executing depfiles commands
nn capisco se devo ancora istallare qualcosa o altro...cmq nn ho problemi solo cn questo pakketto, nn funzionano neanke gli altri sorgenti...cmq aiutatemi cn questo...agli altri ci penso io... (yes) (nono) (mad)
Il miglior GDR online mai creato:
http://www.thechosenbyte.com/YnisWitrin
Immagine
Avatar utente
Tyler
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1743
Iscrizione: mercoledì 30 novembre 2005, 0:50
Località: /home/tyler

Re: openobex 1.3......nn si istalla neanke credo

Messaggio da Tyler »

Hai installato build essential e gcc? E libusb?
Fatti questi puoi passare all'installazione.
Kubuntu 9.10 x86_64 - KDE 4.4 - 2.6.31-bfs304-tyler
HTC Magic - Android 2.2 - CyanogenMod 6
gtk-qt-engine anche per root? sudo cp ~/.gtkrc-2.0-kde4 /root/.gtkrc-2.0
Avatar utente
paper0k
Rampante Reduce
Rampante Reduce
Messaggi: 7220
Iscrizione: lunedì 2 ottobre 2006, 13:39
Contatti:

Re: openobex 1.3......nn si istalla neanke credo

Messaggio da paper0k »

Il pacchetto openobex è stato installato correttamente, infatti non mi sembra ci siano stati errori, prova a vedere cosa hai in /usr/local/bin e /usr/local/lib (se non specificato in configure con l'opzione  --prefix il software viene installato in /usr/local)  ;)
Inoltre l'errore rilevato su obex_test è perchè questo non c'è:

Codice: Seleziona tutto

bash: /home/syco/usbobex/bin/obex_test: No such file or directory
cioè non riesco a trovare /home/syco/usbobex/bin/obex_test
;)
Chiunque può essere ragionevole, ma esser sani di mente è raro (Oscar Wilde)
Wiki|Blog|Twitter|Identi.ca|last.fm
Avatar utente
Syco
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 662
Iscrizione: lunedì 18 settembre 2006, 19:40
Contatti:

Re: openobex 1.3......nn si istalla neanke credo

Messaggio da Syco »

ho cercato in /usr/local/bin e usr/local/lib, ma c'è solo qualke file ke nn centra nulla. per le due librerie del post precedente ora le istallo e vi faccio sapere come va...cmq grazie... :)
Il miglior GDR online mai creato:
http://www.thechosenbyte.com/YnisWitrin
Immagine
Avatar utente
Syco
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 662
Iscrizione: lunedì 18 settembre 2006, 19:40
Contatti:

Re: openobex 1.3......nn si istalla neanke credo

Messaggio da Syco »

ancora niente, anke se ho aggiunto la libreria ke mancava le cartelle restano vuote >:(
ke altro posso provare??
Il miglior GDR online mai creato:
http://www.thechosenbyte.com/YnisWitrin
Immagine
malaerba
Prode Principiante
Messaggi: 145
Iscrizione: venerdì 20 ottobre 2006, 14:43
Desktop: gnome shell
Contatti:

[Install] Re: openobex 1.3......nn si istalla neanke credo

Messaggio da malaerba »

Scusa, ma perché non installi da Synaptic oppure
sudo apt-get install openobex-apps
si tratta dello stesso pacchetto
malaerba
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 4 ospiti