molden install gives fatal compilation error

Kurzd

I'm trying to install molden5.7. I've followed the steps on this guide, just changing the version. I tried it once before and it worked, but this time when I get to the make step, I get

xwin.c:12:22: fatal error: X11/Xlib.h: No such file or directory
compilation terminated
<builtin>: recipe for target 'xwin.o' failed
make: *** [xwin.o] Error 1

I've tried to install the X11 libs the guide requested, but I get an

E: unable to locate package libX11-6
E: unable to locate package libX11-dev

Both this comp and the one I succeeded with are on Ubuntu GNOME 16.04 LTS

Liso

You just made a typing mistake, the actual package you want is called libx11-dev (with lowercase x). So the command would be:

sudo apt-get install libx11-dev
sudo apt-get install libx11-6

If you search libX11-dev on Ubuntu Packages, it will return libx11-dev and not libX11-dev (notice the X). Make sure you have type the package correctly before attempting any install command.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

if else gives fatal error

From Dev

Bundle install fatal error

From Dev

Matching with varargs() gives compilation error

From Dev

Maven Install - Compilation Error

From Java

podfile gives an error on install

From Dev

login to postgres as another user gives FATAL error

From Dev

Smarty gives Fatal error on editing .tpl file

From Dev

login to postgres as another user gives FATAL error

From Dev

Installing PHP on FreeBSD 10 gives compilation error

From Dev

jpa criteriabuilder upper gives compilation error

From Dev

Commented code gives compilation error in Java?

From Dev

Fortran read statement gives no compilation error

From Dev

Program with embedded sql gives compilation error

From Dev

foo((&i)++) gives compilation error in C

From Dev

Installing PHP on FreeBSD 10 gives compilation error

From Dev

Installing package on R gives compilation error

From Dev

Fortran read statement gives no compilation error

From Dev

Generic push to a Stack gives compilation error

From Dev

Maven install command gives an error

From Dev

Maven install command gives an error

From Dev

Bower install ngCordova gives error

From Dev

npm install jsbin gives error

From Dev

Maven Compilation Error: Fatal error compiling: invalid target release: 1.8

From Dev

Grub fatal error - failed to install on dev/sda

From Dev

gcc compilation terminated with "fatal error: string: No such file or directory #include <string>"

From Dev

fatal error: ots/libots.h: No such file or directory compilation terminated

From Dev

cimport gives fatal error: 'numpy/arrayobject.h' file not found

From Dev

PHP Amazon Ses as an abstract class gives use fatal error

From Dev

New Symfony2 User Class gives Fatal Error

Related Related

HotTag

Archive