Coder Social home page Coder Social logo

Comments (5)

efelix avatar efelix commented on June 16, 2024

Update ...

Build ok! , lib and examples, on Ubuntu Lucid: gcc 4.4.3, boost_1_47.

Build fail, examples, on Ubuntu Oneiric and Natty: gcc 4.5 and 4.6, boost_1_47

Thanks.

from websocketpp.

efelix avatar efelix commented on June 16, 2024

I thinks is a problem on Makefile.

On Lucid :
.
.
root@134_lucid-dev:/DEVELOP/websocketpp# ldd libwebsocketpp.so.0.1.0
linux-gate.so.1 => (0xb7819000)
libboost_system.so.1.47.0 => /DEVELOP/boost_1_47_0/stage/lib/libboost_system.so.1.47.0 (0xb778b000)
libboost_date_time.so.1.47.0 => /DEVELOP/boost_1_47_0/stage/lib/libboost_date_time.so.1.47.0 (0xb777b000)
libboost_regex.so.1.47.0 => /DEVELOP/boost_1_47_0/stage/lib/libboost_regex.so.1.47.0 (0xb7680000)
libboost_random.so.1.47.0 => /DEVELOP/boost_1_47_0/stage/lib/libboost_random.so.1.47.0 (0xb767b000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7585000)
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb755f000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7540000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb73e5000)
librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0xb73dc000)
libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb73c3000)
libicuuc.so.42 => /usr/lib/libicuuc.so.42 (0xb727f000)
libicui18n.so.42 => /usr/lib/libicui18n.so.42 (0xb70c6000)
libicudata.so.42 => /usr/lib/libicudata.so.42 (0xb617f000)
/lib/ld-linux.so.2 (0xb781a000)
root@134_lucid-dev:/DEVELOP/websocketpp#
.
.

On Oneiric
.
root@132_oneiric-dev:/DEVELOP/websocketpp# ldd libwebsocketpp.so.0.1.0
linux-gate.so.1 => (0xb7799000)
libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xb762b000)
libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xb760d000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb7490000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb7466000)
/lib/ld-linux.so.2 (0xb779a000)
root@132_oneiric-dev:/DEVELOP/websocketpp#
.

from websocketpp.

zaphoyd avatar zaphoyd commented on June 16, 2024

Interesting. I'll see if I can get a copy of one of these up and running for testing

from websocketpp.

efelix avatar efelix commented on June 16, 2024

I base my development setup on LXC, Linux Container, working great on ubuntu. Just need kernel >2.6.29 . Tell me is you need some tips to setup LXC.

from websocketpp.

zaphoyd avatar zaphoyd commented on June 16, 2024

The latest policy-refactor makefiles correct this issue and builds have been tested on ubuntu 10.04, 10.10, and 11.10

from websocketpp.

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.