headus 3D tools headus 3D tools / 3D scans
Support Forums
 
 FAQFAQ   SearchSearch    UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
headus 3D scans

error when run on Fedora 8

 
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
uwaterlooo



Posts: 4
Joined: 03 Feb 2008

PostPosted: Thu Jun 05, 2008 1:53 pm    Post subject: error when run on Fedora 8 Reply with quote

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~ Shocked
Back to top
View user's profile Send private message
headus
Site Admin


Posts: 2902
Joined: 24 Mar 2005
Location: Perth, Australia

PostPosted: Thu Jun 05, 2008 4:54 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
uwaterlooo



Posts: 4
Joined: 03 Feb 2008

PostPosted: Thu Jun 05, 2008 10:58 pm    Post subject: Reply with quote

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
View user's profile Send private message
headus
Site Admin


Posts: 2902
Joined: 24 Mar 2005
Location: Perth, Australia

PostPosted: Thu Jun 05, 2008 11:38 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
uwaterlooo



Posts: 4
Joined: 03 Feb 2008

PostPosted: Thu Jun 05, 2008 11:45 pm    Post subject: Reply with quote

wow great! Laughing it seems like i need to use capital PATH
thank you.
Back to top
View user's profile Send private message
headus
Site Admin


Posts: 2902
Joined: 24 Mar 2005
Location: Perth, Australia

PostPosted: Thu Jun 05, 2008 11:49 pm    Post subject: Reply with quote

No problems ... actually, I should have had this in the docs anyway!

Phil
Back to top
View user's profile Send private message Send e-mail Visit poster's website
uwaterlooo



Posts: 4
Joined: 03 Feb 2008

PostPosted: Thu Jun 05, 2008 11:50 pm    Post subject: Reply with quote

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
View user's profile Send private message
headus
Site Admin


Posts: 2902
Joined: 24 Mar 2005
Location: Perth, Australia

PostPosted: Thu Jun 05, 2008 11:56 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group