On 4/22/04 4:41 PM, "Martin Costabel" <[EMAIL PROTECTED]> wrote:

>>>> FYI: I removed the Toast file and rebooted... But so far nothing seems
>>>> changed for the better.
>>> 
>>> Do you still get the error message you used to get:
>>> 
>>>>> ## Component Manager: attempting to find symbols in a component alias
>>>>> of
>>>>> type (regR/carP/x!bt)
>> 
>> 
>> Nope - now when I run /sw/bin/pathsetup.sh I get:
>> 
>> TERM_PROGRAM: Undefined variable.
>> OK
> 
> This is the normal bug in /usr/share/tcsh/examples/aliases which Apple
> introduced with Jaguar and fixed only now in Panther. In Jaguar, you
> have to fix it yourself. You need to edit this file (with root
> privileges, i.e. using something like "sudo pico
> /usr/share/tcsh/examples/aliases" or some other text editor like vi,
> emacs) and change the lines
> 
>  if ("$TERM_PROGRAM" == "Apple_Terminal") then
>    alias settermtitle 'echo -n "ESC]2;\!:1^G"'
> 
> Either desactivate them by putting # signs at the beginning of both
> lines - they don't do anything useful anyway - or fix the error by
> including them in an if/endif clause, so that the result looks like
> 
> if ($?TERM_PROGRAM) then
>  if ("$TERM_PROGRAM" == "Apple_Terminal") then
>    alias settermtitle 'echo -n "ESC]2;\!:1^G"'
>  endif
> endif
> 
> This is how it looks on Panther.

ROCK OUT! 

1. I commented the lines out

2. Whn I run /sw/bin/pathsetup.sh I now get: "Your environment already seems
correctly set up for Fink" (or something similar).

3. FYI: If I replace the Toast file in /Library/Quicktime/ and rerun the
command, I still get the "Your environment already seems correctly set up
for Fink" dialog, but I also get a command line error:

## Component Manager: attempting to find symbols in a component alias of
type (regR/carP/x!bt)
OK

Since I don't ever expect to burn a Video CD, I will keep the Toast file out
for the time being.

Cheers -



-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to