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-09-2019, 05:57   #16
Registered User
 
rgleason's Avatar

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

That is very good to know. Perhaps some talented MacOS user will take this task on since they already have xcode.
The only other hurdle is the yearly payment of $99, which can be taken care of by contributions from other MacOS users. Perhaps this cooperative effort will happen before Jan 2020 as Carcode suggests, otherwise there will be no OpenCPN for mac. I do hope someone will take on this task.

Carcode, also thank you for advising re xcode being free. Can I run that on windows, or do I need macos?
rgleason is offline   Reply With Quote
Old 06-09-2019, 07:15   #17
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,547
Re: macOS and OpenCPN

Quote:
Originally Posted by rgleason View Post
Carcode, also thank you for advising re xcode being free. Can I run that on windows, or do I need macos?
Same as Visual Studio runs on Windows only, Xcode runs on macOS only.
CarCode is offline   Reply With Quote
Old 07-09-2019, 14:06   #18
Registered User
 
rgleason's Avatar

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

Quote:
Originally Posted by CarCode View Post
Same as Visual Studio runs on Windows only, Xcode runs on macOS only.

Fair enough. Is there a way to run MaxOS in a VirtualBox and I suppose that will cost something in $?
rgleason is offline   Reply With Quote
Old 07-09-2019, 15:52   #19
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,547
Re: macOS and OpenCPN

Quote:
Originally Posted by rgleason View Post
Fair enough. Is there a way to run MaxOS in a VirtualBox and I suppose that will cost something in $?
There exists something like Hackingtosh or so. I guess David Register has once running it. Another way is to buy a cheap second hand machine.
CarCode is offline   Reply With Quote
Old 08-09-2019, 12:39   #20
Moo
Registered User

Join Date: Mar 2017
Posts: 804
Re: macOS and OpenCPN

Quote:
Originally Posted by CarCode View Post
Same as Visual Studio runs on Windows only, Xcode runs on macOS only.
Nah Visual Studio, at least VS Code, is open source and cross platform.
Moo is offline   Reply With Quote
Old 08-09-2019, 15:59   #21
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,547
Re: macOS and OpenCPN

Quote:
Originally Posted by Moo View Post
Nah Visual Studio, at least VS Code, is open source and cross platform.
Is Visual Studio Code also a compiler or only an editor?
CarCode is offline   Reply With Quote
Old 08-09-2019, 17:39   #22
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,500
Re: macOS and OpenCPN

CarCode...


Visual Studio is exactly the equivalent for Windows as XCode is for MacOS.


However, Visual Studio can target a variety of architectures for its output product, such as Android, Windows phone, etc. I do not think that VS can build to MacOS targets, though.


Dave
bdbcat is offline   Reply With Quote
Old 08-09-2019, 23:02   #23
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,547
Re: macOS and OpenCPN

Quote:
Originally Posted by bdbcat View Post
Visual Studio is exactly the equivalent for Windows as XCode is for MacOS.
However, Visual Studio can target a variety of architectures for its output product, such as Android, Windows phone, etc. I do not think that VS can build to MacOS targets, though.
Correct.
To complete the informations Xcode compiles for the operating system macOS and the operating system iOS. Most people are not aware iOS for iPhone and iPad is a different operating system although similiar to macOS.
CarCode is offline   Reply With Quote
Old 09-09-2019, 03:34   #24
Registered User
 
bletso's Avatar

Join Date: Nov 2013
Location: Louisville, KY
Boat: Globe, cutter/ketch,38
Posts: 727
Re: macOS and OpenCPN

My answer is so simple..... Don't upgrade to Catalina. I have several apps that stopped working when I installed High Sierra. New is not always better, just depends on what you want, need or expect.
__________________
www.sailboatvigah.com Boats don't like being neglected, but then neither do significant others!
bletso is offline   Reply With Quote
Old 09-09-2019, 04:00   #25
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,547
Re: macOS and OpenCPN

Quote:
Originally Posted by bletso View Post
My answer is so simple..... Don't upgrade to Catalina. I have several apps that stopped working when I installed High Sierra. New is not always better, just depends on what you want, need or expect.
That is what I've said already: http://www.cruisersforum.com/forums/...ml#post2968810
The only problem remains about missing security because Apple seldom fix its outdated versions.
CarCode is offline   Reply With Quote
Old 09-09-2019, 06:17   #26
Registered User
 
fcftampa's Avatar

Join Date: Feb 2011
Location: Miami, FL
Boat: Planet, Earth LOA∞
Posts: 181
Re: macOS and OpenCPN

I've learned long ago that upgrading to the latest OSs wasn't the best idea. So, I write this from my 10.12.6 Mac without any knowledge wheter or not it may work. I'm just providing this as a lead for a persistent googler in hopes that it may help them.
Code:
sudo codesign -f -s - --deep /Applications/Opencpn.app
please don't just type this or anything in your Terminal without y.o.d.diligence.
fcftampa is offline   Reply With Quote
Old 09-09-2019, 08:54   #27
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,547
Re: macOS and OpenCPN

Quote:
Originally Posted by fcftampa View Post
I've learned long ago that upgrading to the latest OSs wasn't the best idea. So, I write this from my 10.12.6 Mac without any knowledge wheter or not it may work. I'm just providing this as a lead for a persistent googler in hopes that it may help them.
Code:
sudo codesign -f -s - --deep /Applications/Opencpn.app
please don't just type this or anything in your Terminal without y.o.d.diligence.
This does not work. You will see the reason why when you look and read in the Terminal for the man page
Code:
man codesign
Furthermore I strongly recommend not to use the sudo keyword. In the worst case it will kill your system.
CarCode is offline   Reply With Quote
Old 10-09-2019, 07:02   #28
Registered User
 
fcftampa's Avatar

Join Date: Feb 2011
Location: Miami, FL
Boat: Planet, Earth LOA∞
Posts: 181
Re: macOS and OpenCPN

Well, I retract from my tip. To be fair, I had no way of testing it with my old MacOSX.
fcftampa is offline   Reply With Quote
Old 09-11-2019, 04:47   #29
Registered User
 
rgleason's Avatar

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

Dear Carcode, perhaps I should have posted here.

http://www.cruisersforum.com/forums/...ml#post3012323
rgleason is offline   Reply With Quote
Old 09-11-2019, 06:29   #30
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,547
Re: macOS and OpenCPN

Quote:
Originally Posted by rgleason View Post
Dear Carcode, perhaps I should have posted here.

http://www.cruisersforum.com/forums/...ml#post3012323

See my answer there.
CarCode is offline   Reply With Quote
Reply

Tags
enc, opencpn


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 5.0.1 for MacOS Mojave (10.14.5) bdbcat OpenCPN 13 22-07-2019 12:42
OpenCPN Plugin Issue on MacOS X peterbw OpenCPN 1 28-09-2018 20:07
Connecting a GPS to OpenCPN on MacOS aquamarine OpenCPN 12 08-03-2017 20:40
OpenCPN on MacOS: BSB Charts continuouswave OpenCPN 2 19-01-2015 21:44
MacOS X Gangmaker OpenCPN 1 07-01-2011 08:09

Advertise Here


All times are GMT -7. The time now is 03:22.


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.