XCrysDEn installation

MULTIBINIT, aTDEP, ANADDB, optics, cut3d, mrg* postprocessors

Moderators: MMNSchmitt, gonze

Locked
raff
Posts: 23
Joined: Thu Oct 07, 2010 4:58 pm

XCrysDEn installation

Post by raff » Fri Nov 05, 2010 9:36 pm

hello
I installed XCrysDEN following this steps:

./xcConfigure

source home/rafael/.bashrc

then when I run xcrysden it displays:

bash: /home/rafael/Desktop/xcrysden/XCrySDen-1.5.21-src-all/xcrysden: Permission denied

what's wrong?

thanks

User avatar
Alain_Jacques
Posts: 279
Joined: Sat Aug 15, 2009 9:34 pm
Location: Université catholique de Louvain - Belgium

Re: XCrysDEn installation

Post by Alain_Jacques » Sat Nov 06, 2010 4:40 pm

It's probably not the right place for xcrysden support questions ... I assume that xcrysden doc comes with details on how to install and run the code.

permissions? Does the user "rafael" owns the file xcrysden? Change the owner if it's not the case with

Code: Select all

chown -R /home/rafael/Desktop/xcrysden/XCrySDen-1.5.21-src-al
You may have to be root to do that. Check that xcrysden can be executed by its owner; change with

Code: Select all

chmod a+x /home/rafael/Desktop/xcrysden/XCrySDen-1.5.21-src-all/xcrysden
Any improvement?

Alain

Renxiong Lee
Posts: 6
Joined: Thu Nov 11, 2010 5:48 pm

Re: XCrysDEn installation

Post by Renxiong Lee » Thu May 19, 2011 6:15 pm

Hello,
I meet trouble while installing xcrysden 1.5.23. My system is ubuntu 10.10. My problem is :

home/xiaoxiong/Downloads/XCrySDen-1.5.23-src-all/external/include -I/usr/X11R6/include -c xcviewport.c
In file included from xcviewport.c:21:
/usr/include/GL/glu.h:231: error: expected ‘)’ before ‘*’ token
/usr/include/GL/glu.h:271: error: expected ‘)’ before ‘*’ token
/usr/include/GL/glu.h:354: error: expected ‘)’ before ‘*’ token
/usr/include/GL/glu.h:360: error: expected ‘)’ before ‘*’ token
/usr/include/GL/glu.h:363: error: expected ‘)’ before ‘*’ token
/usr/include/GL/glu.h:364: error: expected ‘)’ before ‘*’ token
/usr/include/GL/glu.h:365: error: expected ‘)’ before ‘*’ token
/usr/include/GL/glu.h:366: error: expected ‘)’ before ‘*’ token
/usr/include/GL/glu.h:367: error: expected ‘)’ before ‘*’ token
/usr/include/GL/glu.h:368: error: expected ‘)’ before ‘*’ token
/usr/include/GL/glu.h:372: error: expected ‘)’ before ‘*’ token
/usr/include/GL/glu.h:373: error: expected ‘)’ before ‘*’ token
/usr/include/GL/glu.h:374: error: expected ‘)’ before ‘*’ token
/usr/include/GL/glu.h:375: error: expected ‘)’ before ‘*’ token
/usr/include/GL/glu.h:376: error: expected ‘)’ before ‘*’ token
/usr/include/GL/glu.h:377: error: expected ‘)’ before ‘*’ token
/usr/include/GL/glu.h:384: error: expected ‘)’ before ‘*’ token
make[2]: *** [xcviewport.o] Error 1
make[2]: Leaving directory `/home/xiaoxiong/Downloads/XCrySDen-1.5.23-src-all/C'
make[1]: *** [compile] Error 2
make[1]: Leaving directory `/home/xiaoxiong/Downloads/XCrySDen-1.5.23-src-all/C'
make: *** [src-C] Error 2


Can somebody help me? Thank you.

david.waroquiers
Posts: 138
Joined: Sat Aug 15, 2009 12:45 am

Re: XCrysDEn installation

Post by david.waroquiers » Fri May 20, 2011 10:55 am

Hello,

I think you will have more help on how to install xcrysden and how to solve problems related to xcrysden in the mailing lists of xcrysden : http://www.democritos.it/pipermail/xcrysden/
This mailing list is also accessible from the xcrysden website : http://www.xcrysden.org/

David

Renxiong Lee
Posts: 6
Joined: Thu Nov 11, 2010 5:48 pm

Re: XCrysDEn installation

Post by Renxiong Lee » Sat May 21, 2011 4:09 pm

Thank you, I just know the function about mailing list on that website.

Locked