From: Carl E. C. <cec...@ya...> - 2019-05-06 17:32:41
|
Greetings, I am slowly moving forward on making the code more ANSI compatible, I discovered a few points: * The current ANSI libc has a lot of non ANSI C functions - but i guess this is known. * em_ego cannot build using a pure ANSI C compiler because it uses getopt - how could this be solved cleanly? Any ideas? Should i put getopt in system or any ideas?* em_opt library now builds using my build system, but how do i add it to the LUA build system, just by adding build.lua in the directory, it will automatically be picked up?* the ack executable is fully unixish... by looking at it i am a bit worried to move it to using only ANSI C without breaking a lot of stuff... therefore I am using now acc to build on my side, /fast/driver/ do you think it would also be useful to add it to the build system? Carl |