Hi, all
Maurice's directions, as usual, were exactly what I needed. Things are working fine now. Thank you!
Toby
Maurice Lombardi wrote:
... You have to compile and install grx after download. It does not contains the binaries, in particular the file libgrx20.a will be created in /djgpp/contrib/grx243/lib/dj2 and installation will move it into the /djgpp/lib directory.
In summary
- edit the the file /djgpp/contrib/grx243/makedefs.grx
at least set INCLUDE_GPC_SUPPORT=y and probably set a GRX_DEFAULT_FONT_PATH
- cd /djgpp/contrib/grx243 make -f makefile.dj2
it will compile everything, library and also C and pascal tests
- these tests can be run in place before installing in going
to the test and pascal subdirectories (and bgi subdirectories of them)
- if you are satisfied cd /djgpp/contrib/grx243 make -f makefile.dj2 install
will install libgrx20.a and some C header files (.h)
- if you have defined a GRX_DEFAULT_FONT_PATH cd /djgpp/contrib/grx243/src make -f makefile.dj2 install-fonts
this step could be included in the previous one but it has not been done. Without it the fonts will remain in the /djgpp/contrib/grx243/fonts
directories
and you have to set explicitly a GRX_FONT_PATH in the environment (may be in the djgpp.env file).