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 03-04-2010, 04:33   #91
Registered User

Join Date: Mar 2010
Location: Normandy, France
Boat: Flush Poker, 8.25m (Point Barre)
Posts: 340
Quote:
Originally Posted by idpnd View Post
Code:
install -p -m 644 ././po/opencpn_cs_CZ.mo /usr/share/locale/sv/LC_MESSAGES
install: cannot stat `././po/opencpn_cs_CZ.mo': No such file or directory
make[1]: *** [install-data-local] Error 1
make[1]: Leaving directory `/home/user/opencpn'
make: *** [install-am] Error 2
Not only the files are missing, but the install path is wrong (all goes in sv/ instead of cs/ pt/ & ru/).

Here's a patch :

Code:
Index: Makefile.am
===================================================================
RCS file: /cvsroot/opencpn/opencpn/Makefile.am,v
retrieving revision 1.28
diff -r1.28 Makefile.am
363a364,366
>     mkdir -p $(DESTDIR)$(datadir)/locale/pt/LC_MESSAGES
>     mkdir -p $(DESTDIR)$(datadir)/locale/cs/LC_MESSAGES
>     mkdir -p $(DESTDIR)$(datadir)/locale/ru/LC_MESSAGES
372,374c375,377
<     install -p -m 644 ./$(srcdir)/po/opencpn_pt_PT.mo $(DESTDIR)$(datadir)/locale/sv/LC_MESSAGES
<     install -p -m 644 ./$(srcdir)/po/opencpn_cs_CZ.mo $(DESTDIR)$(datadir)/locale/sv/LC_MESSAGES
<     install -p -m 644 ./$(srcdir)/po/opencpn_ru_RU.mo $(DESTDIR)$(datadir)/locale/sv/LC_MESSAGES
---
>     install -p -m 644 ./$(srcdir)/po/opencpn_pt_PT.mo $(DESTDIR)$(datadir)/locale/pt/LC_MESSAGES
>     install -p -m 644 ./$(srcdir)/po/opencpn_cs_CZ.mo $(DESTDIR)$(datadir)/locale/cs/LC_MESSAGES
>     install -p -m 644 ./$(srcdir)/po/opencpn_ru_RU.mo $(DESTDIR)$(datadir)/locale/ru/LC_MESSAGES
Index: Makefile.in
===================================================================
RCS file: /cvsroot/opencpn/opencpn/Makefile.in,v
retrieving revision 1.28
diff -r1.28 Makefile.in
2501a2502,2504
>     mkdir -p $(DESTDIR)$(datadir)/locale/pt/LC_MESSAGES
>     mkdir -p $(DESTDIR)$(datadir)/locale/cs/LC_MESSAGES
>     mkdir -p $(DESTDIR)$(datadir)/locale/ru/LC_MESSAGES
2510,2512c2513,2515
<     install -p -m 644 ./$(srcdir)/po/opencpn_pt_PT.mo $(DESTDIR)$(datadir)/locale/sv/LC_MESSAGES
<     install -p -m 644 ./$(srcdir)/po/opencpn_cs_CZ.mo $(DESTDIR)$(datadir)/locale/sv/LC_MESSAGES
<     install -p -m 644 ./$(srcdir)/po/opencpn_ru_RU.mo $(DESTDIR)$(datadir)/locale/sv/LC_MESSAGES
---
>     install -p -m 644 ./$(srcdir)/po/opencpn_pt_PT.mo $(DESTDIR)$(datadir)/locale/pt/LC_MESSAGES
>     install -p -m 644 ./$(srcdir)/po/opencpn_cs_CZ.mo $(DESTDIR)$(datadir)/locale/cs/LC_MESSAGES
>     install -p -m 644 ./$(srcdir)/po/opencpn_ru_RU.mo $(DESTDIR)$(datadir)/locale/ru/LC_MESSAGES
If someone with commit access can push this to CVS :-) Thanks

Dont forget to run configure after this patch or edit Makefile as well.

I couldn't find pt_PT in the internationalization thread.

cs_CZ is here: http://www.cruisersforum.com/forums/...tml#post429944

ru_RU here: http://www.cruisersforum.com/forums/...tml#post428344
SethDart is offline  
Old 03-04-2010, 04:46   #92
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
opencpn log

I had a new message last time I started OpenCPN,"opencpn.log will be moved to opencpn.log.log", and that was exactly what happened. Now two logs in my home directory, opencpn.log and opencpn.log.log.
Must be leftovers from hacks while developing/testing, I can't see any other reason. Or ...??

Thomas
cagney is offline  
Old 03-04-2010, 05:08   #93
Registered User
 
idpnd's Avatar

Join Date: Sep 2007
Location: Almería, ES
Boat: Chiquita 46 - Libertalia
Posts: 1,558
Quote:
Originally Posted by SethDart View Post
I couldn't find pt_PT in the internationalization thread.
Some files may have been emailed in directly

Quote:
Now two logs in my home directory, opencpn.log and opencpn.log.log.
Not at this end - very odd
__________________
sv Libertalia
idpnd is offline  
Old 03-04-2010, 05:16   #94
Registered User
 
HamishB's Avatar

Join Date: Jan 2010
Location: New Zealand
Posts: 286
Quote:
Originally Posted by SethDart View Post
If someone with commit access can push this to CVS :-) Thanks

Dont forget to run configure after this patch or edit Makefile as well.

fyi it is much safer to use a contextual "unidiff"


diff -u oldfile newfile > patch.diff

or set up a .cvsrc file like:
Code:
-z3
diff -u
update -dP
to have `cvs diff` do that automatically.


Hamish
HamishB is offline  
Old 03-04-2010, 07:44   #95
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Quote:
Originally Posted by idpnd View Post

Not at this end - very odd
It probably happens when the first log file reached max size.

Thomas
cagney is offline  
Old 03-04-2010, 07:54   #96
Registered User
 
Algarve's Avatar

Join Date: Mar 2010
Location: Faro - Portugal
Boat: Sessa Oyster18 Mercury 90hp Carb
Posts: 77
Who is it and what use?

Hello again
Sorry about that,
But here I am with a few more doubts!

Who is it and what use?



I do not understand why when we put the waypoint, the waypoin is not in the exact place where the boat is, but getting out where the mouse is. Why?
__________________
Best regards, Algarve...
Algarve is offline  
Old 03-04-2010, 08:03   #97
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Quote:
Originally Posted by Algarve View Post
Hello again
Sorry about that,
But here I am with a few more doubts!

Who is it and what use?

Have a look at the updated first page over at opencpn.org.
The first two pictures are illustrated answers to your questions.

Thomas
cagney is offline  
Old 03-04-2010, 09:01   #98
Registered User
 
Algarve's Avatar

Join Date: Mar 2010
Location: Faro - Portugal
Boat: Sessa Oyster18 Mercury 90hp Carb
Posts: 77
sorry but where in this initial post? Pics?
i´m not english
__________________
Best regards, Algarve...
Algarve is offline  
Old 03-04-2010, 09:15   #99
Registered User
 
idpnd's Avatar

Join Date: Sep 2007
Location: Almería, ES
Boat: Chiquita 46 - Libertalia
Posts: 1,558
The three screenshots show the new features, which are also controlled by the options you are asking about:

Chart quilting - fusão virtual das cartas
Course UP - rotação das cartas na direcção da viagem do barco

__________________
sv Libertalia
idpnd is offline  
Old 03-04-2010, 09:57   #100
Registered User
 
Algarve's Avatar

Join Date: Mar 2010
Location: Faro - Portugal
Boat: Sessa Oyster18 Mercury 90hp Carb
Posts: 77
Quote:
Originally Posted by idpnd View Post
The three screenshots show the new features, which are also controlled by the options you are asking about:

Chart quilting - fusão virtual das cartas
Course UP - rotação das cartas na direcção da viagem do barco

Many Thanks
__________________
Best regards, Algarve...
Algarve is offline  
Old 03-04-2010, 10:48   #101
Registered User

Join Date: Feb 2010
Posts: 619
Quote:
Originally Posted by cagney View Post
It probably happens when the first log file reached max size.

Thomas

That is exactly the case. This is meant for the long-distance cruisers, not to lose accidentally the LOGBOOK entries - recording positions, cog and sog every 30 minutes.

Piotr
PjotrC is offline  
Old 03-04-2010, 10:59   #102
Registered User

Join Date: Feb 2010
Posts: 619
Quote:
Originally Posted by cagney View Post
It all depends on where you are or what kind of navigation you are into!
...

But, ...there is definitely a need for a visual reminder of your settings in case some targets are suppressed. Hamish's suggestion and/or a different colour AIS button should work.

Thomas
Maybe some kind of prioritization would work, like drawing fast targets on top? The COG/SOG predictor should make them visible enough.

Anyone in or near Gibraltar? The fast ferry leaving Algeciras through the anchorage would be a good testing case, if a recording can be made...

P.
PjotrC is offline  
Old 03-04-2010, 18:09   #103
Registered User
 
manimaul's Avatar

Join Date: Feb 2008
Location: Seattle, WA
Posts: 416
Quote:
Originally Posted by bdbcat View Post
14. Course Up Mode: This code uses a fixed 15 second COG averaging/update period for the rotation angle. A compromise, again relating to performance and screen jitter effects. This mode is only testable at sea or with a GPS simulator, obviously.
We need to add a compass rose graphic to the display to indicate North in this mode, I think. Contributors?
I seem to be lacking any innovative ideas on this one. Perhaps simple is best:


The arrow is a separate graphic with center pixel as the center of the circle so it can rotate. Let me know if you want the pngs as cpp on this one.

Will
__________________
Marine Navigation for Android:
https://mxmariner.com
manimaul is offline  
Old 04-04-2010, 01:44   #104
Registered User
 
idpnd's Avatar

Join Date: Sep 2007
Location: Almería, ES
Boat: Chiquita 46 - Libertalia
Posts: 1,558
It's pretty and non-intrusive enough, looks great.. Is it semi-transparent & does this put an extra load on the processor?
__________________
sv Libertalia
idpnd is offline  
Old 04-04-2010, 02:14   #105
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Quote:
Originally Posted by PjotrC View Post

Anyone in or near Gibraltar? The fast ferry leaving Algeciras through the anchorage would be a good testing case, if a recording can be made...

P.
No not anywhere near Gib at the moment.
I have a few recorded AIS files available. Can't remember if I published them earlier. Maybe some help.....
AIS.PUGET is the one used by phiggins.
I'm hit with file size restrictions on this forum, but the
PUGET file should be available in this gzipped file.
http://www.dacust.com/phiggins/aisgps_sim-3.0.0.tar.gz

Thomas
Attached Files
File Type: doc AIS_dover_1.txt.doc (29.3 KB, 56 views)
File Type: doc AIS_dover_2.txt.doc (22.9 KB, 82 views)
cagney 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 02:56.


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.