Re: (confused noob) How do I make the EUINC variable in XP?
- Posted by Matt Lewis <matthewwalkerlewis at g?ail.com> Sep 18, 2007
- 870 views
CLJ wrote: > > CChris wrote: > > > The issue is that, under XP at least, EUINC is created as a system > > environment > > variable, so you have to restart. If it were a user variable, this annoyance > > might be avoided. Can it be fixed? > > I made mine a user variable. Could that perhaps be the reason I got the > previously > mentioned error? No, that just means that other users on your computer won't be able to use the variable. Each shell comes with its own environment. When you edit the environment variables from "My Computer"->Properties->Advanced, the changes won't propagate to any currently opened shells. Note that windows explorer is a shell, just like a command line window that you might open up. Rebooting is certainly one way to get everything all synced up. You might just try opening a new console. To verify that your changes took effect, try typing (I've put in the output I get on my system): > echo %EUDIR% C:\EUPHORIA > echo %EUINC% c:\euphoria\include\special;c:\euphoria\include\eusql;c:\euphoria\include\ matheval;c:\euphoria\include\ooeu;c:\euphoria\include\wxEuphoria;c:\euphoria \include\win32lib;c:\euphoria\include\eucom Matt