I've found another "stupid" trouble...
I'm trying to use the cepview tool, but i'm not able to install it (i'm a newbie of linux)
I compiled it with the "make" command, but then, if i run
cepview myfeaturefile.mfc
the terminal tells to me : bash: cepview: command not found
I now that this is an "easy" post, but i hope that someone will help me (maybe)
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
/full_path_to_cepview/cepview /full_path_to_mfc/mfc should help :)
Alternatively you can define PATH environment variable to force shell look into the directory with cepview binary when you are trying to run cepview. You should specify full or relative path to mfc file anyhow.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've found another "stupid" trouble...
I'm trying to use the cepview tool, but i'm not able to install it (i'm a newbie of linux)
I compiled it with the "make" command, but then, if i run
the terminal tells to me : bash: cepview: command not found
I now that this is an "easy" post, but i hope that someone will help me (maybe)
thanks
Try ./cepview myfeaturefile.mfc, that should work (assuming that you're in the directory cepview is in).
Wout
thanks very much for the quick answer
but it doesn't work yet :(
aenima1891@aenima1891-laptop:~/cepview$ ./cepview an253_fash-b.mfc
stat_retry(an253_fash-b.mfc) failed
ERROR opening an253_fash-b.mfc for reading
something like
/full_path_to_cepview/cepview /full_path_to_mfc/mfc should help :)
Alternatively you can define PATH environment variable to force shell look into the directory with cepview binary when you are trying to run cepview. You should specify full or relative path to mfc file anyhow.