Gisle Aas wrote: >Steve Hay <[EMAIL PROTECTED]> writes: > > > >>But the while() loop in S_incpush() would also suggest that SITELIB_EXP >>could potentially contain >1 directory, appropriately separated, so just >>removing a leading PERLLIB_SEP won't be good enough. >> >>Perhaps the above chunk of code needs to do a bit more work to split up >>SITELIB_EXP on PERLLIB_SEP and then just use the first directory? >> >> > >Seems like it. The description of sitelib in config.h or INSTALL.pod >seems to assume it is a single directory though. > > True. Maybe I read too much into it. S_incpush() is, of course, called from other places too, so maybe it is other callers' args that could comprise >1 directory.
>I'll address this within a day or two if nobody else feels like it. > I think I've fixed it myself now. The path with leading ";" was ultimately coming from get_emd_part() in win32/win32.c, which takes a previous path and appends a new path to it, inserting a ";" in-between. The trouble seems to be that it was *always* inserting the ";", when AFAICT there is no need for it if the previous path is empty. Change #24122 gets USE_SITECUSTOMIZE working for me on Win32 ;) - Steve ------------------------------------------------ Radan Computational Ltd. The information contained in this message and any files transmitted with it are confidential and intended for the addressee(s) only. If you have received this message in error or there are any problems, please notify the sender immediately. The unauthorized use, disclosure, copying or alteration of this message is strictly forbidden. Note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Radan Computational Ltd. The recipient(s) of this message should check it and any attached files for viruses: Radan Computational will accept no liability for any damage caused by any virus transmitted by this email.
