[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] on Mega ST
On Sun, Aug 21, 2011 at 10:34 PM, Helmut Karlowski
<helmut.karlowski@ish.de> wrote:
> Am 21.08.2011, 12:04 Uhr, schrieb Helmut Karlowski
> <helmut.karlowski@ish.de>:
>
>>> - MiNT did not find the C:\MINT folder
>>
>> That'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
>
It should be changed back, at least it will avoid having to apply
patch "-" for "_" on 000 builds.. (and work in this case), however if
there are going to be a few more people testing, maybe it is worth
patch it..
Paul