The project stalled #3
Closed
CiroZDP
announced in
Announcements
Replies: 2 comments
-
I will continue to follow up on the project's recovery in this comments section. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm going to do some commits related with CMake hoping MS-DOS will not kill me.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The project was going relatively well so far. But there is a huge flaw that prevents us from moving forward with this prototype. OpenCraft wants to have compatibility with MS-DOS, Linux, Windows and other operating systems, but to have this compatibility we have to sacrifice a lot of things. Not in the case of Windows and Linux as such, but with DJGPP (the compiler for MS-DOS): it seems that it refuses to accept external dependencies (with
.a
format).All this means that the building system we have been using until now is incompatible with such a compiler and this project may be inactive until further notice.
This building system was made to be exclusively robust and flexible, but the prototype itself is already incompatible with DJGPP.
So we ask you to be patient until we manage to make a stable building system with dependency injection (include the dependencies not as an external object but as part of the code).
Thanks in advance, Ciro.
Beta Was this translation helpful? Give feedback.
All reactions