VMD-L Mailing List
From: Alexander Beerhoff (emserfo_at_gmail.com)
Date: Tue Mar 07 2023 - 08:56:42 CST
- Next message: John Stone: "Re: can't build VMD on MacOs Ventura: use of undeclared identifier 'msms'"
- Previous message: Diship Srivastava: "helix content colvar for a 3-10 helix"
- Next in thread: John Stone: "Re: can't build VMD on MacOs Ventura: use of undeclared identifier 'msms'"
- Reply: John Stone: "Re: can't build VMD on MacOs Ventura: use of undeclared identifier 'msms'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Hi,
I'm building VMD on MacOs Ventura. I have this error:
Compiling DrawMolItemMSMS.C --> DrawMolItemMSMS.o ...
clang: warning: argument unused during compilation: '-L/opt/local/lib'
[-Wunused-command-line-argument]
clang: warning: argument unused during compilation:
'-L/usr/local/Cellar/ospray/2.10.0/lib' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation:
'-L/Users/myusers/vmd-1.9.4a/vmd-plugins/MACOSXX86_64/molfile'
[-Wunused-command-line-argument]
DrawMolItemMSMS.C:46:5: error: use of undeclared identifier 'msms'
msms.clear();
^
DrawMolItemMSMS.C:100:19: error: use of undeclared identifier 'msms'
msms.compute_from_file(radius, density, count, ids, xyzr,
flgs));
^
DrawMolItemMSMS.C:103:19: error: use of undeclared identifier 'msms'
msms.compute_from_socket(radius, density, count, ids,
xyzr, flgs));
^
DrawMolItemMSMS.C:117:18: error: use of undeclared identifier 'msms'
if (msms_ok && msms.faces.num() > 0) {
I'm diving into sources files but from my poor C++ knowledge msms is
defined in MSMSInterface.C:
const char *MSMSInterface::server_name(void) {
const char *msms = getenv("MSMSSERVER");
if (!msms) {
#ifdef _MSC_VER
msms = "msms.exe";
#else
msms = "msms";
#endif
}
return msms;
}
Don't know if server_name is called before DrawMolItemMSMS.C; where is the
problem?
I'm using this configure.options:
MACOSXX86_64 OPENGL OPENGLPBUFFER FLTK TK ACTC AVX512 MPI XINERAMA
LIBOSPRAY2 LIBTACHYON LIBPNG LINENOISE ZLIB VRPN NETCDF TCL PYTHON PTHREADS
NUMPY
Thank you
-- Umi sukoschi Niwa ni izumi no Ko no ma ka na
- Next message: John Stone: "Re: can't build VMD on MacOs Ventura: use of undeclared identifier 'msms'"
- Previous message: Diship Srivastava: "helix content colvar for a 3-10 helix"
- Next in thread: John Stone: "Re: can't build VMD on MacOs Ventura: use of undeclared identifier 'msms'"
- Reply: John Stone: "Re: can't build VMD on MacOs Ventura: use of undeclared identifier 'msms'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]