Coder Social home page Coder Social logo

Comments (5)

cooljeanius avatar cooljeanius commented on June 14, 2024

they also have to get deleted any time there's a change in minor OS revision: e.g.,

configure: loading cache ./config.cache
configure: error: `build_alias' has changed since the previous run:
configure:   former value:  `x86_64-apple-darwin20.6.0'
configure:   current value: `x86_64-apple-darwin20.3.0'
configure: error: `host_alias' has changed since the previous run:
configure:   former value:  `x86_64-apple-darwin20.6.0'
configure:   current value: `x86_64-apple-darwin20.3.0'
configure: error: `target_alias' has changed since the previous run:
configure:   former value:  `x86_64-apple-darwin20.6.0'
configure:   current value: `x86_64-apple-darwin20.3.0'
configure: error: `CFLAGS' has changed since the previous run:
configure:   former value:  `-g -O2  -arch x86_64'
configure:   current value: `-g -O2  '
configure: error: `CXXFLAGS' has changed since the previous run:
configure:   former value:  `-g -O2 -arch x86_64'
configure:   current value: `-g -O2 '
configure: error: in `/Users/ericgallager/apple-gdb-1824/src/utils':
configure: error: changes in the environment can compromise the build
configure: error: run `make distclean' and/or `rm ./config.cache' and start over
make: *** [configure-utils] Error 1

Still Big Sur, but 3 increased to 6... maybe I should just have that part stripped from the triplet...

from apple-gdb-1824.

cooljeanius avatar cooljeanius commented on June 14, 2024

So, one thing I try doing in the configure scripts is hacking the caches with sed to try to remove offending values, but that often leads to messages like this from the configure scripts:

hacking CPPFLAGS out of ../config.cache
sed: 1: "../config.cache": invalid command code .
sed: 1: "../config.cache": invalid command code .

from apple-gdb-1824.

Related Issues (11)

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.