VMD-L Mailing List
From: Chintapalli, Sree vamsee (SVChintapalli_at_uams.edu)
Date: Thu Apr 22 2021 - 14:45:29 CDT
- Next message: Axel Kohlmeyer: "Re: Compilation error: stride_LINUXAMD64', surf_LINUXAMD64, tachyon_LINUXAMD64 : No such file or directory"
- Previous message: Jovana Stelkic: "Re: BFEE plugin error: 'measure center: bad weight sum would cause divide by zero'"
- Next in thread: Axel Kohlmeyer: "Re: Compilation error: stride_LINUXAMD64', surf_LINUXAMD64, tachyon_LINUXAMD64 : No such file or directory"
- Reply: Axel Kohlmeyer: "Re: Compilation error: stride_LINUXAMD64', surf_LINUXAMD64, tachyon_LINUXAMD64 : No such file or directory"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
HI,
I am trying to compile vmd-1.9.3 on Ubuntu from the source code. However, I encountered the following problem.
sudo make install
if [ ! -d "/usr/local/lib/vmd" ]; then \
mkdir -p "/usr/local/lib/vmd" ; \
fi ; \
if [ ! -d "/usr/local/bin" ]; then \
mkdir -p "/usr/local/bin" ; \
fi ; \
if [ ! -d "/usr/local/lib/vmd"/doc ]; then \
mkdir -p "/usr/local/lib/vmd"/doc; \
fi
cp ../Announcement "/usr/local/lib/vmd"
cp ../README "/usr/local/lib/vmd"
cp ../LICENSE "/usr/local/lib/vmd"
cp ../doc/ug.pdf "/usr/local/lib/vmd"/doc
if [ -f /usr/local/lib/vmd/vmd_LINUXAMD64 ]; then \
mv -f "/usr/local/lib/vmd/vmd_LINUXAMD64" "/usr/local/lib/vmd/OLD_vmd_LINUXAMD64" ; rm -f "/usr/local/lib/vmd/OLD_vmd_LINUXAMD64" ; fi
cp ../LINUXAMD64/vmd_LINUXAMD64 "/usr/local/lib/vmd"
if [ -d "../lib/redistrib/lib_LINUXAMD64" ]; then \
cd ../lib/redistrib/lib_LINUXAMD64; tar -cf - ./* | \
(cd "/usr/local/lib/vmd" ; tar -xf -) \
fi ;
cp ../lib/stride/stride_LINUXAMD64 ../lib/surf/surf_LINUXAMD64 ../lib/tachyon/tachyon_LINUXAMD64 "/usr/local/lib/vmd"
cp: cannot stat '../lib/stride/stride_LINUXAMD64': No such file or directory
cp: cannot stat '../lib/surf/surf_LINUXAMD64': No such file or directory
cp: cannot stat '../lib/tachyon/tachyon_LINUXAMD64': No such file or directory
Makefile:439: recipe for target 'install' failed
make: [install] Error 1 (ignored)
cd ..; tar -cf - scripts | \
(cd "/usr/local/lib/vmd" ; tar -xf -)
cd ../lib; tar -cf - scripts | \
(cd "/usr/local/lib/vmd" ; tar -xf -)
cd ..; tar -cf - python | \
(cd "/usr/local/lib/vmd"/scripts ; tar -xf -)
cd ..; tar -cf - plugins | \
(cd "/usr/local/lib/vmd" ; tar -xf -)
cd ..; tar -cf - shaders | \
(cd "/usr/local/lib/vmd" ; tar -xf -)
if [ -f ../LINUXAMD64/OptiXShaders.ptx ]; then \
cp ../LINUXAMD64/OptiXShaders.ptx "/usr/local/lib/vmd/shaders"; \
fi;
cp ../data/.vmdrc ../data/.vmdsensors ../data/vmd_completion.dat "/usr/local/lib/vmd"
cd ../bin ; \
if [ -f run_vmd_tmp ]; then rm -f run_vmd_tmp; fi ; \
if [ ! -x "/bin/csh" ]; then \
echo "Info: /bin/csh shell not found, installing Bourne shell startup script instead" ; \
echo '#!/bin/sh' >> run_vmd_tmp ; \
echo 'defaultvmddir="/usr/local/lib/vmd"' >> run_vmd_tmp ; \
echo 'vmdbasename=vmd' >> run_vmd_tmp ; \
cat vmd.sh >> run_vmd_tmp ; \
else \
echo '#!/bin/csh' >> run_vmd_tmp ; \
echo 'set defaultvmddir="/usr/local/lib/vmd"' >> run_vmd_tmp ; \
echo 'set vmdbasename=vmd' >> run_vmd_tmp ; \
cat vmd.csh >> run_vmd_tmp ; \
fi ; \
chmod +x run_vmd_tmp ; \
cp run_vmd_tmp "/usr/local/bin"/vmd ; \
rm -f run_vmd_tmp
echo Make sure "/usr/local/bin"/vmd is in your path.
Make sure /usr/local/bin/vmd is in your path.
echo "VMD installation complete. Enjoy!"
VMD installation complete. Enjoy!
Previous notes in the mailing list have suggested moving the plugin directory into the vmd- directory and also assiging a symbolic link for a plugin directory. I did both, but none of them worked.
Your help is greatly appreciated.
Thanks,
Sree
----------------------------------------------------------------------
Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
- Next message: Axel Kohlmeyer: "Re: Compilation error: stride_LINUXAMD64', surf_LINUXAMD64, tachyon_LINUXAMD64 : No such file or directory"
- Previous message: Jovana Stelkic: "Re: BFEE plugin error: 'measure center: bad weight sum would cause divide by zero'"
- Next in thread: Axel Kohlmeyer: "Re: Compilation error: stride_LINUXAMD64', surf_LINUXAMD64, tachyon_LINUXAMD64 : No such file or directory"
- Reply: Axel Kohlmeyer: "Re: Compilation error: stride_LINUXAMD64', surf_LINUXAMD64, tachyon_LINUXAMD64 : No such file or directory"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]