Giter Club home page Giter Club logo

Comments (4)

rjonaitis avatar rjonaitis commented on August 18, 2024 1

Remote connection is only for development/debugging purposes and is not efficient/safe or properly tested and can cause issues #263 , so it has been removed from the CMakeLists.txt to prevent it's inclusion to releases https://github.com/myriadrf/LimeSuite/blob/master/src/CMakeLists.txt#L162

The -DENABLE_REMOTE might be leftover in your cmake cache from previous builds, clear your CMake cache and that options should disappear and build will succeed.

from limesuite.

rjonaitis avatar rjonaitis commented on August 18, 2024 1

the only thing that define is impacting is the function call to load the remote connection:

#ifdef ENABLE_REMOTE
__loadConnectionRemoteEntry();
#endif

from limesuite.

cederom avatar cederom commented on August 18, 2024

Thank you @rjonaitis for quick response and the new release! :-)

The -DENABLE_REMOTE might be leftover in your cmake cache from previous builds, clear your CMake cache and that options should disappear and build will succeed.

The build is automated, everything is done from scratch, yes there was this option left from previous releases, now its clear this option is gone, one thing that still bothers me is the build error when this option is passed so it is still impacting something anywhow, can you please confirm? :-)

from limesuite.

cederom avatar cederom commented on August 18, 2024

Yup, then linker complains it cannot find the function.. up to you if that can be left alone.. just sharing my testing results :-)

from limesuite.

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.