lifearttw / macfuse

Automatically exported from code.google.com/p/macfuse
0 stars 0 forks source link

WebDAVFS tested - how to compile it? #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Thanks a lot for this very promising project!
I want to try webdavfs for our networked Macs,
encouraged by your statement that it is "tested".
But I failed to compile wdfs.

I installed Xcode 2.4.1 (using OS 10.4.8/PPC) and subsequently compiled the
necessary prerequisites into /usr/local: pkgconfig-0.18, gettext-0.16,
glib-2.8.6, neon-0.26.3. All of these work fine. Configuring wdfs-1.4.0 is
also possible, but making it fails with the error below. 

It would be very kind if you could give some hints how you managed to
compile wdfs. Or did you use some more packages from fink or somewhere else?

Best regards,
Viktor.

gcc  -g -O2 -D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64
-I/usr/local/include/fuse -I/usr/local/include/neon
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -Wall
-D_GNU_SOURCE -D_REENTRANT   -o wdfs  cache.o svn.o wdfs-main.o webdav.o 
-L/usr/local/lib -lfuse -lneon -lglib-2.0 -lintl -liconv  /usr/bin/ld:
Undefined
symbols:_strndup_GSS_C_NT_HOSTBASED_SERVICE_gss_delete_sec_context_gss_display_s
tatus_gss_import_name_gss_init_sec_context_gss_release_buffer_gss_release_name_x
mlCreatePushParserCtxt_xmlFreeParserCtxt_xmlParseChunkcollect2:
ld returned 1 exit status

Original issue reported on code.google.com by duke...@hotmail.com on 1 Feb 2007 at 2:03

GoogleCodeExporter commented 9 years ago
I realised that glib-2.8.6 is outdated, but using glib-2.12.9 doesn't change 
anything.

Original comment by duke...@hotmail.com on 1 Feb 2007 at 2:43

GoogleCodeExporter commented 9 years ago
Please discuss this in the mailing list. Use this "Issues" section only for 
reporting problems/bugs in MacFUSE.

Original comment by si...@gmail.com on 1 Feb 2007 at 4:52