View previous topic :: View next topic |
Author |
Message |
uwaterlooo
Posts: 4
Joined: 03 Feb 2008
|
Posted: Thu Jun 05, 2008 1:53 pm Post subject: error when run on Fedora 8 |
|
|
HI, I install the newest version 2.1 beta~on Fedora 8
and when I try to run UVL, it gives me an error like this ..
(sh: cysliceD: command not found)
so plz help me~  |
|
Back to top |
|
 |
headus Site Admin

Posts: 2902
Joined: 24 Mar 2005
Location: Perth, Australia
|
Posted: Thu Jun 05, 2008 4:54 pm Post subject: |
|
|
Its looking like the uvlayout demo install folder isn't in your execution path. The instructions are for csh type login shells (eg tcsh), so you may need to adjust those to work with others (i.e. bash).
Phil |
|
Back to top |
|
 |
uwaterlooo
Posts: 4
Joined: 03 Feb 2008
|
Posted: Thu Jun 05, 2008 10:58 pm Post subject: |
|
|
Hi, thanks, but what command should I type in .bashrc?
I dont know how to thansfer tcsh command to bash.....
edit:
I add two lines in bashrc
(export HEADUS_HOME=/usr/local/uvlayout-demo)
(export path =${HEADUS_HOME}/bin)
but no lucky to run uvlayout..........
Last edited by uwaterlooo on Thu Jun 05, 2008 11:42 pm; edited 1 time in total |
|
Back to top |
|
 |
headus Site Admin

Posts: 2902
Joined: 24 Mar 2005
Location: Perth, Australia
|
Posted: Thu Jun 05, 2008 11:38 pm Post subject: |
|
|
The csh/tcsh setup code is ...
Code: | setenv HEADUS_HOME /usr/local/uvlayout-demo
set path = ( $HEADUS_HOME/bin $path ) |
...and the bash code is ...
Code: | export HEADUS_HOME=/usr/local/uvlayout-demo
export PATH=$HEADUS_HOME/bin:$PATH |
Phil |
|
Back to top |
|
 |
uwaterlooo
Posts: 4
Joined: 03 Feb 2008
|
Posted: Thu Jun 05, 2008 11:45 pm Post subject: |
|
|
wow great! it seems like i need to use capital PATH
thank you. |
|
Back to top |
|
 |
headus Site Admin

Posts: 2902
Joined: 24 Mar 2005
Location: Perth, Australia
|
Posted: Thu Jun 05, 2008 11:49 pm Post subject: |
|
|
No problems ... actually, I should have had this in the docs anyway!
Phil |
|
Back to top |
|
 |
uwaterlooo
Posts: 4
Joined: 03 Feb 2008
|
Posted: Thu Jun 05, 2008 11:50 pm Post subject: |
|
|
oh one last thing, how can i make a shortcut on desktop to run uvl?
I need to type command in console to run uvlayout everytime for now......... |
|
Back to top |
|
 |
headus Site Admin

Posts: 2902
Joined: 24 Mar 2005
Location: Perth, Australia
|
Posted: Thu Jun 05, 2008 11:56 pm Post subject: |
|
|
It depends on which desktop manager you're using. I'm very much old school, and do everything under Linux from shell windows, so actually don't know how to set up a desktop icon/shortcut anyway :-) A google search should give you plenty of help there.
Phil |
|
Back to top |
|
 |
|