Giter Club home page Giter Club logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
This won't work. You need to get HAVE_STDINT_H from somewhere; the usual place 
would be config.h, but you cannot include config.h in a public header file, 
since that would pull in definitions (e.g. of VERSION) that would conflict with 
other autotools-based projects' config.h.

In short, the current behavior is correct and needed.

Original comment by [email protected] on 16 Apr 2011 at 7:37

  • Changed state: Invalid

from snappy.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
Hum, you're right, thanks for the explanation :)

Original comment by [email protected] on 16 Apr 2011 at 7:55

from snappy.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
Looking at snappy.h:

http://code.google.com/p/snappy/source/browse/trunk/snappy.h#42

Unlike snappy-stubs-public.h.in, the inclusion of stddef.h is not conditional.
Isn't this a problem?

Original comment by [email protected] on 16 Apr 2011 at 10:14

from snappy.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
stddef.h should always be available (by the C standard), as far as I know, so I 
think the HAVE_ for stddef.h is redundant. The other header isn't.

Original comment by [email protected] on 16 Apr 2011 at 10:48

from snappy.

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.