https://open-source-silicon.dev logo
Title
s

srinivasan_muthukrishnan19

02/20/2023, 9:20 AM
Hi, I tried to run xschem, but face this error. Have installed xschem in another pc, where I didnt face this issue. I have made sure both xschemrc files are same from properly working pc but still I am getting this error
1
m

Mitch Bailey

02/20/2023, 9:53 AM
Looks like it can’t find
USER_CONF_DIR
. You can open
xschemrc
in a text editor and see what it’s set to. Then you can check to see if that directory exists. If it’s set to an environment variable (
$env(PWD)
or something), make sure that variable is set.
s

srinivasan_muthukrishnan19

02/20/2023, 9:55 AM
yes it is set into $env(PWD) but i dont know how to read it. one thing I can notice is that, /usr/local/share/xscheme this folder is missing in that file
I find this folder is missing in my new installation. Where I could have possibly made a mistake?
1
s

SUMANTO KAR

02/20/2023, 2:10 PM
@srinivasan_muthukrishnan19 this may help: https://xschem.sourceforge.io/stefan/xschem_man/xschem_man.pdf
s

srinivasan_muthukrishnan19

02/21/2023, 6:16 AM
issue here is old package of ubuntu is installed. I reinstalled and its working
👍 2