[lammps-users] Unable to make xmovie directory

Hi,

When I try to make the /tool/xmovie directory I get the following errors:

GCC - C - CO2 - finline functions - g - DMISSINGDEFS - D_POSIX_SOURCE - DUSEPRIVATE - DINCL_FLOAT - Wimplicit - Wunused - Wmissing prototype xmovie.c xmovie.c: 15: 26: Error: X11/Xaw/Form.h: NO look for file or directory xmovie.c: 16: 31: Error: X11/Xaw/Cardinals.h: NO look for file or directory xmovie.c: In function” Main “: xmovie.c: 153: Error: ” ZERO “does not define (first use in this function) xmovie.c: 153: Error: (Each not defined designator is only once specified xmovie.c: 153: Error: for each function in which it arises.) make: *** [xmovie.o] error 1

Could you please point out th reason?

Regards,
sj

Error: X11/Xaw/Form.h: NO look for file or directory xmovie.c: 16: 31: Error: X11/Xaw/Cardinals.h:

These are odd error messages - if the files don't exist, that is
likely the problem. It could
be that X11 is installed somewhere else on your box, in which case you
will need to edit the Makefile in the xmovie dir, as the README states.

Steve