Message boards : Number crunching : MacOS compilation error
Message board moderation

To post messages, you must log in.

AuthorMessage
Profile Krzysztof Piszczek - wspieram ...
Project administrator
Project developer
Project tester
Avatar

Send message
Joined: 4 Feb 15
Posts: 841
Credit: 144,180,465
RAC: 2
Message 4584 - Posted: 14 Dec 2020, 19:18:25 UTC

I'm trying to compile macos app under Big Sure, unfortunately I can go through linker error:
ld: library not found for -lSystem

Any advise?
Krzysztof 'krzyszp' Piszczek

Member of Radioactive@Home team
My Patreon profile
Universe@Home on YT
ID: 4584 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Keith Myers
Avatar

Send message
Joined: 10 May 20
Posts: 308
Credit: 4,733,484,700
RAC: 14,480
Message 4585 - Posted: 14 Dec 2020, 20:41:59 UTC - in response to Message 4584.  

Google search showed a lot of similar posts that Xojo newest release is needed to compile anything.

Maybe a MacOS user will jump in here to figure it out for you.

A proud member of the OFA (Old Farts Association)
ID: 4585 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Krzysztof Piszczek - wspieram ...
Project administrator
Project developer
Project tester
Avatar

Send message
Joined: 4 Feb 15
Posts: 841
Credit: 144,180,465
RAC: 2
Message 4586 - Posted: 15 Dec 2020, 6:26:32 UTC

Got some progress, now I have another problem:
../../lib/hostinfo.h:164:10: fatal error: IOKit/hidsystem/IOHIDLib.h: No such file or directory
 #include <IOKit/hidsystem/IOHIDLib.h>


This is from including iostream.h
Krzysztof 'krzyszp' Piszczek

Member of Radioactive@Home team
My Patreon profile
Universe@Home on YT
ID: 4586 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Keith Myers
Avatar

Send message
Joined: 10 May 20
Posts: 308
Credit: 4,733,484,700
RAC: 14,480
Message 4587 - Posted: 15 Dec 2020, 20:34:50 UTC - in response to Message 4586.  
Last modified: 15 Dec 2020, 20:36:16 UTC

The IOkit directory is not where it should be?
https://github.com/euantorano/serial.nim/issues/13

https://garynil.tw/2017/01/298/tutorial-import-iokit-framework-into-xcode-project/

A proud member of the OFA (Old Farts Association)
ID: 4587 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Krzysztof Piszczek - wspieram ...
Project administrator
Project developer
Project tester
Avatar

Send message
Joined: 4 Feb 15
Posts: 841
Credit: 144,180,465
RAC: 2
Message 4588 - Posted: 16 Dec 2020, 9:19:59 UTC - in response to Message 4587.  

The both solutions require creating project in Xcode.
I'm trying to compile outside of it.
Krzysztof 'krzyszp' Piszczek

Member of Radioactive@Home team
My Patreon profile
Universe@Home on YT
ID: 4588 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Keith Myers
Avatar

Send message
Joined: 10 May 20
Posts: 308
Credit: 4,733,484,700
RAC: 14,480
Message 4589 - Posted: 16 Dec 2020, 20:31:48 UTC - in response to Message 4588.  

Do I have to use Xcode to make app?

You can build the app outside of Xcode but as far as I know you have to compile using Xcode.


About all I can offer. I am not a developer.

A proud member of the OFA (Old Farts Association)
ID: 4589 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
sweede

Send message
Joined: 28 Jan 21
Posts: 1
Credit: 307,178,033
RAC: 0
Message 4677 - Posted: 2 Apr 2021, 9:52:24 UTC

Ohh, how did it go? Would really like to run Universe on my Macs.
ID: 4677 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Dotsch

Send message
Joined: 8 Feb 16
Posts: 4
Credit: 26,433
RAC: 0
Message 4785 - Posted: 30 Aug 2021, 17:16:44 UTC - in response to Message 4588.  

The both solutions require creating project in Xcode.
I'm trying to compile outside of it.

Can I help / assist you? I have some expirance in compiling BOINC applications.
ID: 4785 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Krzysztof Piszczek - wspieram ...
Project administrator
Project developer
Project tester
Avatar

Send message
Joined: 4 Feb 15
Posts: 841
Credit: 144,180,465
RAC: 2
Message 4786 - Posted: 1 Sep 2021, 5:10:53 UTC - in response to Message 4785.  

This weekend I will try again after all recent MacOS updates.
Do you have experience with MacOS BOINC apps compilation?
Krzysztof 'krzyszp' Piszczek

Member of Radioactive@Home team
My Patreon profile
Universe@Home on YT
ID: 4786 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Dotsch

Send message
Joined: 8 Feb 16
Posts: 4
Credit: 26,433
RAC: 0
Message 4787 - Posted: 1 Sep 2021, 6:47:20 UTC - in response to Message 4786.  

This weekend I will try again after all recent MacOS updates.
Do you have experience with MacOS BOINC apps compilation?

Yes, several years ago I have compliled BOINC for several offically unsupported OSes and supported alos several BOINC projects (SETI, SIMAP, MalariaControl, SiDock, TN-Grid,...).

I have made a good success, by compile without Xcodeby using the normal configure: Compile the BOINC dependencies, configure BOINC (library and API), and compile the application by referencing the pathes into the BOINC directories.
ID: 4787 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
sjmielh

Send message
Joined: 11 Apr 20
Posts: 1
Credit: 422,667
RAC: 0
Message 5045 - Posted: 15 Jan 2022, 16:31:31 UTC - in response to Message 4787.  

Is there any progress in getting universe@home to work on MacOS? I'm also interested.

Sjmielh
ID: 5045 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Dotsch

Send message
Joined: 8 Feb 16
Posts: 4
Credit: 26,433
RAC: 0
Message 5341 - Posted: 7 May 2022, 19:41:07 UTC

Is there any news? Still wait for help...
ID: 5341 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Dotsch

Send message
Joined: 8 Feb 16
Posts: 4
Credit: 26,433
RAC: 0
Message 6003 - Posted: 11 Jan 2023, 16:38:35 UTC

Any update?
ID: 6003 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : Number crunching : MacOS compilation error




Copyright © 2024 Copernicus Astronomical Centre of the Polish Academy of Sciences
Project server and website managed by Krzysztof 'krzyszp' Piszczek