On 18 Jun 2001, at 16:52, Maurice Lombardi wrote:
Mariano Alvarez Fernandez wrote:
Hi all:
I'm pleased to announce GRX 2.4.2
I have checked it with djgpp v2. Everything works except that it is not possible in makedefs.grx to break the line giving -DGRX_DEFAULT_FONT_PATH. the diff is
Patch is not correct (similary as the current version) as it's not permitted to modify value returned by getenv() (try 'info libc a getenv')
One can add code to expand $DJDIR to it real contents at run time or it's also possible to use /dev/env/DJDIR/... (beginning from DJGPP v2.03).
However I would recommend to change this default to $DJDIR/share/grxfonts and install them there by 'make install'
Andris