VMD-L Mailing List
From: Alexander Beerhoff (emserfo_at_gmail.com)
Date: Thu Feb 23 2023 - 22:47:16 CST
- Next message: Axel Kohlmeyer: "Re: Fwd: Problem building vmd with ospray - OSPRayRenderer.h error: ‘OSPModel’ does not name a typ"
- Previous message: Axel Kohlmeyer: "Re: Problem with make_trajectory_movie_files script for lammps trajectory with -dispdev text"
- Next in thread: Axel Kohlmeyer: "Re: Fwd: Problem building vmd with ospray - OSPRayRenderer.h error: ‘OSPModel’ does not name a typ"
- Reply: Axel Kohlmeyer: "Re: Fwd: Problem building vmd with ospray - OSPRayRenderer.h error: ‘OSPModel’ does not name a typ"
- Reply: Vermaas, Josh: "Re: Fwd: Problem building vmd with ospray - OSPRayRenderer.h error: ‘OSPModel’ does not name a typ"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Hi, I'm on debian and I'm building vmd 1.9.3.src. I use this
commands:"./configure" with this configure.options:
LINUXAMD64 OPENGL OPENGLPBUFFER FLTK TK ACTC IMD LIBSBALL XINERAMA XINPUT
LIBOSPRAY LIBTACHYON LIBPNG VRPN NETCDF COLVARS TCL PYTHON PTHREADS NUMPY
SILENT ICC
Then in src folder:
make LDFLAGS="-L/usr/lib/x86_64-linux-gnu -I/usr/include/tcl8.6
-I/usr/include -I/Path-to-Home/stable-software/vmd/plugins/include
-I/Path-to-Home/stable-software/vmd/plugins/LINUXAMD64/molfile
-I/Path-to-Home/stable-software/ospray/include/ospray
-L/Path-to-Home/stable-software/ospray/lib"
CPPFLAGS="-L/usr/lib/x86_64-linux-gnu -I/usr/include/tcl8.6 -I/usr/include
-I/Path-to-Home/stable-software/vmd/plugins/include
-I/Path-to-Home/stable-software/vmd/plugins/LINUXAMD64/molfile
-I/Path-to-Home/stable-software/ospray/include
-L/Path-to-Home/stable-software/ospray/lib"
Then I need to replace icc and icpc with gcc in Makefile. Now I'm stuck
with this error:
Compiling OSPRayDisplayDevice.C --> OSPRayDisplayDevice.o ...In file
included from OSPRayDisplayDevice.C:48:
OSPRayRenderer.h:182:3: error: ‘OSPModel’ does not name a type
182 | OSPModel ospModel; ///< scene graph
| ^~~~~~~~
make: *** [Makefile:574 : OSPRayDisplayDevice.o] Erreur 1
What can I do?
Best Regards
-- Umi sukoschi Niwa ni izumi no Ko no ma ka na
- Next message: Axel Kohlmeyer: "Re: Fwd: Problem building vmd with ospray - OSPRayRenderer.h error: ‘OSPModel’ does not name a typ"
- Previous message: Axel Kohlmeyer: "Re: Problem with make_trajectory_movie_files script for lammps trajectory with -dispdev text"
- Next in thread: Axel Kohlmeyer: "Re: Fwd: Problem building vmd with ospray - OSPRayRenderer.h error: ‘OSPModel’ does not name a typ"
- Reply: Axel Kohlmeyer: "Re: Fwd: Problem building vmd with ospray - OSPRayRenderer.h error: ‘OSPModel’ does not name a typ"
- Reply: Vermaas, Josh: "Re: Fwd: Problem building vmd with ospray - OSPRayRenderer.h error: ‘OSPModel’ does not name a typ"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]