Giter Site home page Giter Site logo

Comments (5)

neuralearner avatar neuralearner commented on September 13, 2024 3

Alternatively, you can get it straight from fedora http://pkgs.fedoraproject.org/repo/pkgs/gmock/gmock-1.7.0.zip/073b984d8798ea1594f5e44d85b20d66/gmock-1.7.0.zip

I installed and it worked fine as well.

Edit: hmm, lead to a java compile error down the line, I'll give yours a try. Hmm, java issue seems to be unrelated to this.

from tensorflow-on-raspberry-pi.

jalajc avatar jalajc commented on September 13, 2024 1

I too faced the same issue, however I think the fix which keep pace with google mock is...

modifying the autogen.sh as per https://github.com/google/protobuf/pull/2260/files

-->starting next line

if test ! -e gmock -o   && ! -e googlemock-release-1.7.0; then
   echo "Google Mock not present.  Fetching gmock-1.7.0 from the web..."
   curl $curlopts -L -O https://github.com/google/googlemock/archive/release-1.7.0.zip
   unzip -q release-1.7.0.zip
   rm release-1.7.0.zip
   mv googlemock-release-1.7.0 gmock

   curl $curlopts -L -O https://github.com/google/googletest/archive/release-1.7.0.zip
   unzip -q release-1.7.0.zip
   rm release-1.7.0.zip
   mv googletest-release-1.7.0 gmock/gtest
 fi

-->end at fi

from tensorflow-on-raspberry-pi.

jtoy avatar jtoy commented on September 13, 2024

same issue as @neuralearner

from tensorflow-on-raspberry-pi.

samjabrahams avatar samjabrahams commented on September 13, 2024

Thanks for the information @VALARMO @jalajc @neuralearner @jtoy - I need to do a fresh install of Rasbian and update the guide. I get back from traveling tonight, and I'll try to prioritize this repo over this week to get everything up to date and correct.

from tensorflow-on-raspberry-pi.

johnnogent avatar johnnogent commented on September 13, 2024

or you can use another branch V2.3.x

from tensorflow-on-raspberry-pi.

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.