The compile definition SRCDIR is supposed to fix this but it doesn't seem to be working correctly. I suspect only some of the files are located through the mechanism that falls back to SRCDIR.
There is the environment variable FRACTDIR mechanism as well, but I don't think that's been tested to see if it works properly, either. Either way the variable should be renamed to ID_HOME.
This works correctly when run from the installer; when running from the debugger set the current directory to the home directory for files to be found correctly.
The compile definition
SRCDIR
is supposed to fix this but it doesn't seem to be working correctly. I suspect only some of the files are located through the mechanism that falls back toSRCDIR
.There is the environment variable
FRACTDIR
mechanism as well, but I don't think that's been tested to see if it works properly, either. Either way the variable should be renamed toID_HOME
.This relates to bug #92 as well.