Giter Club home page Giter Club logo

Comments (9)

JosephP91 avatar JosephP91 commented on May 17, 2024

I read: 'unknown option -std=c++11'. Your c++ version does not support the latest standard! What version do you have?

from curlcpp.

patodeborracha avatar patodeborracha commented on May 17, 2024

i try compile in vs2010 and vs2013

from curlcpp.

JosephP91 avatar JosephP91 commented on May 17, 2024

And the compiler version is?

from curlcpp.

patodeborracha avatar patodeborracha commented on May 17, 2024

MSVC++ 12.0 _MSC_VER == 1800 (Visual Studio 2013) I Try this
MSVC++ 11.0 _MSC_VER == 1700 (Visual Studio 2012)
MSVC++ 10.0 _MSC_VER == 1600 (Visual Studio 2010) and this
MSVC++ 9.0 _MSC_VER == 1500 (Visual Studio 2008)
MSVC++ 8.0 _MSC_VER == 1400 (Visual Studio 2005)
MSVC++ 7.1 _MSC_VER == 1310 (Visual Studio 2003)
MSVC++ 7.0 _MSC_VER == 1300
MSVC++ 6.0 _MSC_VER == 1200
MSVC++ 5.0 _MSC_VER == 1100

from curlcpp.

JosephP91 avatar JosephP91 commented on May 17, 2024

And c++11 is supported? You should check if c++11 is supported.

from curlcpp.

JosephP91 avatar JosephP91 commented on May 17, 2024

Or try to enable c++11 compile option, if supported.

from curlcpp.

patodeborracha avatar patodeborracha commented on May 17, 2024

i'm student, and i'm a noob.. sorry for it...
i see this table: https://msdn.microsoft.com/en-us/library/vstudio/hh567368.aspx
the features of your wrapper is compatible with this?
you have a old version for i build it in VS2010 or VS2013?
thank you!

from curlcpp.

susnux avatar susnux commented on May 17, 2024

No I do not think it is a compiler problem.
VS2013 should fullfill the requirements, the problem is this line in curlcpp code:

 if (message->easy_handle == easy.get_curl() and message->msg == CURLMSG_DONE) {

the word "and" is, I think, not in the standard and only on gcc available. Try replacing it with "&&".
Please let me know if it works.

Edit:
Oh yes, I was wrong. It is a operator keyword but MS require a header... So same fix as above (or #include ).
Source: https://en.wikipedia.org/wiki/C_alternative_tokens

from curlcpp.

patodeborracha avatar patodeborracha commented on May 17, 2024

and to && work fine... thank you!!

1>------ Build started: Project: curlcpp, Configuration: Release Win32 ------
1>cl : Command line warning D9002: ignoring unknown option '-std=c++11'
1> curl_multi.cpp
1> curlcpp.vcxproj -> C:\Users\PatodeBorracha\Desktop\curlcpp-master\ProjectVS2013_x86\src\Release\curlcpp.lib
========== Build: 1 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========

from curlcpp.

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.