Coder Social home page Coder Social logo

Comments (5)

schwehr avatar schwehr commented on July 29, 2024

Started a bounty here: https://stackoverflow.com/questions/39647663/avoiding-recursive-make-install

from mb-system.

schwehr avatar schwehr commented on July 29, 2024

One possible solution:

https://github.com/protocolbuffers/protobuf/blob/master/Makefile.am#L14

# Build gmock before we build protobuf tests.  We don't add gmock to SUBDIRS
# because then "make check" would also build and run all of gmock's own tests,
# which takes a lot of time and is generally not useful to us.  Also, we don't
# want "make install" to recurse into gmock since we don't want to overwrite
# the installed version of gmock if there is one.
check-local:
	@echo "Making lib/libgmock.a lib/libgmock_main.a in gmock"
	@cd third_party/googletest/googletest && $(MAKE) $(AM_MAKEFLAGS) lib/libgtest.la lib/libgtest_main.la
	@cd third_party/googletest/googlemock && $(MAKE) $(AM_MAKEFLAGS) lib/libgmock.la lib/libgmock_main.la

from mb-system.

jesseb92 avatar jesseb92 commented on July 29, 2024

@schwehr Hello Mr.Schwehr, I'm a student at CSUMB and I'm working on my capstone project for the MB-System. I wanted to know if this issue has been solved. I've ran into the same problem while trying to install the MB-System.

I'm doing the installation on my MacBook Air (2020) M1 with the MacOS version Ventura 13.2.1. The version of MB-System I'm installing is MB-System-5.7.9beta51. I've been using the commands from MB-System Configure.cmd from line 105 - 217. Once I get to line 184, sudo make install, I get the same error about the GoogleTest.

If you know of a solution for this problem I would greatly appreciate the help. I'll continue to work on it to find a solution for this problem and will let you know if anything is found.

Thank you

from mb-system.

dwcaress avatar dwcaress commented on July 29, 2024

from mb-system.

jesseb92 avatar jesseb92 commented on July 29, 2024

@dwcaress Thank you for the update. I was able to get pass the make install with those changes. Thank you again.

from mb-system.

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.