From: Cook, Rich (cook47_at_llnl.gov)
Date: Mon Aug 26 2013 - 20:15:07 CDT

Hi, I am trying to build VMD from source.
I'm following the instructions (I think) from
http://www.ks.uiuc.edu/Research/vmd/doxygen/compiling.html#compiling

Here is what I do, and what happens. I'd appreciate some guidance…

    tar -xzf $SRC_DIR/vmd-${_vers}.src.tar.gz

    # http://www.ks.uiuc.edu/Research/vmd/plugins/doxygen/compiling.html
    pushd plugins
    make LINUXAMD64
    export PLUGINDIR=$1${prefix}/plugins
    make distrib # <----------- SUCCEEDS
    popd

    # http://www.ks.uiuc.edu/Research/vmd/doxygen/compiling.html#compiling
    pushd vmd-${_vers}
    export VMDINSTALLBINDIR=$1${prefix}/bin
    export VMDINSTALLLIBRARYDIR=$1${prefix}
    make linux.cuda64.opengl

At this point, I get this:

+ make linux.cuda64.opengl
./configure LINUXAMD64 OPENGL FLTK TK IMD VRPN SILENT LIBSBALL XINPUT TCL PTHREADS ACTC LIBTACHYON NETCDF PYTHON NUMPY CUDA
Halting configuration until VMD plugins are built.

VMD plugin directory not found.
Please compile the VMD plugins and do 'make distrib' to copy them
into a 'plugins' directory linked or located in this directory.
Be sure your PLUGINDIR environment variable is set before running
'make distrib' in the plugin build area.


What gives? I have set PLUGINDIR as you can see in the commands above, but it is being ignored.
Thanks for any help…

--
✐Richard Cook
✇ Lawrence Livermore National Laboratory
Bldg-453 Rm-4024, Mail Stop L-557
7000 East Avenue, Livermore, CA, 94550, USA
☎ (office) (925) 423-9605
☎ (fax) (925) 423-6961
---
Information Management & Graphics Grp., Services & Development Div., Integrated Computing & Communications Dept.
(opinions expressed herein are mine and not those of LLNL)