Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 21-03-2018, 04:26   #91
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,633
Images: 2
Re: OpenCPN Version 4.8.2 Released

This is the most current version (the programming head)
https://ci.appveyor.com/project/bdbc....194/artifacts

but I don't know if Pavel had in mind some other earlier version.
rgleason is offline   Reply With Quote
Old 21-03-2018, 06:41   #92
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,150
Re: OpenCPN Version 4.8.2 Released

Fuss..
Be careful! The version rgleason refer to is a alpha version of new implementations for O version 5.0. I'm rather sure it will work, I'm using it myself, but not with all plugins built for O 4.8.2. The Github version of the alpha 4.99 is mainly for those building from source and test. All external plugins have to be built against the new code to work in that version of OCPN.
Håkan
Hakan is offline   Reply With Quote
Old 22-03-2018, 08:07   #93
Registered User

Join Date: May 2006
Posts: 1,146
Re: OpenCPN Version 4.8.2 Released

Quote:
Originally Posted by Hakan View Post
Fuss..
Be careful! The version rgleason refer to is a alpha version of new implementations for O version 5.0. I'm rather sure it will work, I'm using it myself, but not with all plugins built for O 4.8.2. The Github version of the alpha 4.99 is mainly for those building from source and test. All external plugins have to be built against the new code to work in that version of OCPN.
Håkan
I tested it now under windows XP build 4.99.0 and the downloader is there.
So it is only the 4.8.2 that it is missing.
I guess when the next release is official then it will be back.
Thanks John
Fuss is offline   Reply With Quote
Old 23-03-2018, 03:24   #94
Registered User

Join Date: Feb 2010
Location: Saint Petersburg, Russia
Boat: Westerly 33AK, 33 feet
Posts: 14
Send a message via Skype™ to Knaz
Question Re: OpenCPN Version 4.8.2 Released

"Incompatible version plugins" again
I am already see it: http://www.cruisersforum.com/forums/...-160561-8.html

My system: Debian 9 (Stretch) 64-bit. I am compiled and install 4.8.2 from src (current GitHub). After start with old .conf (all plugins reinstalled from "make install"):
=========opencpn.log==========
PlugInManager searching for PlugIns in location /usr/local/lib/opencpn
Incompatible plugin detected: /usr/local/lib/opencpn/libgrib_pi.so
Incompatible plugin detected: /usr/local/lib/opencpn/libwmm_pi.so
Loading World Chart Q=4 in 0 ms.
Incompatible plugin detected: /usr/local/lib/opencpn/libchartdldr_pi.so
Loading World Chart Q=4 in 0 ms.
Incompatible plugin detected: /usr/local/lib/opencpn/libdashboard_pi.so
============================
Compiled and install 4.8.0 - the same.
Delete opencp.conf and start again - the same.

In path and really in system only one directory of opencpn plugins.

wxWidgets ver. 3.0.4, libgtk ver. 2.

I am used OpenCPN from 2010 (from repository and src) without any problems.

What else I can check?
Knaz is offline   Reply With Quote
Old 23-03-2018, 05:31   #95
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,211
Re: OpenCPN Version 4.8.2 Released

Quote:
Originally Posted by Knaz View Post
"Incompatible version plugins" again
I am already see it: http://www.cruisersforum.com/forums/...-160561-8.html

My system: Debian 9 (Stretch) 64-bit. I am compiled and install 4.8.2 from src (current GitHub). After start with old .conf (all plugins reinstalled from "make install"):
=========opencpn.log==========
PlugInManager searching for PlugIns in location /usr/local/lib/opencpn
Incompatible plugin detected: /usr/local/lib/opencpn/libgrib_pi.so
Incompatible plugin detected: /usr/local/lib/opencpn/libwmm_pi.so
Loading World Chart Q=4 in 0 ms.
Incompatible plugin detected: /usr/local/lib/opencpn/libchartdldr_pi.so
Loading World Chart Q=4 in 0 ms.
Incompatible plugin detected: /usr/local/lib/opencpn/libdashboard_pi.so
============================
Compiled and install 4.8.0 - the same.
Delete opencp.conf and start again - the same.

In path and really in system only one directory of opencpn plugins.

wxWidgets ver. 3.0.4, libgtk ver. 2.

I am used OpenCPN from 2010 (from repository and src) without any problems.

What else I can check?
Not enough information.
You may sure replace the body of the bool PlugInManager::CheckPluginCompatibility(wxString plugin_file) function by a simple
Code:
return true;
But it would sure be more helpful if you actually tried to profile it and told us why it is unhappy on your particular system.

Pavel
nohal is offline   Reply With Quote
Old 23-03-2018, 05:44   #96
Registered User

Join Date: Feb 2010
Location: Saint Petersburg, Russia
Boat: Westerly 33AK, 33 feet
Posts: 14
Send a message via Skype™ to Knaz
Arrow Re: OpenCPN Version 4.8.2 Released

Pavel,

Which version of wxWidgets, gtk, libc, etc is "normal" for OpenCPN 4.8.2?
In Stretch we have many changes... And lot of new defaults versions of libraries.

Page about compiling OpenCPN on OpenCPN.org return 404 error

How I can profile for you my own system (now I try my big PC, but I have two notebooks in plans)?
Knaz is offline   Reply With Quote
Old 23-03-2018, 05:54   #97
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,211
Re: OpenCPN Version 4.8.2 Released

Quote:
Originally Posted by Knaz View Post
Pavel,

Which version of wxWidgets, gtk, libc, etc is "normal" for OpenCPN 4.8.2?
In Stretch we have many changes... And lot of new defaults versions of libraries.
The one available from the repositories. If it momentarily is unusable, we have to find out why and work it around.
Quote:
Page about compiling OpenCPN on OpenCPN.org return 404 error
Which page? Linked from where? The instructions are at https://opencpn.org/wiki/dokuwiki/do...ompiling_linux
Quote:
How I can profile for you my own system (now I try my big PC, but I have two notebooks in plans)?
Depends on what tools you are used to.
The poor man's way is to simply add
Code:
std::cout << "We got all the way here..." << std::endl;
to wherever needed, run the program from the command line and watch your terminal.

Pavel
nohal is offline   Reply With Quote
Old 23-03-2018, 06:11   #98
Registered User

Join Date: Feb 2011
Posts: 1,108
Re: OpenCPN Version 4.8.2 Released

Regarding Zone time use in Opencpn, someone will have to look at it.
Japan, South Korea China are not using daylight summer time after the 11 of march. Could you please check this and update the zone time file?
Best Reards.
P_Dub is offline   Reply With Quote
Old 23-03-2018, 06:16   #99
Registered User

Join Date: Feb 2010
Location: Saint Petersburg, Russia
Boat: Westerly 33AK, 33 feet
Posts: 14
Send a message via Skype™ to Knaz
Re: OpenCPN Version 4.8.2 Released

Quote:
Originally Posted by nohal View Post
The one available from the repositories. If it momentarily is unusable, we have to find out why and work it around.

Which page? Linked from where? The instructions are at https://opencpn.org/wiki/dokuwiki/do...ompiling_linux

Depends on what tools you are used to.
The poor man's way is to simply add
Code:
std::cout << "We got all the way here..." << std::endl;
to wherever needed, run the program from the command line and watch your terminal.

Pavel
I talk about this page (very-old):https://opencpn.org/wiki/dokuwiki/do...allation:linux

In point "Other 32, 64bits, the armhf architecture, Linux Distributions and the BSD operating systems

"
404 error.

And thank you very much for this link! https://opencpn.org/wiki/dokuwiki/do...ompiling_linux

Now I am just (re) install all depended packages. gpsd, lzma and sqlite was not installed.
Knaz is offline   Reply With Quote
Old 23-03-2018, 06:41   #100
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,633
Images: 2
Re: OpenCPN Version 4.8.2 Released

@Knaz
We have to depend on Users to update these pages sometimes. Can you please be more specific regarding necessary changes to this page, or perhaps rewrite portions if you feel competent to do so?

If not, perhaps someone else familiar with Linux can take a careful look a this page since it is the Main Installation Instructions for Linux and Knaz has made a serious charge.
https://opencpn.org/wiki/dokuwiki/do...allation:linux
rgleason is offline   Reply With Quote
Old 23-03-2018, 06:52   #101
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,633
Images: 2
Re: OpenCPN Version 4.8.2 Released

P_Dub,
It is my impression that this is a somewhat picky thing to program (I might be wrong about that), but wouldn't it be best to put a very full description of the problem in Tracker somewhere? Perhaps it will get looked at.

Quote:
Originally Posted by P_Dub View Post
Regarding Zone time use in Opencpn, someone will have to look at it.
Japan, South Korea China are not using daylight summer time after the 11 of march. Could you please check this and update the zone time file?
Best Reards.
rgleason is offline   Reply With Quote
Old 23-03-2018, 07:12   #102
Registered User

Join Date: Feb 2010
Location: Saint Petersburg, Russia
Boat: Westerly 33AK, 33 feet
Posts: 14
Send a message via Skype™ to Knaz
Talking Re: OpenCPN Version 4.8.2 Released

Quote:
Originally Posted by Knaz View Post
Now I am just (re) install all depended packages. gpsd, lzma and sqlite was not installed.
After this error is out!

Included plugins worked!
Knaz is offline   Reply With Quote
Old 23-03-2018, 07:15   #103
Registered User

Join Date: Feb 2010
Location: Saint Petersburg, Russia
Boat: Westerly 33AK, 33 feet
Posts: 14
Send a message via Skype™ to Knaz
Re: OpenCPN Version 4.8.2 Released

Quote:
Originally Posted by rgleason View Post
@Knaz
We have to depend on Users to update these pages sometimes. Can you please be more specific regarding necessary changes to this page, or perhaps rewrite portions if you feel competent to do so?

If not, perhaps someone else familiar with Linux can take a careful look a this page since it is the Main Installation Instructions for Linux and Knaz has made a serious charge.
https://opencpn.org/wiki/dokuwiki/do...allation:linux
OK, I will try inspect this page.
Knaz is offline   Reply With Quote
Old 23-03-2018, 09:38   #104
Registered User

Join Date: Feb 2011
Posts: 1,108
Re: OpenCPN Version 4.8.2 Released

Quote:
Originally Posted by rgleason View Post
P_Dub,
It is my impression that this is a somewhat picky thing to program (I might be wrong about that), but wouldn't it be best to put a very full description of the problem in Tracker somewhere? Perhaps it will get looked at.
address of repository please?
Can't find it!
P_Dub is offline   Reply With Quote
Old 23-03-2018, 11:01   #105
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,633
Images: 2
Re: OpenCPN Version 4.8.2 Released

Quote:
Originally Posted by P_Dub View Post
address of repository please?
Can't find it!
You don't know Tracker? Flyspray?
https://opencpn.org/flyspray/

Register first
rgleason is offline   Reply With Quote
Reply

Tags
enc, lease, opencpn


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenCPN Beta Version 3.1.814 Released bdbcat OpenCPN 185 14-09-2012 07:43
OpenCPN Beta Version 3.1.802 Released bdbcat OpenCPN 158 14-08-2012 10:07
OpenCPN Beta Version 3.1.714 Released bdbcat OpenCPN 91 01-08-2012 17:08

Advertise Here


All times are GMT -7. The time now is 13:59.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.