Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B

C::B and wxWidgets 2.9.5 under Windows

<< < (4/9) > >>

mojca:
Thanks a lot to fuscated for appling the patches r9375-r9378.

mojca:

--- Quote from: stahta01 on October 01, 2013, 03:23:05 pm ---The changes to scintilla code will likely need submitted upstream to them for the changes to be put into CB.
--- End quote ---

I submitted a report to https://sourceforge.net/p/scintilla/bugs/1531/, but it was declined, saying that sources which use the CallTip.h should include <string>. (Honestly this seems a bit weird, in particular if the code that needs to include that header doesn't do anything with strings at all, it just needs the header to prevent a compile error.)

And wxScintilla seems pretty abandoned to me. At least I have no clue where to submit any bug reports. I saw that wxWidgets patches the code (see https://github.com/wxWidgets/wxWidgets/blob/master/src/stc/ScintillaWX.cpp) by adding the following to ScintillaWX.cpp:


--- Code: ---#if !wxUSE_STD_CONTAINERS && !wxUSE_STD_IOSTREAM && !wxUSE_STD_STRING
    #include "wx/beforestd.h"
    #include <string>
    #include "wx/afterstd.h"
#endif

--- End code ---

oBFusCATed:
It is not abandoned. See here for contacts http://www.scintilla.org/
I'm not sure where wxScintilla is developed, probably wxwidgets.
Morten would know better.

mojca:
No, Scintilla is not abandoned, but wxScintilla seems to be.

http://wxcode.sourceforge.net/showcomp.php?name=wxScintilla

oBFusCATed:

--- Quote from: stahta01 on October 01, 2013, 07:11:36 pm ---I believe my SDL patch for the wizard has still NOT been applied; but, I gave up on it long ago.

--- End quote ---
I don't see it in the patch tracker.

If you don't get your patches applied in time there are three options you have:
1. bug us more
2. become a developer
3. don't do patches

I suppose 3 is a bad option :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version