Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting error with some configure file lines #399

Open
cocodrino opened this issue Oct 18, 2017 · 1 comment
Open

getting error with some configure file lines #399

cocodrino opened this issue Oct 18, 2017 · 1 comment

Comments

@cocodrino
Copy link

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!!!...

@jerryblakley
Copy link
Contributor

Sorry to be so long replying. Unfortunately, I don't have any insights and I don't have the facility to reproduce your issue. Sorry I can't be of help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants