View Single Post
Old 23 May 2013, 22:27   #20
W4r3DeV1L
Registered User
 
W4r3DeV1L's Avatar
 
Join Date: Feb 2008
Location: somewhere
Age: 52
Posts: 326
Send a message via MSN to W4r3DeV1L
Quote:
Originally Posted by thomas View Post
Come on, if you only supply half the information I ask for, we'll need twice the time as necessary.

Code:
21    [2] dcc            GetVar     DCCOPTS                     Any     Fail
Please tell me

1. what does echo $DCCOPTS print
2. what does type env:dccopts print

Please open s:user-startup in a text editor, copy the line with setenv dccopts into the clipboard and paste it into a shell window. Then try to compile again in that shell window. If it still fails, please enter the two commands above again and tell me the result.

Please also paste the line here for me to see it.
Sorry... I didn't mean to hassle but I am doing something that is completely new for me.



I have typed in the shell echo $DCCOPTS it simply write on the next line the text $DCCOPTS an then the shell prompt again.

I have typed the command type env:dccopts it says TYPE: can't open env:dccopts. object not found.

But once edited my s:user-startup and changed set DCCOPTS -// -proto -3.9 -D__USE_SYSBASE into
setenv DCCOPTS -// -proto -3.9 -D__USE_SYSBASE

everything seems to work now!!!!
It seems I can compile the open window c text example.

If I type in the shell echo $DCCOPTS I have - -proto -3.9 -D__USE_SYSBASE and
if I type env:dccopts I have the same.

Have we sorted all it out?

Last edited by W4r3DeV1L; 23 May 2013 at 22:58.
W4r3DeV1L is offline  
 
Page generated in 0.04298 seconds with 11 queries