On 28.06.2011 13:00, Ahmad M. Zawawi via RT wrote:
Show quoted text> <URL:
https://rt.cpan.org/Ticket/Display.html?id=69115>
>
> On Tue Jun 28 06:47:31 2011, whumann wrote:
>> Building Wx::Scintilla fails for me due to a realtive path used in '-
>> I.../../lib/5.10.1/x86_64-linux-thread-multi/CORE'. I expect that this
>> happens when perl is built with -Duserelocatableinc.
>>
>> Replacing
>> "'-I' . $Config{archlib} . '/CORE'"
>> with
>> "'-I' . $Config{archlibexp} . '/CORE'"
>> in inc\Module\Build\Scintilla\GTK.pm and it's siblings fixes this.
> I will try to fix it as soon as I have relocatable Perl via perlbrew.
>
> Thanks for reporting it.
FYI, this is from Porting/Glossary :
archlib (archlib.U):
This variable holds the name of the directory in which the user wants
to put architecture-dependent public library files for $package.
It is most often a local directory such as /usr/local/lib.
Programs using this variable must be prepared to deal
with filename expansion.
archlibexp (archlib.U):
This variable is the same as the archlib variable, but is
filename expanded at configuration time, for convenient use.