From: Vermaas, Josh (vermaasj_at_msu.edu)
Date: Thu Apr 15 2021 - 13:47:19 CDT

Hi Sree,

You compiled the plugins first, right? And did the make distrib? That should have put libmolfile_plugin.h into the plugins/LINUXAMD64/molfile directory, which is in the include path (that is what the -I../plugins/LINUXAMD64/molfile is for).

-Josh

From: <owner-vmd-l_at_ks.uiuc.edu> on behalf of "Chintapalli, Sree vamsee" <SVChintapalli_at_uams.edu>
Date: Thursday, April 15, 2021 at 2:29 PM
To: "vmd-l_at_ks.uiuc.edu" <vmd-l_at_ks.uiuc.edu>
Subject: vmd-l: Error while compiling vmd: "libmolfile_plugin.h"


Hi,



I am trying to compile vmd from source code on Ubuntu 20.04.

However, during the make command, it gave me an error for not able to find "libmolfile_plugin.h".

Any suggestions how to solve this problem?




echo "Compiling " PluginMgr.C " --> " PluginMgr.o " ..."; \
g++ -m64 -fno-for-scope -Wno-deprecated -Wall -O6 -ffast-math -DARCH_LINUXAMD64 -DVMDQUICKSURF -DVMDWITHCARBS -DVMDPOLYHEDRA -DVMDSURF -DVMDMSMS -DVMDNANOSHAPER -DVMDSTATICPLUGINS -I../plugins/include -I../plugins/LINUXAMD64/molfile -I. -c PluginMgr.C -o ../LINUXAMD64/PluginMgr.o
Compiling PluginMgr.C --> PluginMgr.o ...
PluginMgr.C:34:10: fatal error: libmolfile_plugin.h: No such file or directory
   34 | #include "libmolfile_plugin.h"
      | ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:405: PluginMgr.o] Error 1


Looking forward for your help.

Regards,
Sree Chintapalli




________________________________
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.