You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 srcmake[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.cfusedav.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!!!...
The text was updated successfully, but these errors were encountered:
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.
Hi..I'm getting error with these require check dependencies lines
I've commented and imported all these lines
and the configure step runs ok, now I need check than these dependencies are solved
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!!!...
The text was updated successfully, but these errors were encountered: