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 06-03-2019, 13:21   #1171
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,766
Images: 2
Re: WeatherFax ...

Now this is the end of the build file (2 errors):

Code:
C:\project\weatherfax_pi\build\package.vcxproj" (default target) (1) ->
(PostBuildEvent target) -> 
  EXEC : CPack error : Error when generating package: weatherfax_pi [C:\project\weatherfax_pi\build\package.vcxproj]
  C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073: The command "setlocal [C:\project\weatherfax_pi\build\package.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073: cd C:\project\weatherfax_pi\build [C:\project\weatherfax_pi\build\package.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073: if %errorlevel% neq 0 goto :cmEnd [C:\project\weatherfax_pi\build\package.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073: C: [C:\project\weatherfax_pi\build\package.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073: if %errorlevel% neq 0 goto :cmEnd [C:\project\weatherfax_pi\build\package.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073: "C:\Program Files (x86)\CMake\bin\cpack.exe" -C release --config ./CPackConfig.cmake [C:\project\weatherfax_pi\build\package.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073: if %errorlevel% neq 0 goto :cmEnd [C:\project\weatherfax_pi\build\package.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073: :cmEnd [C:\project\weatherfax_pi\build\package.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073: endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone [C:\project\weatherfax_pi\build\package.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073: :cmErrorLevel [C:\project\weatherfax_pi\build\package.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073: exit /b %1 [C:\project\weatherfax_pi\build\package.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073: :cmDone [C:\project\weatherfax_pi\build\package.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073: if %errorlevel% neq 0 goto :VCEnd [C:\project\weatherfax_pi\build\package.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073: :VCEnd" exited with code 1. [C:\project\weatherfax_pi\build\package.vcxproj]

    37 Warning(s)
    2 Error(s)
rgleason is offline   Reply With Quote
Old 06-03-2019, 17:26   #1172
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,766
Images: 2
Re: WeatherFax ...

Now it is down to one error. ...."opencpn.lib" did not link.

https://ci.appveyor.com/project/rgle...uilds/22885546
Code:
"C:\project\weatherfax_pi\buildwin\weatherfax_pi.vcxproj" (default target) (4) ->
(Link target) -> 
  LINK : fatal error LNK1181: cannot open input file 'opencpn.lib' [C:\project\weatherfax_pi\buildwin\weatherfax_pi.vcxproj]

    35 Warning(s)
     1 Error(s)
Opencpn.lib should land in the "build" directory. These are the critical lines:



Code:
before_build:
  - cd c:\project\weatherfax_pi
  - mkdir build
  - cd build
  - ps: Start-FileDownload https://downloads.sourceforge.net/project/opencpnplugins/opencpn_lib/4.99.1405-vc141_xp/opencpn.lib
When I use the url, I get to the correct place and opencpn.lib downloads.
rgleason is offline   Reply With Quote
Old 06-03-2019, 20:02   #1173
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,766
Images: 2
Re: WeatherFax ...

Still getting two errors,


https://ci.appveyor.com/project/rgle...uilds/22887325
rgleason is offline   Reply With Quote
Old 06-03-2019, 23:17   #1174
Registered User

Join Date: Mar 2017
Location: Brittany, France
Boat: First 18
Posts: 323
Re: WeatherFax ...

Rick,

When you look at the build output, you should start from the beginning of the log and search for all 'error' occurences. There are some due to files being called error.c etc, but you will find that the first real error is:

CMake Error at C:/project/weatherfax_pi/build/cmake_install.cmake:40 (file):
file INSTALL cannot find "C:/project/weatherfax_pi/buildwin/PVW32Con.exe".

And indeed, when I look to the latest version of your appveyor.yml file on the ov50 branch:
https://github.com/rgleason/weatherf...0/appveyor.yml
I don't see where PVW32Con.exe is downloaded. So I persist, you must re-add the lines you removed which download PVW32Con.exe into the buildwin directory.

Stelian.
stelian is offline   Reply With Quote
Old 07-03-2019, 05:29   #1175
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,766
Images: 2
Re: WeatherFax ...

From the Console Output for that version of appveyor
I have inserted a bunch of dir c:\project\weatherfax_pi.... to see what is actually happening.

Code:
Start-FileDownload https://sourceforge.net/projects/ope...taudio-vc12.7z
Downloading portaudio-vc12.7z (87,122 bytes)...100%
7z x -y portaudio-vc12.7z -oc:\project\weatherfax_pi\buildwin
7-Zip 18.05 (x64) : Copyright (c) 1999-2018 Igor Pavlov : 2018-04-30
Extracting archive: portaudio-vc12.7z--
Path = portaudio-vc12.7z
..
Everything is Ok
The absolute path is "c:\project\weatherfax_pi\buildwin"
Since it is absolute it should download to that location, even though the current directory is set on "c:\project\weatherfax_pi\build" to run the cmake commands.

Just below that is the DIR command:
Code:
 dir c:\project\weatherfax_pi\buildwin
Directory of c:\project\weatherfax_pi\buildwin
 ...06/06/2015  11:31 PM           199,168 portaudio_x86.dll06/06/2015  11:31 PM            11,890 portaudio_x86.lib
02/09/2018  05:19 PM           273,920 ssleay32.dll
02/09/2018  05:19 PM            77,144 ssleay32.lib...
Also I downloaded it myself, using the browser
https://sourceforge.net/projects/ope...taudio-vc12.7z

and checked the file contents. There are only two files portaudio ...lib and portaudio ...dll.

Yet, as you note
Code:
CMake Error at C:/project/weatherfax_pi/build/cmake_install.cmake:40 (file):
file INSTALL cannot find "C:/project/weatherfax_pi/buildwin/PVW32Con.exe".
So does this mean we are missing pvw32Con.exe in that download? OR
Does it mean that cmake_intall.cmake on line 40 is looking for the wrong file pvw32Con.exe?

Note, I am not sure where I got that command to download ...portaudio-vc12.7z
but it may have been from another plugin maybe rtlsdr.


Thanks for all your help. It would be very nice to get this going in ov50
rgleason is offline   Reply With Quote
Old 07-03-2019, 05:33   #1176
Registered User

Join Date: Mar 2017
Location: Brittany, France
Boat: First 18
Posts: 323
Re: WeatherFax ...

Quote:
Originally Posted by rgleason View Post
From the Console Output for that version of appveyor
I have inserted a bunch of dir c:\project\weatherfax_pi.... to see what is actually happening.
Rick, you are talking about portaudio I'm talking about PVW32Con.exe !

Look at line 41 of appveyor.yml on master branch.

Stelian.
stelian is offline   Reply With Quote
Old 07-03-2019, 05:38   #1177
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,766
Images: 2
Re: WeatherFax ...

SXXT! What a PITA. Thanks.
rgleason is offline   Reply With Quote
Old 07-03-2019, 06:29   #1178
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,766
Images: 2
Re: WeatherFax ...

Stelian, thanks that worked.



ov50 weatherfax_pi-1.8.002g-ov5.0-win32


ov42-ov48 weatherfax_pi-1.8.002g-ov4.2.0-4.8.8-win32
rgleason is offline   Reply With Quote
Old 07-03-2019, 07:06   #1179
cruiser

Join Date: Nov 2007
Location: Probably in an anchorage or a boatyard..
Boat: Ebbtide 33' steel cutter
Posts: 5,030
Re: WeatherFax ...

Great stuff, thanks. One thing just spotted, seems that you can only have the last downloaded image in the fax box selected, used to be able to overlay different images.
conachair is offline   Reply With Quote
Old 07-03-2019, 07:43   #1180
Registered User
 
sailorF54's Avatar

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

Quote:
Originally Posted by rgleason View Post



Attached Thumbnails
Click image for larger version

Name:	Screen Shot.jpg
Views:	100
Size:	325.3 KB
ID:	187465  
sailorF54 is offline   Reply With Quote
Old 27-03-2019, 14:05   #1181
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,766
Images: 2
Re: WeatherFax ...

Uwe reports:


Uwe reports:
So having said this, I use – very heavily – OpenCPN (as this is THE tool on board for me as well and for most of the ww sailing sailors). During these calls I use my prepared “briefing package”, preloaded on OpenCPN and here “WeatherFax”!!!” as you can see on the attached screenshot (besides the GRIBs and some text info you get from meteo-stations).
You see in the Weatherfax-window all the charts I am using for the Med and the North Atlantic. Usually I could simply display one of th echarts, by clicking on the entry e.g. “German Weather DWD Surface Analysis” – then you want to see the 24hr forecast – formerly I could simply click on the entry (German Weather DWD – European – 24hr Forecast entry) and it was displayed. This doesn NOT work any longer, you can ONL click on the last entry and here nothing happens (as this chart is already displayed) and when you double click, you open the calibration menus ….

Due to this I have to switch back to OpenCPN 4.8.8 and use the Weatherfax version, which still works….


Also see Conachair post http://www.cruisersforum.com/forums/...ml#post2842412
seems that you can only have the last downloaded image in the fax box selected, used to be able to overlay different images.


See Issues 119
https://github.com/seandepagnier/wea..._pi/issues/119
Attached Thumbnails
Click image for larger version

Name:	Weatherfax.jpg
Views:	91
Size:	436.1 KB
ID:	188835  
rgleason is offline   Reply With Quote
Old 31-03-2019, 14:40   #1182
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,766
Images: 2
Re: WeatherFax ...

I've checked most all of the links in Uwe's updated wxfax files and adjusted coordinates in just a few locations. We attach the required weatherfaxinternetretrieval. xml and coordinatedatasets.xml files to update your weatherfax internet retrieval files. Please remove the ".pdf" and use 7z to uncompress.


Next step will be to update and improve the downloads on github.


Thank you Uwe!
----------------------


WeatherFax Update Notes:

The weatherfaxinternetretrieval.xml and weatherfaxschedules.xml files must be maintained and updated by all the USERS!
Contribute your special url's and schedules for the benefit of all.

1. Mauritius – Files exist confirmed via browser on the web, accessible vie the homepage within browser. Directly URL access not possilbe….Protection of some sort?

2. Singapore – This needs work. Several charts, wave height and swell, no longer work. Format must has changed. The surface wind charts work.

3. Japan - Unable to calibrate the charts, format is not polar or anything similar. Also VERY small, numbers hard to read, left at the best compromise

4. South Africa - Internals of the website must have changed, not able to get any access to the charts.

5. French Polynesia – same thing as in SA.

6. Chile – Polar file is hard to calibrate almost impossible to get a perfect mapping.

7. We need better coverage for Asia, Malysia and Japan.

8. We have lost some sources for Europe and could use more coverage.
Attached Files
File Type: pdf pi-wxfax-04-01-19-XML-Update .7z.pdf (17.1 KB, 23 views)
rgleason is offline   Reply With Quote
Old 01-04-2019, 02:21   #1183
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,766
Images: 2
Re: WeatherFax ...

Uwe's updates to the weatherfax URLs are now in the exe download at this location:

https://github.com/rgleason/weatherf.../tag/v1.8.002e
called weatherfax_pi-1.8.002e-ov42-ov48-new-xml-win32


Because this version has not been working right with some of the changes made for android, I decided to revert to a previous version that works well and provides the cursor selection and action that users expect, and allows the weatherfax decoder/wizard to be stretched to allow data entry and essential operations.


The link in the download pages will be updated too.
rgleason is offline   Reply With Quote
Old 03-04-2019, 01:41   #1184
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,766
Images: 2
Re: WeatherFax ...

Fix & Update to WeatherFax_pi for OpenCPN v50

Newly updated, for Opencpn v50 so it should be working much better

-WeatherfaxInternetRetrieval.xml and CoordinateSets.xml URL and Coordinates all updated.
-Cursor file selection fixed.
-Decoder window size and sliders are back and are now working.

https://github.com/rgleason/weatherf.../v1.8002h-ov50
rgleason is offline   Reply With Quote
Old 03-04-2019, 02:19   #1185
cruiser

Join Date: Nov 2007
Location: Probably in an anchorage or a boatyard..
Boat: Ebbtide 33' steel cutter
Posts: 5,030
Re: WeatherFax ...

Quote:
Originally Posted by rgleason View Post
Fix & Update to WeatherFax_pi for OpenCPN v50

Newly updated, for Opencpn v50 so it should be working much better

-WeatherfaxInternetRetrieval.xml and CoordinateSets.xml URL and Coordinates all updated.
-Cursor file selection fixed.
-Decoder window size and sliders are back and are now working.

https://github.com/rgleason/weatherf.../v1.8002h-ov50
Fantastic, thanks lots! All seems back up an running again, this is such a handy plugin,
conachair is offline   Reply With Quote
Reply

Tags
paracelle


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
For Sale: SSB, Tuner, Amp, WeatherFax Palarran Classifieds Archive 7 19-03-2011 07:22
Help with WeatherFax and SeaTTY desierto Navigation 2 12-12-2008 20:36
Basic Weatherfax reception Tnflakbait Marine Electronics 3 23-09-2008 21:55
How do I set myself up with weatherfax? tracker_46 Marine Electronics 4 12-10-2006 14:51
Weatherfax Recommendations Please Salacia Marine Electronics 3 03-07-2005 13:28

Advertise Here


All times are GMT -7. The time now is 02:50.


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.