From: Tommy Wang (chernhoe_at_ima.org.sg)
Date: Thu May 30 2002 - 19:52:15 CDT

Hi,
        I tried compiling the new VMD version and got into the following error. It is
complaining about a missing file called 'vmdplugin.h' which I could not find
in the distribution. Do u know what has happened?

cheers,
tommy

[chernhoe_at_tommy src]# make
echo "Compiling " AtomSel.C " --> " AtomSel.o " ..."; \
g++ -Wall -O9 -march=i686 -fomit-frame-pointer -finline-functions
-fexpensive-optimizations -fcaller-saves -fthread-jumps -fstrength-reduce
-DARCH_LINUX -DVMDSURF -DVMDMSMS -DVMDISOSURFACE -I../plugins/include -I.
-c AtomSel.C -o ../LINUX/AtomSel.o
Compiling AtomSel.C --> AtomSel.o ...
In file included from VMDApp.h:8,
                 from AtomSel.C:35:
PluginMgr.h:13:23: vmdplugin.h: No such file or directory
In file included from VMDApp.h:8,
                 from AtomSel.C:35:
PluginMgr.h:42: type specifier omitted for parameter
PluginMgr.h:42: parse error before `*' token
make: *** [AtomSel.o] Error 1