Code Monkey home page Code Monkey logo

Comments (4)

paulgalow avatar paulgalow commented on September 2, 2024 1

Hi everyone,

I have just released a new Docker image. It is now based on Debian Buster Slim and contains the current version of FileShelter v4.0.1. Thanks for reminding me @epoupon ;-)

from fileshelter.

epoupon avatar epoupon commented on September 2, 2024

Which version of ubuntu are you using?
You can find an installation example for bionic here: https://github.com/epoupon/fileshelter/blob/master/.travis.yml
I guess you don't need to manually install libzip on newer version

from fileshelter.

muralikodali avatar muralikodali commented on September 2, 2024

ubuntu version is 18.04

libzip installed in /usr/local/ folder. i have commented line 3410 of configure file i.e; PKG_CHECK_MODULES(libzip, libzip >= 0.11)'.

After installing wt , when tried to configure and run make command it is giving following errors.

Making all in src
make[1]: Entering directory '/home/XXXX/Downloads/fileshelter/build/src'
g++ -DHAVE_CONFIG_H -I. -I../../src -I../src/config -std=c++17 -I../../src/ui -g -O2 -MT fileshelter-main.o -MD -MP -MF .deps/fileshelter-main.Tpo -c -o fileshelter-main.o test -f '../../src/main/main.cpp' || echo '../../src/'../../src/main/main.cpp
../../src/main/main.cpp:20:10: fatal error: filesystem: No such file or directory
#include
^~~~~~~~~~~~
compilation terminated.
Makefile:460: recipe for target 'fileshelter-main.o' failed
make[1]: *** [fileshelter-main.o] Error 1
make[1]: Leaving directory '/home/XXXX/Downloads/fileshelter/build/src'
Makefile:467: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

from fileshelter.

epoupon avatar epoupon commented on September 2, 2024

Hello,

Ok I see. Actually you need gcc version >= 8, and 18.04 ships with gcc v7.4.
I think the easiest way to use fileshelter is then to use the docker file instead. @paulgalow made an image some times ago (see readme). I may create an up-to-date image myself if needed.

from fileshelter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.