<@U01G5EXMJKF> xpm is the compiled library, you al...
# analog-design
s
@User xpm is the compiled library, you also need to instal
libxpm-dev
which is the development package containing the header files needed to build an application that uses libxpm (like xschem) Instructins here
r
Thank you so much Stefan for your suggestion which made my life easier. I am able to install libxpm-dev as per your instructions but getting an error when i am running the third (3rd) command "make install" of the following (i) xschem_video/xschem_git $ ./configure --prefix=/home/rahul123 (ii)xschem_video/xschem_git $ make -j4 (iii) xschem_video/xschem_git $ make install for more details i am sharing the attached screenshot as follows. I request you to please look into and make me aware of the issue. Thanks & Regards
s
@User try to remove /home/raul123/share/xschem and /home/rahul123/share/doc/xschem and retry make install.
rm -rf /home/raul123/share/xschem
rm -rf /home/rahul123/share/doc/xschem