-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building with wx3.0, plugin cannot be used with OpenCPN 5.8.2 #235
Comments
As the error message says, update your wxWidgets version to 3.2 |
The compilation instructions are somewhat outdated. Your best bet is to follow our continuous integration scripts, these always work on the right platform. For instance, either run or investigate |
Make sure you set
before calling the ci script to use/download wx 3.2. |
See |
Hi, thank you so much for your advice. |
Hi,
I investigated and commented the line and this time I got no error. The output of the ran is:
At this point, I load the plugin inside OpenCPN, and once I installed it, OpenCPN got stuck and after a while it quit. This is the log:
Do you have further suggest? |
I have suggested the wrong wx version for you as you are using Ubuntu 20.04 with an O version that is compiled for wx 3.0: 07:55:24.899 MESSAGE ocpn_app.cpp:1231 wxWidgets version: wxWidgets 3.0.4 Linux 64 bit wxGTK The entire wx 3.0 / 3.2 question is a big mess: OpenCPN really needs the functionality of 3.2 but on older Linux releases wx 3.0 is still the standard version. This is why they recommend flatpak. Is there a reason you want to compile this yourself? You can save yourself a whole heap of trouble by compiling inside docker containers, so that you can restart from scratch more easily. Would be cool if our compiling instructions helped you more with this. Once we had CI working we haven't invested much in this. |
Hi all,
First of all, thanks for your work.
I have some problem with the plugin installation.
I compiled the code just after cloned git, following the instruction inside "INSTALL.md"
I tried to compile both latest version (5.5.1 alpha) and the one that I installed with OpenCPN plugin manager and I'm currently using (5.5.0).
In both cases I get the same error when I try to install the plugin: "The plugin is not compatible with this version of OpenCPN, and will be uninstalled ."
My OpenCPN version is 5.8.2
That is the log:
Do you have any suggest?
Thank you
The text was updated successfully, but these errors were encountered: