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 24-05-2010, 08:13   #556
Registered User

Join Date: Jul 2009
Location: Oriental, NC
Boat: Cal2/46
Posts: 14
Build 523a - compile error on Fedora 12

Building CVS on Fedora 12 I'm getting the following error:

.deps/s57chart.Tpo -c -o s57chart.o `test -f 'src/s57chart.cpp' || echo './'`src/s57chart.cpp
src/s57chart.cpp: In member function ‘int s57chart::BuildRAZFromSENCFile(const wxString&)’:
src/s57chart.cpp:4625: error: no matching function for call to ‘wxDateTime::ParseFormat(wxString&, const char [7])’

This patch appears to correct the problem:

--- s57chart.cpp.orig 2010-05-24 11:02:33.000000000 -0400
+++ s57chart.cpp 2010-05-24 11:03:54.000000000 -0400
@@ -4622,7 +4622,7 @@

// Set some base class values
wxDateTime upd;
- upd.ParseFormat(date_upd, "%Y%m%d");
+ upd.ParseFormat(date_upd, _T("%Y%m%d"));
upd.ResetTime();
m_EdDate = upd;
teotwawki is offline  
Old 24-05-2010, 09:07   #557
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,463
Build error on s57chart.cpp

CVS Fix uploaded now: 1600GMT Monday

Unicode....

Thanks
Dave
bdbcat is offline  
Old 24-05-2010, 10:19   #558
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Three small things.
The AIS icon with a frame around it, hasn't made into this beta.
There is very little visual indication, if quilting is on or off. The only persistent difference is the absence of zoom level value in the lower right hand corner, when quilting is on. Something more visual would be nice.
Same thing for North Up or Head Up. I suggest that the red compass north pointer, in the upper right corner is replaced by, for example, a blue "N", when the display is locked at North Up.
I don't have much time for testing, but head up + quilting seems to work OK now.

Thomas
cagney is offline  
Old 24-05-2010, 12:08   #559
Registered User
 
petermoree's Avatar

Join Date: Apr 2010
Location: Netherlands
Boat: TINTEL (36ft Hoek design) see https://www.moree.nl/tintel
Posts: 126
Build 523a not found

On the website it says:

The current beta release is 2.1.0 Build 523a, released May 23 , 2010.

When I download (windows version) I still get Build 520
So the link seems to be wrong

Peter
petermoree is offline  
Old 24-05-2010, 12:39   #560
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Not every beta version is immediately released with a compiled Windows version.
The line with the link to the compiled Win beta reads:
Quote:
Download OpenCPN BETA 2.1.0 Build 520 for Windows® 98/ME/2000/XP/Vista
which is exactly what you get. This is the latest release compiled for Win.
In his post, releasing this beta, Dave said
Quote:
Real Beta maybe tomorrow....
which, I'm sure, will contain a precompiled windows beta.
Please also note that no beta ever is released compiled for Linux or Mac.

Thomas
cagney is offline  
Old 24-05-2010, 15:46   #561
Registered User
 
manimaul's Avatar

Join Date: Feb 2008
Location: Seattle, WA
Posts: 416
Quote:
Originally Posted by cagney View Post
Three small things.
The AIS icon with a frame around it, hasn't made into this beta.
Thomas
icons.cpp and icons.h in the archive linked below replace the existing ones in src/bitmaps

My fault, I emailed Dave the wrong file.

Quote:
Originally Posted by manimaul View Post
Finished AIS icon/inidicators
Fixed compass and gps indicators
Finished Print icon
Finished GPX icons
Organized PNG code into groups in cpp and header to keep everything clean

http://matrixmariner.com/forum_attch...a_icons.tar.bz
__________________
Marine Navigation for Android:
https://mxmariner.com
manimaul is offline  
Old 24-05-2010, 16:29   #562
Registered User
 
manimaul's Avatar

Join Date: Feb 2008
Location: Seattle, WA
Posts: 416
Chart bar is very responsive now to cursor position and is working well. Chart highlighting is also responsive and accurate on BSB charts. Much improved!

Chart highlighting is not always accurate on s57 charts. Sometimes whole canvas is highlighted erroneously when hovering over the right-most small scale chart.
__________________
Marine Navigation for Android:
https://mxmariner.com
manimaul is offline  
Old 24-05-2010, 17:38   #563
Registered User

Join Date: Aug 2009
Posts: 189
Dave,

In quilting mode, when the depth units of the charts are either :
* METERS AND DECIMETERS
* Metres (and not METERS)
* FATHOMS AND FEET
the depth units are not shown on the screen.
But they are if you leave quilting mode.

Jean-Pierre
jpiebrig is offline  
Old 24-05-2010, 18:00   #564
Registered User

Join Date: Aug 2009
Posts: 189
For some charts, if you zoom, depth units are shown, for some others, never.

Jean-Pierre
jpiebrig is offline  
Old 24-05-2010, 18:58   #565
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,463
Depth Units...

jp....

Please try the new CVS code now (0200GMT).
I tried to fix the depth unit error, but there are many possibilities to consider....

Also, added "Start/End" tags to GPX file output/input.

Thanks
Dave
bdbcat is offline  
Old 24-05-2010, 20:23   #566
Registered User

Join Date: Oct 2009
Location: Lelystad, The Netherlands
Boat: vd Stadt 44, Ben the Boat
Posts: 236
Opening the route manager in Windows 524a
Attached Thumbnails
Click image for larger version

Name:	524a_1.jpg
Views:	216
Size:	322.3 KB
ID:	16454  
champ8242 is offline  
Old 25-05-2010, 01:10   #567
Registered User
 
Netsurfer's Avatar

Join Date: Jan 2010
Location: Cologne, Germany
Boat: Beneteau Oceanis 331
Posts: 557
Quote:
Originally Posted by champ8242 View Post
Opening the route manager in Windows 524a
Compiled from CVS at 0900 GMT and had no problems (Win 7).
Netsurfer is offline  
Old 25-05-2010, 01:40   #568
Registered User
 
bruce in oz's Avatar

Join Date: Nov 2008
Location: Nth Qld, Gulf of Carpentaria
Boat: 34ft Ganley Shadow, bilge keels
Posts: 93
ubuntu 10.04 & Version 2.1.0 Build 514

i usually run other stuff in virtualbox to get electronic charts on linux. no more, this is beautiful, if it wasnt so bloody cold i'd go out on deck and have a beer.

thanks for OpenCPN, its just like xmas, hmm better have a beer anyway
cheers
bruce in oz is offline  
Old 25-05-2010, 02:37   #569
Registered User

Join Date: May 2010
Posts: 10
Modified color Palette

I´ve modified the color palette for daylight to be more clear on a small screen during daylight.
I attach only the modified part of the file S52RAZDS.RLE found at C:\Program Files\OpenCPN\s57data in an XP installation.
Make a backup of original file and open the file with wordpad and copy and paste the section in the attached file (first part in the file).
I find it a lot easier to read this modified colors.
Best Regards / Per
Attached Files
File Type: doc S52RAZDS.doc (3.8 KB, 51 views)
forsbpe is offline  
Old 25-05-2010, 05:19   #570
Registered User

Join Date: Aug 2009
Posts: 189
Dave,

It seams to be good now for the depth units in quilting mode. Thanks.

Jean-Pierre
jpiebrig 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 10:34.


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.