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
XCrysDEn installation
Moderators: MMNSchmitt, gonze
- Alain_Jacques
- Posts: 279
- Joined: Sat Aug 15, 2009 9:34 pm
- Location: Université catholique de Louvain - Belgium
Re: XCrysDEn installation
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 You may have to be root to do that. Check that xcrysden can be executed by its owner; change with Any improvement?
Alain
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
Code: Select all
chmod a+x /home/rafael/Desktop/xcrysden/XCrySDen-1.5.21-src-all/xcrysden
Alain
-
- Posts: 6
- Joined: Thu Nov 11, 2010 5:48 pm
Re: XCrysDEn installation
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.
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.
-
- Posts: 138
- Joined: Sat Aug 15, 2009 12:45 am
Re: XCrysDEn installation
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
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
-
- Posts: 6
- Joined: Thu Nov 11, 2010 5:48 pm
Re: XCrysDEn installation
Thank you, I just know the function about mailing list on that website.