Of course.  I had perl 5.10 installed with fink (so which perl was
/sw/bin/perl).  I used fink remove to uninstall it, so now which perl
reveals /usr/bin/perl, the one install by default.  This seems to have
gotten make past that part of the script.  Thanks!

I'll see if I can rerun it with perl 5.10 on the new version of the
scripts.  Thanks for patching it.  My perl isn't great.  I was
actually reading a book on perl that used 5.10, which is why I
installed it.

Is there some way to temporarily disable it when I run make scripts,
or force make to use the system perl?  Removing it is easy enough, but
it would be better if I didn't have to do it every time.  Thoughts?

Thanks again.

Willy

On Fri, May 1, 2009 at 1:19 PM, Alexander Hansen
<[email protected]> wrote:
> Willy Cass wrote:
>> I've consistently been getting the following error while trying to
>> compile arts-shlib:
>>
>>       perl -pi -e 's,@\kdeinitdir\@,/sw/lib/kde3,' soundserver/Makefile
>> Sequence \k... not terminated in regex; marked by <-- HERE in m/@\k
>> <-- HERE deinitdir\@/ at -e line 1.
>> ### execution of /var/tmp/tmp.1.wCKBO7 failed, exit code 255
>>
>> Any ideas?  It occurs just after the configuration is done.  I'm
>> running 10.5.6, with the Xcode 3.1.2.  I'm using the built-in X11 with
>> the most recent version of xquartz that runs on 10.5.6 (I don't have
>> access to 10.5.7, which xquartz 2.3.3 requires).   Thanks.  Let me
>> know if you need any other information.  Here is the whole output:
>>
>>
> <snip>
>
> That doesn't happen here.  Try running
>
> which perl
>
> so that we can see what "perl" executable is being used.
>
> --
> Alexander Hansen
> Fink User Liaison
>
>

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to