- MiNT did not find the C:\MINT folderThat's true, should be fixed. It only tries <sysdir>/mint.cnf. Additionally it could try <sysdir>../mint.cnf. Would that be ok?
Actually the code that would use C:\MINT is commented:
/*
* Initialize sysdir
*
* from 1.16 we ignore any multitos folder
* from 1.16 we default to \mint
* from 1.16 we search for \mint\<MINT_VERSION>
* for example "\\mint\\1-16-0" for 1.16.0 version
* or "\\mint\\1-16-cur" for cvs-current of 1.16 line
*/
if (TRAP_Dsetpath("\\mint\\" MINT_VERS_PATH_STRING) == 0)
strcpy(sysdir, "\\mint\\" MINT_VERS_PATH_STRING "\\");
// else if (TRAP_Dsetpath("\\mint\\") == 0)
// strcpy(sysdir, "\\mint\\");
Does anyone know why it was done?
--
Helmut Karlowski