J. Peter Mugaas

Results 20 comments of J. Peter Mugaas

Sorry for my late reply but I wanted to do a lot more work on this to add more capabilities to the cmake-based system which I hope migh replace the...

Alright, I did look at the documentation for the FindIntl module and this is what it said: # On some platforms, such as Linux with GNU libc, the gettext #...

I think that would depend upon what version of CMake. There was a change in cmake policies in that regard starting with cmake 2.83 (or something).

Personally, I would favor CMake since I happened to have experimented with it. I got stuck on some things, I got too hung up on bindings, and a computer died....

And the thing I like about CMake serves several purposes in the build process. The first is to generate the Makefile, then it also provides some helper functions, it can...

I plan to get started later today on this CMake-based build system. It may take several days but I think it's worth doing. Personally, I'm not familiar with meson.

Personally, I think the more universal cmake might be a good choice for a replacement. I have been working on something here and I have made a pull request so...

I have gone ahead and done the basic stuff for this. The cmake also includes a number of tests that are equivalent to the old bash .sh stuff. And this...

My program does not require that the compiler .DLL be in the same directory as the .EXE. In addition, the program does offer some options that fxc2 does not offer....

I am still looking at those patches to see what can be integrated. But quite a bit looks like the source-code I found earlier or the author did something similar...