Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

wxAuiManager preview issue under wxSmith cause C::B can't exit correctly

<< < (5/6) > >>

ollydbg:

--- Quote from: BlueHazzard on February 17, 2019, 02:15:33 pm ---Hi,
i can not build the latest C::B trunk on linux, because of the error message

--- Code: ---function is not a member of std
--- End code ---
To fix this i have to add

--- Code: ---#include <functor>
--- End code ---
at the top of the edited files

--- End quote ---
Sorry about that, because I don't use Linux most of the time. This does not happen on my Windows GCC 7.2. I think you can push your changes. Thanks.

oBFusCATed:
@bluehazzard: There is no <functor> header it is <functional> ...

BlueHazzard:

--- Quote from: oBFusCATed on February 17, 2019, 03:55:18 pm ---@bluehazzard: There is no <functor> header it is <functional> ...

--- End quote ---
yes, my fault. It is <functional>


--- Quote from: ollydbg on February 17, 2019, 03:10:26 pm ---Sorry about that, because I don't use Linux most of the time. This does not happen on my Windows GCC 7.2. I think you can push your changes. Thanks.

--- End quote ---
I think this is because windows uses precompiled headers? And linux not?
I will add the headers only in the cpp source files where it is needed

BlueHazzard:
Well here we are.... I have commited with the wrong message text... Is there a way to edit the commit message?

ollydbg:

--- Quote from: BlueHazzard on February 17, 2019, 04:14:46 pm ---Well here we are.... I have commited with the wrong message text... Is there a way to edit the commit message?

--- End quote ---
Yes, you can edit the commit message. Under Windows, you can do this in TortoiseSVN, and right click of that commit, it will shown in context menu.

PS: I remember I did this several years ago. Now, I don't use TortoiseSVN for a long time. :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version