On 13/11/10 23:56, Christian Zuckschwerdt wrote:
> Russel,
>
> just remove "doc" from Makefile.am, then run autoreconf. Or even simpler 
> "touch doc/obexftp.1".
>
> Am 13.11.2010 um 03:34 schrieb Russell Shaw:
>
>> I got obexftp from git. I get a doc error:
>> ./configure CFLAGS="-DOBEXFTP_DEBUG=5 -g -O0"
>> make[2]: Entering directory `/home/russell/SRC/obexftp/doc'
>> make[2]: *** No rule to make target `obexftp.1', needed by `all-am'.  Stop.

Hi,
I compiled and installed openobex from git. I then tried compiling obexftp
from git:

make  all-recursive
make[1]: Entering directory `/home/russell/SRC/obexftp'
Making all in bfb
make[2]: Entering directory `/home/russell/SRC/obexftp/bfb'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/russell/SRC/obexftp/bfb'
Making all in multicobex
make[2]: Entering directory `/home/russell/SRC/obexftp/multicobex'
if /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H 
-I. 
-I. -I..    -I/usr/local/include -I.. -I../includes -DOBEXFTP_DEBUG=5 -g -O0 -W 
-Wundef -Wmissing-declarations -Wmissing-prototypes -Wall -MT multi_cobex.lo 
-MD 
-MP -MF ".deps/multi_cobex.Tpo" -c -o multi_cobex.lo multi_cobex.c; \
         then mv -f ".deps/multi_cobex.Tpo" ".deps/multi_cobex.Plo"; else rm -f 
".deps/multi_cobex.Tpo"; exit 1; fi
libtool: compile:  /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I/usr/local/include -I.. -I../includes -DOBEXFTP_DEBUG=5 -g -O0 -W -Wundef 
-Wmissing-declarations -Wmissing-prototypes -Wall -MT multi_cobex.lo -MD -MP 
-MF 
.deps/multi_cobex.Tpo -c multi_cobex.c  -fPIC -DPIC -o .libs/multi_cobex.o
multi_cobex.c: In function 'cobex_cleanup':
multi_cobex.c:74: warning: pointer targets in passing argument 3 of 
'bfb_write_packets' differ in signedness
../bfb/bfb.h:90: note: expected 'uint8_t *' but argument is of type 'char *'
multi_cobex.c:76: warning: pointer targets in passing argument 2 of 
'bfb_io_write' differ in signedness
../bfb/bfb_io.h:41: note: expected 'const uint8_t *' but argument is of type 
'char *'
multi_cobex.c:78: warning: pointer targets in passing argument 2 of 
'bfb_io_write' differ in signedness
../bfb/bfb_io.h:41: note: expected 'const uint8_t *' but argument is of type 
'char *'
libtool: compile:  /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I/usr/local/include -I.. -I../includes -DOBEXFTP_DEBUG=5 -g -O0 -W -Wundef 
-Wmissing-declarations -Wmissing-prototypes -Wall -MT multi_cobex.lo -MD -MP 
-MF 
.deps/multi_cobex.Tpo -c multi_cobex.c -o multi_cobex.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -I/usr/local/include 
-I.. 
-I../includes -DOBEXFTP_DEBUG=5 -g -O0 -W -Wundef -Wmissing-declarations 
-Wmissing-prototypes -Wall   -o libmulticobex.la -rpath /usr/local/lib 
-no-undefined -version-info 1\:1\:0 multi_cobex.lo -L/usr/local/lib -lopenobex 
../bfb/libbfb.la
libtool: link: rm -fr  .libs/libmulticobex.a .libs/libmulticobex.la 
.libs/libmulticobex.lai .libs/libmulticobex.so .libs/libmulticobex.so.1 
.libs/libmulticobex.so.1.0.1
libtool: link: /usr/bin/gcc -shared  .libs/multi_cobex.o   -Wl,-rpath 
-Wl,/home/russell/SRC/obexftp/bfb/.libs -L/usr/local/lib 
/usr/local/lib/libopenobex.so ../bfb/.libs/libbfb.so    -Wl,-soname 
-Wl,libmulticobex.so.1 -o .libs/libmulticobex.so.1.0.1
libtool: link: (cd ".libs" && rm -f "libmulticobex.so.1" && ln -s 
"libmulticobex.so.1.0.1" "libmulticobex.so.1")
libtool: link: (cd ".libs" && rm -f "libmulticobex.so" && ln -s 
"libmulticobex.so.1.0.1" "libmulticobex.so")
libtool: link: ar cru .libs/libmulticobex.a  multi_cobex.o
libtool: link: ranlib .libs/libmulticobex.a
libtool: link: ( cd ".libs" && rm -f "libmulticobex.la" && ln -s 
"../libmulticobex.la" "libmulticobex.la" )
make[2]: Leaving directory `/home/russell/SRC/obexftp/multicobex'
Making all in obexftp
make[2]: Entering directory `/home/russell/SRC/obexftp/obexftp'
if /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H 
-I. 
-I. -I..    -I/usr/local/include -I.. -I../includes -DOBEXFTP_DEBUG=5 -g -O0 -W 
-Wundef -Wmissing-declarations -Wmissing-prototypes -Wall -MT object.lo -MD -MP 
-MF ".deps/object.Tpo" -c -o object.lo object.c; \
         then mv -f ".deps/object.Tpo" ".deps/object.Plo"; else rm -f 
".deps/object.Tpo"; exit 1; fi
libtool: compile:  /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I/usr/local/include -I.. -I../includes -DOBEXFTP_DEBUG=5 -g -O0 -W -Wundef 
-Wmissing-declarations -Wmissing-prototypes -Wall -MT object.lo -MD -MP -MF 
.deps/object.Tpo -c object.c  -fPIC -DPIC -o .libs/object.o
object.c:39: error: parameter 1 ('obex') has incomplete type
object.c: In function 'obexftp_build_info':
object.c:39: warning: unused parameter 'obex'
object.c: At top level:
object.c:73: error: parameter 1 ('obex') has incomplete type
object.c: In function 'obexftp_build_get':
object.c:73: warning: unused parameter 'obex'
object.c: At top level:
object.c:125: error: parameter 1 ('obex') has incomplete type
object.c: In function 'obexftp_build_rename':
object.c:125: warning: unused parameter 'obex'
object.c: At top level:
object.c:189: error: parameter 1 ('obex') has incomplete type
object.c: In function 'obexftp_build_del':
object.c:189: warning: unused parameter 'obex'
object.c: At top level:
object.c:238: error: parameter 1 ('obex') has incomplete type
object.c: In function 'obexftp_build_setpath':
object.c:238: warning: unused parameter 'obex'
object.c: At top level:
object.c:299: error: parameter 1 ('obex') has incomplete type
object.c: In function 'obexftp_build_put':
object.c:299: warning: unused parameter 'obex'
make[2]: *** [object.lo] Error 1
make[2]: Leaving directory `/home/russell/SRC/obexftp/obexftp'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/russell/SRC/obexftp'
make: *** [all] Error 2

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Openobex-users mailing list
Openobex-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to