Giter VIP home page Giter VIP logo

Comments (5)

edenhill avatar edenhill commented on May 9, 2024

Try: CC=clang make

or add -Wno-gnu-designator to CFLAGS in Makefile

from librdkafka.

xiaojun789 avatar xiaojun789 commented on May 9, 2024

error message like this when I try you method

clang -MD -MP -O2 -Wall -Werror -Wfloat-equal -Wpointer-arith -fPIC -I. -g -Wno-gnu-designator -DSG -c rdkafka.c
clang -MD -MP -O2 -Wall -Werror -Wfloat-equal -Wpointer-arith -fPIC -I. -g -Wno-gnu-designator -DSG -c rdkafka_broker.c
rdkafka_broker.c:2192:22: error: implicit declaration of function 'be64toh' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                hdr->Offset      = be64toh(hdr->Offset);
                                   ^
rdkafka_broker.c:2793:30: error: implicit declaration of function 'htobe64' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        part2->Time               = htobe64(rktp->rktp_query_offset);
                                    ^
2 errors generated.
make: *** [rdkafka_broker.o] Error 1

from librdkafka.

xiaojun789 avatar xiaojun789 commented on May 9, 2024

I found something useful for this issue, and use it, the library can build successfully in my mac
https://gist.github.com/yinyin/2027912

from librdkafka.

edenhill avatar edenhill commented on May 9, 2024

Hi @xiaojun789, could you update your master checkout and try again.
Compile support for OSX 10.9 was just merged and I hope it fixes 10.8 aswell.

from librdkafka.

edenhill avatar edenhill commented on May 9, 2024

Reopen if still problems

from librdkafka.

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.