Giter Site home page Giter Site logo

Comments (2)

thomasbreydo avatar thomasbreydo commented on May 25, 2024 1

@native-api thank you SO, so much. You were right :) At some point in the past, I placed an empty inttypes.h file into /opt/homebrew/include. Deleting it fixed my issue. Wow.

Thank you again, so much!

from pyenv.

native-api avatar native-api commented on May 25, 2024

clang -c -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/readline/include -I/Users/thomasbreydo/.pyenv/versions/3.12.2/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/readline/include -I/Users/thomasbreydo/.pyenv/versions/3.12.2/include -I/opt/homebrew/include -I/opt/homebrew/include -I/opt/homebrew/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
Objects/interpreteridobject.c:109:40: error: expected ')'
return PyUnicode_FromFormat("%s(%" PRId64 ")", name, id->id);

Something is broken in your compiler toolchain: looks like PRId64 is not defined. It's supposed to be a macro defined in inttypes.h and expanding to a string literal.

Check if you have other compiler toolchains -- and inttypes.h in particular -- elsewhere, especially in /usr/local.

from pyenv.

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.