Giter Club home page Giter Club logo

Comments (2)

cronnosli avatar cronnosli commented on May 21, 2024

The curlpp has changed since the versioned link you are using, several bugs was corrected. I would advise you to change the version that you link on your repository.

The file config.win32.h try to define STDC_HEADERS

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS

But it was already defined by
C:/msys64/mingw64/include/c++/6.2.0/x86_64-w64-mingw32/bits/c++config.h:1328

#define STDC_HEADERS 1

If change to a more recent curlpp clone is not possible, you could clone that version to your repository and change the code in config.win32.h to:

#ifndef STDC_HEADERS
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS
#endif /* STDC_HEADERS */

from curlpp.

UndarkAido avatar UndarkAido commented on May 21, 2024

Woops. I forget that submodules don't automatically update.

from curlpp.

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.