Artium Nihamkin

Results 23 comments of Artium Nihamkin

I am not sufficiently familiar with those, but if you give some pointers I cat try to work it out. ``` neo-game.ads:3:06: file "neo-link.ads" not found ``` I could not...

There are still some compilation errors. Are you sure that you have pushed everything? ``` gprbuild -d -P/home/artium/Ada/AdaDoom3/Setup/neo.gpr -XGame=DOOM -XSteam=No -XSystem=X11 -XArchitecture=x86-64 -XWordsize=64 -XSafety=Yes -XOptimize=Yes -XDebug=Yes gnatgcc -c -gnateE -gnatW8...

Yep, I fixed that locally, also removed the `--enable-stdcall-fixup` linker option which is available only for i386pe target. ``` diff diff --git a/Setup/neo.gpr b/Setup/neo.gpr index 2b39042..ccba9c8 100644 --- a/Setup/neo.gpr +++...

In that case: ``` diff diff --git a/Setup/neo.gpr b/Setup/neo.gpr index 2b39042..8fb2411 100644 --- a/Setup/neo.gpr +++ b/Setup/neo.gpr @@ -21,7 +21,7 @@ project Neo is ------------ -- Naming -- ------------ - S...

Instead of writing POSIX bindings from scratch, I want to use the "Florist" library. These are Ada bindings of POSIX written by folks at Florida University. My dilemma is how...

Several issues/questions that I have encountered: 1. It is not always clear what a function should do. I try to guess from the name and look at windows implementation, but...

Regarding the `Assert_Only_Instance`, I see it raising a `Call_Error` if it can not acquire mutex. But before that it executes the following snippet which I do not understand the propose...

Started working on GH-9-port-acats-tests branch.

Looks like the problem is with creating the device.

Hi, sorry for the late response. I will try to build myself with v4.4 over the weekend.