Support for the BSD Family #13

Open
opened 2019-11-24 09:45:25 +00:00 by Xor-el · 4 comments
Xor-el commented 2019-11-24 09:45:25 +00:00 (Migrated from github.com)

Hi @BeRo1985
I just want to know if there are plans to support the BSD family (FreeBSD, OpenBSD and others) in your awesome library.
I tried compiling it yesterday on my FreeBSD box but unfortunately got some compiler errors.

Hi @BeRo1985 I just want to know if there are plans to support the BSD family (FreeBSD, OpenBSD and others) in your awesome library. I tried compiling it yesterday on my FreeBSD box but unfortunately got some compiler errors.
Xor-el commented 2019-11-29 11:38:16 +00:00 (Migrated from github.com)

Gentle reminder.

Gentle reminder.
BeRo1985 commented 2020-12-30 14:23:49 +00:00 (Migrated from github.com)

Could you please give me the compiler errors? I unfortunately don't have time to set up a *BSD to test it myself. Although macOS is actually also a BSD at its core, and PasMP works with macOS as well.

Could you please give me the compiler errors? I unfortunately don't have time to set up a *BSD to test it myself. Although macOS is actually also a BSD at its core, and PasMP works with macOS as well.
Xor-el commented 2021-01-05 15:31:37 +00:00 (Migrated from github.com)

unfortunately I have lost access to the GhostBSD machine i used for testing.

unfortunately I have lost access to the GhostBSD machine i used for testing.
PES-DEV commented 2024-05-26 11:14:59 +00:00 (Migrated from github.com)

Compiler errors:

PasMP.pas(563,36) Warning: range check error while evaluating constants (-2147483649 must be between 0 and 4294967295)
PasMP.pas(3746,2) Note: Call to subroutine "procedure ReadWriteBarrier;" marked as inline is not inlined
PasMP.pas(4235,19) Error: Operator is not overloaded: "TThreadID" * "LongInt"
PasMP.pas(4235,45) Error: Operator is not overloaded: "TThreadID" shr "ShortInt"
PasMP.pas(4235,78) Error: Operator is not overloaded: "TThreadID" shr "ShortInt"
PasMP.pas(4235,111) Error: Operator is not overloaded: "TThreadID" shr "ShortInt"
PasMP.pas(7474,19) Warning: Converting 0 to NIL
PasMP.pas(12418,10) Error: Identifier not found "HW_AVAILCPU"

Compiler errors: PasMP.pas(563,36) Warning: range check error while evaluating constants (-2147483649 must be between 0 and 4294967295) PasMP.pas(3746,2) Note: Call to subroutine "procedure ReadWriteBarrier;" marked as inline is not inlined PasMP.pas(4235,19) Error: Operator is not overloaded: "TThreadID" * "LongInt" PasMP.pas(4235,45) Error: Operator is not overloaded: "TThreadID" shr "ShortInt" PasMP.pas(4235,78) Error: Operator is not overloaded: "TThreadID" shr "ShortInt" PasMP.pas(4235,111) Error: Operator is not overloaded: "TThreadID" shr "ShortInt" PasMP.pas(7474,19) Warning: Converting 0 to NIL PasMP.pas(12418,10) Error: Identifier not found "HW_AVAILCPU"
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BeRo1985/pasmp#13
No description provided.