Organic Engines wrote: > Hi, > > I keep reading that I need to $ . scripts/emc-environment > > I have tried typing this into a terminal and it gives an error.
When asking about an error, ALWAYS ALWAYS ALWAYS include the error! If it is a command line command that is failing, also include the command itself, like so: [EMAIL PROTECTED]:~/emcdev/emc2head$ broken_command and its arguments bash: broken_command: command not found [EMAIL PROTECTED]:~/emcdev/emc2head$ > I have > tried it in various directories as well. > > Where exactly do I need to be? > > I'm confused and wondering if I am missing something. > > Dan Are you attempting to run a version of EMC that you compiled from source? That is what that script (and command) is for. You should run it in the top level directory of your CVS checkout. Here is how it works for me: [EMAIL PROTECTED]:~$ cd emcdev/emc2head [EMAIL PROTECTED]:~/emcdev/emc2head$ . scripts/emc-environment [EMAIL PROTECTED]:~/emcdev/emc2head$ If you try to run it twice, you get: [EMAIL PROTECTED]:~/emcdev/emc2head$ . scripts/emc-environment This script only needs to be run once per shell session. [EMAIL PROTECTED]:~/emcdev/emc2head$ Regards, John Kasunich ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
