[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-dev] [Patch] Allow installation to $HOME under linux
Rohan Drape wrote:
> Installation to $HOME doesn't work under linux because sclang attempts
> to load user extensions twice.
>
> This is because SC_DATA_DIR is set by scons, and this value is used to
> set gSystemExtensionDir to the same value as gUserExtensionDir.
>
> The patch below simply checks if the two are the same before
> processing gUserExtensionDir.
>
> I'm not sure if strcmp is safe for this under all systems, it works
> here.
thanks rohan, and sorry for taking so long, this is finally committed.
<sk>