Issue migrated to bitbucket

-- 
You received this bug notification because you are a member of
Leaningtech Team, which is subscribed to Cheerp.
https://bugs.launchpad.net/bugs/1412596

Title:
  Pion header not found RPC

Status in Cheerp:
  Won't Fix

Bug description:
  Hi,

  I'm trying to compile the "hello server" example from the website, but
  it seems the current cheerp git repo is using old pion library
  headers.

  --------------
  /opt/cheerp/bin/clang++ -cheerp-side=server -O3 
/opt/cheerp/share/cheerp/server_stub.cpp 
/opt/cheerp/share/cheerp/deserializer.cpp helloclient.cpp -o helloserver 
-lboost_system -lpion-net-4.0 -pthread -lpion-common-4.0 -lboost_thread -lssl 
-lcrypto -llog4cpp
  /opt/cheerp/share/cheerp/server_stub.cpp:23:10: fatal error: 
        'pion/net/HTTPServer.hpp' file not found
  #include <pion/net/HTTPServer.hpp>
  --------------

  I'm using pion version 5.0.5, and it seems that headers with the prefix HTTP 
have moved to pion/http/ directory.
  Also, pion functions naming code style change from polish style to STL 
underscore style (e.g  getIOService() becomes get_io_service(), etc... ).

To manage notifications about this bug go to:
https://bugs.launchpad.net/cheerp/+bug/1412596/+subscriptions

-- 
Mailing list: https://launchpad.net/~leaningtech-dev
Post to     : leaningtech-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~leaningtech-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to