GithubHelp home page GithubHelp logo

Comments (6)

octobanana avatar octobanana commented on July 19, 2024

The filesystem library was previously linked in the build, but was removed in commit 00e824f. I was using GCC 9, which doesn't require the library to be linked, and I forgot to update the compiler support in the README.md. A better solution though would be to add a conditional to the CMakeLists.txt file to link to the stdc++fs library if the compiler is GCC 8. I'll make the change. Thanks for bringing this up!

Which compiler/version are you using on the Raspberry Pi? GCC 8?

from peaclock.

felixfoertsch avatar felixfoertsch commented on July 19, 2024

Which compiler/version are you using on the Raspberry Pi? GCC 8?

$ gcc -v
gcc version 8.3.0 (Raspbian 8.3.0-6+rpi1)

from peaclock.

Jason23347 avatar Jason23347 commented on July 19, 2024

I was trying to build on the raspi
, and had the same problem. Now it works fine when stdc++fs is added to OB_LINK_LIBRARIES in CMakefile.txt.

from peaclock.

octobanana avatar octobanana commented on July 19, 2024

The latest commit, ed3d60e, adds a conditional in cmake to link to stdc++fs if the compiler being used is GCC 8. Could you let me know if it now builds properly?

from peaclock.

felixfoertsch avatar felixfoertsch commented on July 19, 2024

Checked out the repo with the latest commit in a clean directory and built it. I'd say it works:

pi@FFPI ~/D/peaclock> ./RUNME.sh build
Build type: release
-- The CXX compiler identification is GNU 8.3.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Building peaclock 0.4.3 in release mode:
     System: Linux-5.4.51-v7+
     CXX compiler: GNU 8.3.0
-- Configuring done
-- Generating done
-- Build files have been written to: /home/pi/Developer/peaclock/build/release
Scanning dependencies of target peaclock
[ 33%] Building CXX object CMakeFiles/peaclock.dir/src/ob/string.cc.o
[ 33%] Building CXX object CMakeFiles/peaclock.dir/src/main.cc.o
[ 50%] Building CXX object CMakeFiles/peaclock.dir/src/ob/readline.cc.o
[ 66%] Building CXX object CMakeFiles/peaclock.dir/src/peaclock/tui.cc.o
[ 83%] Building CXX object CMakeFiles/peaclock.dir/src/peaclock/peaclock.cc.o
[100%] Linking CXX executable peaclock
[100%] Built target peaclock
pi@FFPI ~/D/peaclock>

from peaclock.

Jason23347 avatar Jason23347 commented on July 19, 2024

Thanks a lot, it works fine now. And I have another issue with cross-building, please take a look at #24.

from peaclock.

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.