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 13-05-2016, 04:23   #1696
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,711
Images: 2
Re: Beta Test / Technical

I changed FS#2075 Tracker priority to high, since it is a Lost feature described in the User Manual.

http://www.cruisersforum.com/forums/...es-165912.html

http://willkamp.com/opencpn/flyspray...075&project=68
rgleason is offline   Reply With Quote
Old 24-05-2016, 05:23   #1697
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,711
Images: 2
Re: Beta Test / Technical


PlugIns for OpenCPN 4.2 | Official OpenCPN Homepage

Calculator
v1.3, released 2013-04-06 This is a calculator & mathematical expression parsing plugin.
Would you like to know your hull speed?

Download:
Source Code
Windows

Does not work with O4.2.0 and it should. There is a message that it is not compatible.

Also the plugin is version 1.3 rather than version 1.8. Isn't it possible to get the mu-parser version working with windows?

See: http://willkamp.com/opencpn/flyspray...s&task_id=2082
rgleason is offline   Reply With Quote
Old 29-06-2016, 22:09   #1698
Registered User

Join Date: Jun 2016
Posts: 10
Re: Beta Test / Technical

Quote:
Originally Posted by NahanniV View Post
I realize the code is in a state of flux right now, so I'm only posting this incase it might be helpful.

With the latest pull, cmake can't find CURL on my system even though it appears to be installed:

Code:
aruntu@aruntu:~/OpenCPN/build$ cmake ..
-- *** Build Architecture is armhf
-- *** Staging to build opencpn 4.1.915 ***
-- *** Package will NOT include documentation ***
-- *** Package will NOT include GSHHS data ***
-- *** Package will NOT include tide and current data ***
-- Building for wxGTK2
-- Found OpenGLESv1
-- Found wxWidgets...
-- -L/usr/local/lib;-pthread;;;-lwx_baseu_net-3.0;-lwx_baseu_xml-3.0;-lwx_gtk2u_html-3.0;-lwx_gtk2u_adv-3.0;-lwx_gtk2u_aui-3.0;-lwx_gtk2u_core-3.0;-lwx_baseu-3.0;-lwx_gtk2u_gl-3.0
-- 
-- *** Staging to build opencpn  ***
-- Build type: Release
-- *** Will install to /usr/local  ***
-- Found GTK2
-- Found Portaudio: /usr/lib/arm-linux-gnueabihf/libportaudio.so
-- Portaudio Found
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
  Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
Call Stack (most recent call first):
  /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-2.8/Modules/FindCURL.cmake:54 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  Curl.cmake:29 (FIND_PACKAGE)
  CMakeLists.txt:535 (INCLUDE)


-- Configuring incomplete, errors occurred!
See also "/home/aruntu/OpenCPN/build/CMakeFiles/CMakeOutput.log".
aruntu@aruntu:~/OpenCPN/build$


Hello
I got same problem when building OpenCPN in Linux.This problem occurring due to you are not exported Curl library path and curl include path correctly. OpenCPN using cmake to instead of configure so please read cmake documentation first .It is not same as ./configure .You can add your path dynamically or in static way.I will tell you how to use it in dynamic .

cmake -DCURL_LIBRARY="your path to curl library"/libcurl.so -DCURL_INCLUDE_DIR="Your path to curl include folder" /include ../

Note:Include exact path to libcur.so else u get error.

I am sure this will work. .
Abin...
abinp12 is offline   Reply With Quote
Old 08-07-2016, 11:32   #1699
Registered User
 
wingssail's Avatar

Join Date: Jan 2010
Location: On Vessel WINGS, wherever there's an ocean, currently in Mexico
Boat: Serendipity 43
Posts: 5,523
Send a message via AIM to wingssail Send a message via Skype™ to wingssail
Re: Beta Test / Technical

Some .kap charts no longer display correctly. (They work on 3.2 but not on any 4. release)

This is an example:

Since I don't see any difference in the kap file header I guess it is an issue with the scanned image, but OpenCPN 3 handles it

Fred
Attached Thumbnails
Click image for larger version

Name:	Problem Charts.jpg
Views:	178
Size:	217.8 KB
ID:	127567  
wingssail is offline   Reply With Quote
Old 08-07-2016, 11:35   #1700
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,234
Re: Beta Test / Technical

Fred...
Old versions of OpenCPN were correcting broken KAPs on the fly. The new ones don't do it anymore as the number of damaged charts circulating around decreased significantly and we gained some extra performance during chart loading.

To fix your charts, run bdbfix on them.

Pavel
nohal is offline   Reply With Quote
Old 09-07-2016, 07:11   #1701
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,711
Images: 2
Re: Beta Test / Technical

Added Kap info as FAQ.
FAQ | Official OpenCPN Homepage

Is bdbfix for linux only? Where is it found? Can Windows use it?
rgleason is offline   Reply With Quote
Old 09-07-2016, 07:38   #1702
Registered User
 
wingssail's Avatar

Join Date: Jan 2010
Location: On Vessel WINGS, wherever there's an ocean, currently in Mexico
Boat: Serendipity 43
Posts: 5,523
Send a message via AIM to wingssail Send a message via Skype™ to wingssail
Re: Beta Test / Technical

Thanks for the tip. bsbfix worked on the first chart I tried, now have about 260 to do but I think I can make a script to do that in one pass.

FYI bsbfix is in the libbsb project and can be downloaded here: https://sourceforge.net/projects/lib...e=typ_redirect
wingssail is offline   Reply With Quote
Old 13-07-2016, 12:01   #1703
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: Beta Test / Technical

Quote:
Originally Posted by rgleason View Post
Added Kap info as FAQ.
FAQ | Official OpenCPN Homepage

Is bdbfix for linux only? Where is it found? Can Windows use it?
Already described in libBSB | Official OpenCPN Homepage

/Thomas
cagney is offline   Reply With Quote
Old 19-07-2016, 17:52   #1704
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,711
Images: 2
Re: Beta Test / Technical

opencpn.org website is offline due to technical problems
"If you are the maintainer of this site, please check your database settings in the settings.php file and ensure that your hosting provider's database server is running."
rgleason is offline   Reply With Quote
Old 20-07-2016, 07:21   #1705
Registered User

Join Date: Aug 2010
Location: Holland
Boat: Westerly Konsort Duo 9meter
Posts: 43
Re: Beta Test / Technical

To all developers from OpenCPN.
Besides a great job done by the Ocpn team, we discovered one tiny mismatch in the program.
Since 1-11-2015 the new Inland-AIS-A standard version-2 entered into force. OCPN does not show shipnames from all new version-2 transponders?

With regards...
wad'nwind is offline   Reply With Quote
Old 20-07-2016, 08:40   #1706
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,711
Images: 2
Re: Beta Test / Technical

T.Cagney
Quote:
Already described in libBSB | Official OpenCPN Homepage
Thanks have made a link in the FAQs now.
rgleason is offline   Reply With Quote
Old 20-07-2016, 08:42   #1707
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,245
Re: Beta Test / Technical

wad'nwind.....
And the great job is continued. Already fixed in master source. Look here: http://www.cruisersforum.com/forums/...ml#post2170431
Håkan
Hakan is offline   Reply With Quote
Old 28-07-2016, 06:16   #1708
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,711
Images: 2
Re: Beta Test / Technical

Git fetch and pull of Opencpn.

Quote:
* master e16f7ca Merge pull request #685 from seandepagnier/texture_compression_fixes2
remotes/origin/HEAD -> origin/master
remotes/origin/android 7da6c5c 1.0.8
cd build
cmake -T v120_xp ..
cmake --build . --config release <completes with no errors
cpack <completes with errors

Quote:
C:\Users\Rick\Documents\GitHub\OpenCPN\build>cpack
CPack: Create package using NSIS
CPack: Install projects
CPack: - Install project: opencpn
CPack: Create package
CPack Error: Problem running NSIS command: "C:/Program Files (x86)/NSIS/Unicode/makensis.exe" "C:/Users/Rick/Documents/GitHub/OpenCPN/build/_CPack_Packages/win32/NSIS/project.nsi"
Please check C:/Users/Rick/Documents/GitHub/OpenCPN/build/_CPack_Packages/win32/NSIS/NSISOutput.log for errors
CPack Error: Problem compressing the directory
CPack Error: Error when generating package: OpenCPN
Error in script "C:/Users/Rick/Documents/GitHub/OpenCPN/build/_CPack_Packages/win32/NSIS/project.nsi" on line 2140 -- aborting creation process

log refers to line 2040
Möchten Sie die alte(n) Version(en) jetzt deinstallieren?"

What could be causing this?

Would like to update OpenCPN on this machine to current 4.5
rgleason is offline   Reply With Quote
Old 28-07-2016, 06:33   #1709
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,234
Re: Beta Test / Technical

Rick...
No problems here with the current master.
First of all clean your build directory completely and try again.
If it still doesn't work, try to remember what you did to your machine between the last time you successfully created the installer and now.

Pavel
nohal is offline   Reply With Quote
Old 28-07-2016, 07:29   #1710
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,711
Images: 2
Re: Beta Test / Technical

Pavel,
Good advice!
Just found OpenCPN 4.2.1 crashed due to 5 plugins that had been removed by Norton Scannning without even giving me notice. I turned off all additional plugins in opencpn.ini and overrode Norton "Suspicious.Cloud9" designation for several of the plugins and restored those files that I built. One of the quarantines was for a plugin under the NSIS directory.

Now Opencpn 2.1 runs fine, and I tried NSIS Packaging again with "cpack", but it still fails. I suspect Norton removed some valuable file and quarantined it. I'll find the problem...
I've got 154 days with Norton left, but have no idea what to do after that.

Thanks.
rgleason 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
Beta Marine Diesel michaelmrc Engines and Propulsion Systems 48 23-03-2016 13:44
Need some technical advice....antennas. Just a Tinch Marine Electronics 15 01-12-2007 15:57
Blue Sea Systems Technical Brief GordMay Electrical: Batteries, Generators & Solar 0 16-03-2007 04:16
technical difficulties witchcraft The Sailor's Confessional 1 30-05-2005 14:09
Dow Corning Technical Manual GordMay The Library 0 12-04-2005 16:25

Advertise Here


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


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.