Page 1 of 1
XCrysDEn installation
Posted: Fri Nov 05, 2010 9:36 pm
by raff
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
Re: XCrysDEn installation
Posted: Sat Nov 06, 2010 4:40 pm
by Alain_Jacques
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
Re: XCrysDEn installation
Posted: Thu May 19, 2011 6:15 pm
by Renxiong Lee
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.
Re: XCrysDEn installation
Posted: Fri May 20, 2011 10:55 am
by david.waroquiers
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
Re: XCrysDEn installation
Posted: Sat May 21, 2011 4:09 pm
by Renxiong Lee
Thank you, I just know the function about mailing list on that website.