Code Monkey home page Code Monkey logo

curlpp's Introduction

README
  Study the COPYING file for distribution terms and similar.

  Visit the cURLpp web site or mirrors for the latest news:

        http://rrette.com/curlpp.html

  To download the very latest source off the CVS server do this:

    cvs -d :pserver:[email protected]:/cvsroot/curlpp login

  (just press enter when asked for password)

    cvs -d :pserver:[email protected]:/cvsroot/curlpp co curlpp 

  (you'll get a directory named curl created, filled with the source code)

    cvs -d :pserver:[email protected]:/cvsroot/curlpp logout
        
  (you're off the hook!)

curlpp's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

curlpp's Issues

example14.cpp no longer works

Problem

examples/example14.cpp (multi example) no longer works

Steps to reproduce

g++ examples/example14.cpp -lcurl -lcurlpp
./a.out http://google.com http://bing.com

Expected Behavior

Both requests are completed and program execution resolves.

Observed Behavior

The program infinitely hangs

Notes

The loop on line 72 while(nbLeft) { infinitely cycles due to infinite select timeouts.

Make Install Failed: by error unused function readData

Command

$ make && sudo make install

Environment

OSX Yosemite 10.10.2
GNU Make 3.81
gxx version 6.1.0 

Output

Making all in src
Making all in utilspp
make[2]: Nothing to be done for `all'.
Making all in curlpp
Making all in internal
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
make[2]: Nothing to be done for `all-am'.
Making all in include
Making all in curlpp
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in internal
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
Making all in utilspp
Making all in functor
make[3]: Nothing to be done for `all'.
Making all in singleton
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
make[2]: Nothing to be done for `all-am'.
Making all in examples
g++ -DHAVE_CONFIG_H -I. -I../include/curlpp -I../include    -g  -W -Wall -Werror    -I/usr/local/include -MT example21.o -MD -MP -MF .deps/example21.Tpo -c -o example21.o example21.cpp
example21.cpp:51:8: error: unused function 'readData'
      [-Werror,-Wunused-function]
size_t readData(char *buffer, size_t size, size_t nitems)
       ^
1 error generated.
make[1]: *** [example21.o] Error 1
make: *** [all-recursive] Error 1

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.