Cruisers Forum
 


Closed Thread
  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 26-05-2010, 15:45   #586
Registered User

Join Date: May 2010
Posts: 49
I could not recreate the problem.
Sorry for te confusion.
bobmor99 is offline  
Old 26-05-2010, 21:23   #587
Long Range Cruiser
 
MarkJ's Avatar

Join Date: Dec 2007
Location: Australian living on "Sea Life" currently in England.
Boat: Beneteau 393 "Sea Life"
Posts: 12,822
Images: 25
When is the Windows version of 524 becoming available?


The website still only has OpenCPN BETA 2.1.0 Build 520 for Windows® 98/ME/2000/XP/Vista




Thanks
__________________
Notes on a Circumnavigation.
OurLifeAtSea.com

Somalia Pirates and our Convoy
MarkJ is offline  
Old 27-05-2010, 02:00   #588
Registered User
 
Netsurfer's Avatar

Join Date: Jan 2010
Location: Cologne, Germany
Boat: Beneteau Oceanis 331
Posts: 557
Quote:
Originally Posted by MarkJ View Post
When is the Windows version of 524 becoming available?
You're not up-to-date.
The current beta is already 526a.
You can download (my self-compiled) exe here: OpenCPN Downloads | OpenCPN.de
(it is just the EXE file - so you must have version 2.1.0 already be installed to just replace the exe)

Gunther
Netsurfer is offline  
Old 27-05-2010, 03:55   #589
Registered User

Join Date: May 2010
Posts: 10
Hi Netsurfer.
My norton Antivirus complain about Opencpn526.exe says it contain network virus WS reputation 1, I don't know if my norton is sensitive or if you have a problem.
Sincerely / Per
forsbpe is offline  
Old 27-05-2010, 04:10   #590
Registered User

Join Date: May 2010
Location: Cairns Nth Qld, Australia
Posts: 34
I loaded and installed fine on w7 with no virus, problem I have is that I could not load on my boat laptop running xp sp3.
Anyway I detected no virus at all running the latest Clamwin
tebsin is offline  
Old 27-05-2010, 08:11   #591
Registered User
 
petermoree's Avatar

Join Date: Apr 2010
Location: Netherlands
Boat: TINTEL (36ft Hoek design) see https://www.moree.nl/tintel
Posts: 126
Your compilation works fine under Vista and XP SP3

Thanks

Peter
petermoree is offline  
Old 27-05-2010, 09:00   #592
Registered User
 
BluegillBoy's Avatar

Join Date: Mar 2010
Location: Chicago summers, gulf during winters
Boat: Endeavour TrawlerCat 36 - My Bluegill Heaven
Posts: 180
build 526a

works fine for me XP sp3. McAfee says no virus.

thanks for the compliation, btw.

and thanks to all for fixing that negative skew problem. this is looking astounding! i'm cruising the next four days and will get some real world testing in.
BluegillBoy is offline  
Old 27-05-2010, 16:21   #593
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,401
OpenCPN Beta Build 527a

Hi testers!

OpenCPN Version 2.1.0 Beta Build 527a is ready for download:

Note the new link:
http://opencpn.org/downloads/beta/opencpn_210_setup.exe

Changelog:

132. Correct Depth unit indicator in quilt mode.
133. Correct for chart skew values of both polarities.
134. Update chart info window for S57 ENCs.
135. Implement NMEA GGA sentence.
136. New Icons, thanks Will.
137. Correct quilt logic in Course-Up mode.
138. Correct StackUp/StackDown tool logic for quilting.
139. Correct for "Meters and decimeters" display
140. Correct RouteManager "To" field contents update.
141. Final icons
142. Add "Start/End" tags to GPX route/track output files
143. Save "viz/inviz" tag on GPX Routes and Tracks
144. Switch back to low definition on Course-Up chart rotation.
145. Implement CourseUp/NorthUp toggle by clicking on compass rose icon.
146. Implement support for newest gpsd library functions in linux builds.

---Release Beta 527a---


CVS updated.

Notes:

144. We needed to switch back to low-res rotation model for performance reasons, especially for toolbar access. This is an opportunity for improvement.....
145. Standard north-up icon is blue in color. Derived from the red icon. Course-up mode or skewed charts show the previous red icon, rotated appropriately. Clicking on the icon itself toggles between Course-up and North-up (or natural-up for skewed charts.)
146. Linux users now have the most modern gpsd libary support. If the library is available, the config process will detect it and link appropriately. Please test if you can. I think we will have some version dependency problems to iron out.

cmake: linux users are encouraged to move away from automake/autoconf tools and toward cmake. Auto-tool scripts will not be maintained on CVS after this release, and will be removed in due course.

i18n: Final .pot and .po files are available on CVS server. Please email your updates to me directly, email address in the toolbox->authors tab. I'll integrate is I get them checked in. With the new cmake process, I plan to remove the .mo files from the CVS server, since they are a make product.

debian: linux users are encouraged to build and test the .deb package from the cmake scripts. $make package I plan for this .deb package to be the one uploaded to sourceforge for general download on this release. I suspect there may be dependency problems yet on this......


This is really the last call for annoying but easy to fix bugs. I consider Build 527a to be a Release Candidate.....

Thanks for all your interest and feedback
Dave
bdbcat is offline  
Old 27-05-2010, 17:33   #594
Registered User

Join Date: May 2010
Posts: 49
Dave et. al.,
I will try to help with testing. I am still confused by cmake. It was very easy to follow the automake/autoconf instructions. Might someone provide simple instructions for downloading the latest debian/ubuntu beta release and using cmake? Sorry for my newbie-ness.
TIA
--Bob M
bobmor99 is offline  
Old 27-05-2010, 17:59   #595
Registered User

Join Date: Aug 2009
Posts: 189
bobmor99,

You are not alone, don'worry ! I have installed cmake but I don't know what to do whith this thing !
I guess they will tell us when it will be time.

Jean-Pierre
jpiebrig is offline  
Old 27-05-2010, 18:35   #596
Registered User
 
manimaul's Avatar

Join Date: Feb 2008
Location: Seattle, WA
Posts: 416
Quote:
Originally Posted by jpiebrig View Post
bobmor99,

You are not alone, don'worry ! I have installed cmake but I don't know what to do whith this thing !
I guess they will tell us when it will be time.

Jean-Pierre

really easy...
of course
Code:
sudo apt-get install cmake
first then

Code:
cmake .
make
sudo make install
* use
Code:
cmake -i .
if you want install options
__________________
Marine Navigation for Android:
https://mxmariner.com
manimaul is offline  
Old 27-05-2010, 20:13   #597
Registered User
 
manimaul's Avatar

Join Date: Feb 2008
Location: Seattle, WA
Posts: 416
segmentation fault

Panning on chart NOAA chart 18429_1 causes segmentation fault in quilting mode.

048 32.262 N
122 39.413 W

DDD backtrace screenshot:
__________________
Marine Navigation for Android:
https://mxmariner.com
manimaul is offline  
Old 28-05-2010, 00:34   #598
Registered User

Join Date: May 2010
Location: Cairns Nth Qld, Australia
Posts: 34
Just returned from a 6hr voyage using 34 waypionts, and lots of coarse changes, OpenCPN Version 2.1.0 Beta Build 527a work flawlessly, I was trying to find some fault, nothing found, simply just the best chartplotter I have used, and I think at some stage Ive tried them all, to all those involed in the development, Well Done and Thank You so Much
tebsin is offline  
Old 28-05-2010, 08:22   #599
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,401
Will...

I added code to try to catch this elusive fault.

Checkout CVS.
Rebuild.
Run without ddd (it gets in the way of my SIGSEGV catcher)

The fault will be caught if it happens, and log info produced. You may see a corrupted chart render, and that will be your clue to exit and look at the logfile. You should not see SIGSEGV, at least in this particular place....

No affect on Windows. Fault catcher is not compiled.

Good Luck
Dave
bdbcat is offline  
Old 28-05-2010, 08:53   #600
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,401
Volunteers needed....

Hi there!

Looking for a volunteer to update README and INSTALL to:

a. Remove detailed references to installation from README. Point the reader to INSTALL instead. README should be generic, not even version specific if possible.

b. Update INSTALL to reflect dropping autotools and adding cmake. Update Windows source build procedure. Talk about .debian and rpm packages as appropriate. Make it more noob friendly overall....

Here is your big chance to get on the opencpn author's list

Current (old and tired) README and INSTALL are on CVS.

Thanks
Dave
bdbcat is offline  
Closed Thread


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 Version 1.3.5 Beta Technical bdbcat OpenCPN 544 24-03-2010 10:34
OpenCPN Version 1.3.6 Release bdbcat OpenCPN 32 30-01-2010 05:07

Advertise Here


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


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.