Gregory Haerr

Results 674 comments of Gregory Haerr

I have completed building scripts for macOS and CROSSDOS DJGPP to automatically build all of the following: ``` LIBZ 1.2.12 PNG 1.6.37 JPEG 6b FREETYPE 2.10.4 MICROWINDOWS (Github current) FLTK...

Thanks Scott, that was fast! I'm going to check in your changes to buildcross.sh now, but I think our paths crossed with Makefile_nr, as I just committed an additional change...

> FYI, make here does not like this at all: I'll fix it, I'm continuing to add demos to Makefile_nr now (that should not affect you when using crossdos.sh). >...

I've just enhanced that file, as well as Makefile_nr. But I'm not getting that problem, even before: tools/convbmp is supposed to be built using $(HOSTCC) (see contrib/makefiles_nr/Makefile-bmp): ``` # compile...

> HOSTCC is usually set to gcc - which is fine until you source ${DJGPP}/setenv - it alters the path so gcc calls i586-pc-msdosdjgpp-gcc. Ok. So a better solution would...

> That's why my original batch file had all the various weird environments for different functions. Ugly but it worked I think it should be easily solved by running `sh...

And put the source setenv in each function, not global. And put the source setenv in each function, not global. Also, please git pull from microwindows, I have been changing...

> I either end up with a broke DJGPP environment, or, when trying to override HOSTCC I get this: Lets take this one step at a time. I spent quite...

If tools/crossdos.sh is not working, we will need to fix that, but I had that working on macOS. It should work fine on Linux. After that is working, you will...

Hello @sduensin, I've (finally) got truetype fonts back working again with FLTK and Nano-X, we're going to need some additional capabilities of specifying where the full pathname of various fonts...