Code Monkey home page Code Monkey logo

waspp's People

Contributors

geeksen avatar mobilegameserver avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

mnpk

waspp's Issues

build failed on my arch linux

I tried this as root in proper directory:

pacman -S boost
pacman -S libmariadbclient
pacman -S openssl
pacman -S gnutls
pacman -S gperftools
cd waspp/src
cmake .

Got success until this:

make

Then I got this:

[  4%] Building CXX object CMakeFiles/waspp.dir/main.cpp.o
In file included from /var/waspp/src/connection.hpp:19:0,
                 from /var/waspp/src/server.hpp:17,
                 from /var/waspp/src/main.cpp:14:
/var/waspp/src/request_parser.hpp: In member function ‘boost::tuples::tuple<boost::logic::tribool, InputIterator> waspp::request_parser::parse(waspp::request&, InputIterator, InputIterator)’:
/var/waspp/src/request_parser.hpp:526:28: error: ‘lexical_cast’ is not a member of ‘boost’
       req.content_length = boost::lexical_cast<int>(req.header("Content-Length"));
                            ^
/var/waspp/src/request_parser.hpp:526:48: error: expected primary-expression before ‘int’
       req.content_length = boost::lexical_cast<int>(req.header("Content-Length"));
                                                ^
/var/waspp/src/request_parser.hpp:526:48: error: expected ‘;’ before ‘int’
/var/waspp/src/request_parser.hpp:557:29: error: ‘lexical_cast’ is not a member of ‘boost’
        req.content_length = boost::lexical_cast<int>(req.header("Content-Length"));
                             ^
/var/waspp/src/request_parser.hpp:557:49: error: expected primary-expression before ‘int’
        req.content_length = boost::lexical_cast<int>(req.header("Content-Length"));
                                                 ^
/var/waspp/src/request_parser.hpp:557:49: error: expected ‘;’ before ‘int’
/var/waspp/src/request_parser.hpp:576:29: error: ‘lexical_cast’ is not a member of ‘boost’
        req.content_length = boost::lexical_cast<int>(req.header("Content-Length"));
                             ^
/var/waspp/src/request_parser.hpp:576:49: error: expected primary-expression before ‘int’
        req.content_length = boost::lexical_cast<int>(req.header("Content-Length"));
                                                 ^
/var/waspp/src/request_parser.hpp:576:49: error: expected ‘;’ before ‘int’
CMakeFiles/waspp.dir/build.make:192: recipe for target 'CMakeFiles/waspp.dir/main.cpp.o' failed
make[2]: *** [CMakeFiles/waspp.dir/main.cpp.o] Error 1
CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/waspp.dir/all' failed
make[1]: *** [CMakeFiles/waspp.dir/all] Error 2
Makefile:76: recipe for target 'all' failed
make: *** [all] Error 2

on my arch linux machine:

Linux localarch 3.16.3-1-ARCH #1 SMP PREEMPT Wed Sep 17 21:54:13 CEST 2014 x86_64 GNU/Linux

with commit 40436e4

안녕하세요~ 빌드해보다가 에러나서 이슈 한번 써봤어요.

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.