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 19-05-2011, 21:11   #46
Registered User

Join Date: Jan 2011
Location: Hillarys Marina, Perth WA
Boat: Catalina 28
Posts: 7
Re: Logbook Plugin

Here are screen shots of what I have got
Ray
Attached Thumbnails
Click image for larger version

Name:	Plug-ins.jpg
Views:	191
Size:	155.9 KB
ID:	27577   Click image for larger version

Name:	plug-ins2.jpg
Views:	224
Size:	94.0 KB
ID:	27578  

Sheer2Magic is offline   Reply With Quote
Old 19-05-2011, 21:29   #47
Registered User

Join Date: Aug 2010
Posts: 298
Re: Logbook Plugin

I'm trying the latest beta on Windows. I was wondering if the current logbook plugin will become available again. Is so, any ideas on when will be availble?

Thanks!
George64 is offline   Reply With Quote
Old 19-05-2011, 23:38   #48
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,207
Re: Logbook Plugin

Ray and others...
1) the new plugins demand a new version of plugin API introduced in 2.4, so they don't work with 2.3.1 by design
2) there was an incompatible change in the API in the latest 2.4.506 beta, so the plugins have to be recompiled to work properly. Logbook still wasn't.
Said that, don't use the logbook plugin now unless you are able to build it from source yourself...

Pavel
nohal is offline   Reply With Quote
Old 20-05-2011, 00:27   #49
Registered User

Join Date: Jan 2011
Location: Hillarys Marina, Perth WA
Boat: Catalina 28
Posts: 7
Re: Logbook Plugin

Thanks Pavel, I tried 2.4.506 beta and although it did show up in the plug-ins tab the program kept crashing.

In your opinion am I better off sticking with 2.3.1 for the time being until the beta and plug-ins are sorted or perservere with 2.4.506 beta?

Thanks again
Ray
Sheer2Magic is offline   Reply With Quote
Old 20-05-2011, 03:31   #50
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,207
Re: Logbook Plugin

Ray,
yes the plugin needs to be recompiled to work with 2.4.506.
Which version to use depends on how adventurous you are. Betas are for testing, therefore they can (and sometimes are) broken. If you need a stable and well tested environment, stay with 2.3.1, if you want to help us testing, use the beta.

Pavel
nohal is offline   Reply With Quote
Old 20-05-2011, 03:40   #51
Registered User
 
Netsurfer's Avatar

Join Date: Jan 2010
Location: Cologne, Germany
Boat: Beneteau Oceanis 331
Posts: 557
Re: Logbook Plugin

Quote:
Originally Posted by nohal View Post
... unless you are able to build it from source yourself...
Where to find it?
__________________
Deutschsprachige Community- und Support-Website unter OpenCPN.de
Netsurfer is offline   Reply With Quote
Old 20-05-2011, 04:02   #52
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,207
Re: Logbook Plugin

https://github.com/OpenCPN/OpenCPN/tree/Logbook
nohal is offline   Reply With Quote
Old 20-05-2011, 04:07   #53
Registered User
 
Netsurfer's Avatar

Join Date: Jan 2010
Location: Cologne, Germany
Boat: Beneteau Oceanis 331
Posts: 557
Re: Logbook Plugin

Quote:
Originally Posted by nohal View Post
Aaah, ... thanks a lot Pavel.
Is there anything which needed to be changed to compile a working version for 2.4.506?
__________________
Deutschsprachige Community- und Support-Website unter OpenCPN.de
Netsurfer is offline   Reply With Quote
Old 20-05-2011, 04:33   #54
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,207
Re: Logbook Plugin

Gunther...
cd to your source tree
add the remote repository:
Code:
git remote add opencpngithub git://github.com/OpenCPN/OpenCPN.git
Fetch the contents of the repository
Code:
git fetch opencpngithub
Switch to the right branch
Code:
git checkout opencpngithub/Logbook
Merge with upstream (I suppose the SF repository is named origin, to check do git branch -a)
Code:
git merge origin/master
I hope there will be no conflicts, didn't build logbook with the latest code myself...
Build like normally
Code:
cd build
cmake ..
cmake --build . --target logbook_pi --config release
the dll will be in build\plugins\logbook_pi\Release

Later you don't have to add the remote repo again, just fetch, merge etc.

Same process for any other code repositories like mine, balp's, patrick's etc. if you want some of our code...

Git docs at https://git.wiki.kernel.org/index.php/GitDocumentation

Pavel
nohal is offline   Reply With Quote
Old 20-05-2011, 05:47   #55
Registered User
 
Netsurfer's Avatar

Join Date: Jan 2010
Location: Cologne, Germany
Boat: Beneteau Oceanis 331
Posts: 557
Re: Logbook Plugin

Pavel,

many thanks for your detailed description. I am using the GIT Extension for Windows (integrates in Explorer's context menu).
I don't know exactly how I managed things but in the end I got a new 'logbook_pi.dll' which is at least working with my (official) version of 2.4.506!

So here it is: http://opencpn.de/sites/default/file...logbook_pi.dll

Thanks
Gunther
__________________
Deutschsprachige Community- und Support-Website unter OpenCPN.de
Netsurfer is offline   Reply With Quote
Old 20-05-2011, 06:51   #56
Registered User
 
sailorF54's Avatar

Join Date: Dec 2009
Location: Perros-Guirec, France
Boat: Jeanneau Sunshine 36
Posts: 999
Re: Logbook Plugin

Quote:
Originally Posted by Netsurfer View Post

...which is at least working with my (official) version of 2.4.506!

Gunther
Still no crash for me (at home, hence not sailing!), updating every minute; waiting... (506; Vista)
sailorF54 is offline   Reply With Quote
Old 20-05-2011, 07:50   #57
Registered User
 
HappySeagull's Avatar

Join Date: Dec 2010
Location: B.C.,Canada
Boat: 29'
Posts: 2,423
Re: Logbook Plugin

Quote:
Originally Posted by nohal View Post
Ray,
yes the plugin needs to be recompiled to work with 2.4.506.
Which version to use depends on how adventurous you are. Betas are for testing, therefore they can (and sometimes are) broken. If you need a stable and well tested environment, stay with 2.3.1, if you want to help us testing, use the beta.

Pavel
would this first one work for Ray on 2.3.1? and earlier versions of other plugins?
http://www.cruisersforum.com/forums/f134/logbook-plugin-
58208.html#post659356

might be worth a try just to see it go after all the work!
HappySeagull is offline   Reply With Quote
Old 20-05-2011, 07:53   #58
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,207
Re: Logbook Plugin

nope.
nohal is offline   Reply With Quote
Old 20-05-2011, 08:05   #59
Registered User

Join Date: Mar 2010
Location: Normandy, France
Boat: Flush Poker, 8.25m (Point Barre)
Posts: 340
Re: Logbook Plugin

Hi all,

I've uploaded updated build for 2.4.506 to PlugIns | Official OpenCPN Homepage

Stay tuned.

I'll upload Logbook v0.2 tonight with XML/CSV selection, daily log file and user defined note.
SethDart is offline   Reply With Quote
Old 20-05-2011, 13:17   #60
Marine Service Provider
 
witzgall's Avatar

Join Date: Oct 2006
Location: Eastern Shore, MD
Boat: Camper Nicholson 44 Ketch
Posts: 2,060
Re: Logbook Plugin

So you can't use the new plugins with 2.3.1, and neither with the latest beta version, right? So how are people able to use them at all - I am clearly missing something.

Chris
witzgall is offline   Reply With Quote
Reply


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
Route Properties, Missing Functions James Baines OpenCPN 13 13-07-2011 04:31
Apelco xcd 350 Transducer Plug Pinout sdowney717 Marine Electronics 2 11-07-2011 19:01
Wiring a Male Serial Plug elhix Marine Electronics 0 07-07-2011 04:32

Advertise Here


All times are GMT -7. The time now is 15:40.


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.