Giter Club home page Giter Club logo

Comments (14)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
connection.hpp? XBT Tracker does not have a connection.hpp

Original comment by olafvdspek on 31 Oct 2014 at 2:58

from xbt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024

Original comment by olafvdspek on 31 Oct 2014 at 2:59

  • Changed state: Invalid

from xbt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
[deleted comment]

from xbt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
tried to install r2448 revision, here's the error

=======
In file included from connection.cpp:2:0:
connection.h:5:7: error: looser throw specifier for 'virtual 
Cconnection::~Cconn                                                             
                            ection()'
In file included from connection.h:3:0,
                 from connection.cpp:2:
client.h:10:10: error:   overriding 'virtual Cclient::~Cclient() noexcept 
(true)                                                                          
               '
In file included from server.cpp:5:0:
connection.h:5:7: error: looser throw specifier for 'virtual 
Cconnection::~Cconn                                                             
                            ection()'
In file included from connection.h:3:0,
                 from server.cpp:5:
client.h:10:10: error:   overriding 'virtual Cclient::~Cclient() noexcept 
(true)                                                                          
               '
======

Files downloaded from here =)

Original comment by [email protected] on 31 Oct 2014 at 6:33

from xbt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
For what versions of GCC and Boost?

You could try to replace 
virtual ~Cclient() = default;
by
virtual ~Cclient() { }

Original comment by olafvdspek on 31 Oct 2014 at 11:40

from xbt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
gcc version 4.7.2 (Debian 4.7.2-5)

boost version: 1.49.0.1

Original comment by [email protected] on 1 Nov 2014 at 12:24

from xbt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
I think it's a bug in Boost, but try the fix in #5.

BTW, where was that request.hpp from?

Original comment by olafvdspek on 1 Nov 2014 at 12:27

from xbt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
This file is not exist. I made a mistake
And what to do with the boost? I had already updated to the latest version

Original comment by [email protected] on 1 Nov 2014 at 12:33

from xbt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
Latest Boost version is 1.56 (soon 1.57), but it's not fixed yet.

Original comment by olafvdspek on 1 Nov 2014 at 12:35

from xbt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
I did this
apt-get install cmake g++ libboost-date-time-dev libboost-dev \
libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev \
libboost-serialization-dev libmysqlclient15-dev make subversion zlib1g-dev

Strange why not updated.
So I did as you said
virtual ~Cclient() = default;
by
virtual ~Cclient() { }

It worked. And how to get rid of the bugs in future updates?

Original comment by [email protected] on 1 Nov 2014 at 12:41

from xbt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
I updated Boost up to version 1.56, but the problem persists.

Original comment by [email protected] on 1 Nov 2014 at 10:19

from xbt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
As I said in #9, it's not fixed yet.

https://svn.boost.org/trac/boost/ticket/10698

Original comment by olafvdspek on 1 Nov 2014 at 10:47

from xbt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
It might not be an issue with GCC 4.9 though.

Original comment by olafvdspek on 1 Nov 2014 at 10:49

from xbt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
Okay. I will be manually correcting.

Original comment by [email protected] on 1 Nov 2014 at 11:09

from xbt.

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.