fusedav icon indicating copy to clipboard operation
fusedav copied to clipboard

getting error with some configure file lines

Open cocodrino opened this issue 6 years ago • 1 comments

Hi..I'm getting error with these require check dependencies lines


./configure: line 6158: syntax error near unexpected token `SYSTEMD,'
./configure: line 6158: `PKG_CHECK_MODULES(SYSTEMD,  libsystemd-journal  )'



I've commented and imported all these lines


#PKG_CHECK_MODULES(SYSTEMD,  libsystemd-journal  )
#PKG_CHECK_MODULES(LEVELDB,  leveldb )
#PKG_CHECK_MODULES(CURL,  libcurl >= 7.24.0 )
#PKG_CHECK_MODULES(FUSE,  fuse >= 2.8 )
#PKG_CHECK_MODULES(ZLIB,  zlib >= 1.2.5 )
#PKG_CHECK_MODULES(GLIB,  glib-2.0 >= 1.2.10 )
#PKG_CHECK_MODULES(URIPARSER,  liburiparser >= 0.7.5 )

and the configure step runs ok, now I need check than these dependencies are solved


sudo apt-get install libglib2.0-dev

 make
make  all-recursive
make[1]: Entering directory `/root/fusedav/fusedav'
Making all in src
make[2]: Entering directory `/root/fusedav/fusedav/src'
gcc -DHAVE_CONFIG_H -I. -I..             -DFUSE_USE_VERSION=26 -DINJECT_ERRORS=0 -g -O2 -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -MT fusedav-fusedav.o -MD -MP -MF .deps/fusedav-fusedav.Tpo -c -o fusedav-fusedav.o `test -f 'fusedav.c' || echo './'`fusedav.c
fusedav.c:32:18: fatal error: glib.h: No such file or directory
 #include <glib.h>
                  ^
compilation terminated.




seems than I'm having some troubles with glib, I'm trying to compile fusedav by hand because I'm trying to run it on a ubuntu server, but everytime than I tried to connect to the webdav server (it's livedrive) these only freeze (don't show any alert or message, just keep as if it was trying to connect, pass 2 hours and it's still like it was freeze, any message even when I run in debug mode)

hope you can help me, I really need mount a webdav folder in my server

thank you so much!!!...

cocodrino avatar Oct 18 '17 21:10 cocodrino