Hi, i'm trying to compile owfs on a centOS4.4 distro (a RHEL4 clone).
FUSE was compiled sucessufully.
.bootstrap and configure are ok.
but make.....

; \
then mv -f ".deps/ow_server.Tpo" ".deps/ow_server.Plo"; else rm -f 
".deps/ow_server.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../../src/include -I../include 
-fexceptions -Wall -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual 
-Wcast-align -Wstrict-prototypes -Wredundant-decls 
-D_FILE_OFFSET_BITS=64 -D__EXTENSIONS__ -g -O2 -pthread -pthread 
-pthread -MT ow_server.lo -MD -MP -MF .deps/ow_server.Tpo -c 
ow_server.c  -fPIC -DPIC -o .libs/ow_server.o
ow_server.c: In function `ServerWrite':
ow_server.c:150: warning: initialization discards qualifiers from 
pointer target type
ow_server.c: In function `ConnectToServer':
ow_server.c:462: warning: implicit declaration of function 
`DNSServiceReconfirmRecord'
ow_server.c:462: error: `kDNSServiceType_SRV' undeclared (first use in 
this function)
ow_server.c:462: error: (Each undeclared identifier is reported only once
ow_server.c:462: error: for each function it appears in.)
ow_server.c:462: error: `kDNSServiceClass_IN' undeclared (first use in 
this function)
ow_server.c: At top level:
ow_server.c:184: warning: 'ServerNOP' defined but not used
make[4]: *** [ow_server.lo] Error 1
make[4]: Leaving directory `/usr/local/owfs/module/owlib/src/c'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/owfs/module/owlib/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/owfs/module/owlib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/owfs/module'
make: *** [all-recursive] Error 1

I tried sourceforge version and CVS version. Same results.

Try:
./configure --disable-owhttpd --disable-owftpd --disable-owserver

Same result. :-(

Any ideas?

Thanks in advance.
v.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to