Eran Ifrah

Results 192 comments of Eran Ifrah

I am using Windows 10 and it is working as expected. Make sure that you are using windows 10 20H1 and later. ([According to this](https://docs.wxwidgets.org/latest/classwx_app.html#af8c93d7e3345e62a58325f3ab1d158d6)) Right click on the Windows...

This should be fixed now. The following packages are now being built from sources by CodeLite: - OpenSSL - libSSH - libz - HunSpell - yaml-cpp CodeLite no longer expects...

I wonder why it "sees" the installed OpenSSL, it shouldn't have. The good news is that with the latest change, it should be easy to allow the user to specify...

This error looks like that the file `#include ` is being used from system directories and not from the build directory

Could you please and try building it without CodeLite? (mainly, to understand the root cause of this) It should be easy: ```bash cd codelite-src/submodules/openssl-cmake/ mkdir build-release cd $_ cmake .....

QQ: I see that libssh provides `libssh-config.cmake` and `libssh-config-release.cmake` do you have these files as part of your local builds, and where are these files are placed? (CodeLite does not...

No, I am using libssh (without the 2). On my mac using brew, there is no FindLibSSH.cmake file, only the one I mentioned above

Is there a document on how to attempt the upgrade?

What about new API in `stc.h`? Do I need to run some kind of python scripts or new methods are added manually? Also, I did notice that wx are using...

By your describe of the task, I hope I will have time to do this (I have zero knowledge on sci internals)...