Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO]Codeblocks:permission denied
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
ago
Developer
Developer


Joined: 01 Mar 2008
Posts: 1527
Location: Milan, Italy

PostPosted: Sat Feb 14, 2009 1:51 pm    Post subject: [RISOLTO]Codeblocks:permission denied Reply with quote

salve..ho un piccolo problemino...ho installato codeblocks e qualunque cosa cerco di compilare in c++ mi risponde sempre permission denied, ho anche provato a lanciarlo da root ma risponde sempre allo stesso modo..come mai?

Last edited by ago on Mon Feb 16, 2009 4:49 pm; edited 1 time in total
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Sat Feb 14, 2009 4:53 pm    Post subject: Reply with quote

non lo uso, ma sicuramente quello che hai postato è insufficiente a capire dov'è (e addirittura qual è) il problema.
Vedi se trovi qualche log più accurato.
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
ago
Developer
Developer


Joined: 01 Mar 2008
Posts: 1527
Location: Milan, Italy

PostPosted: Sat Feb 14, 2009 8:25 pm    Post subject: Reply with quote

probabilmente hai ragione..ma se mi dici esplicitamente cosa vuoi sapere in più riesco a essere più dettagliato..per ora so che mi dice sempre e permission denied...Cmq se sai consigliarmi un altro programma che compila c++(escluso eclipse)va bene ugualmente
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Sun Feb 15, 2009 10:31 am    Post subject: Reply with quote

Devi trovare il modo di postare l'output completo che ti da l'IDE. solo permission denied non vuol dire niente.

Per compilare basta g++ & co (anche cb usa quelli sotto linux mi pare), serve solamente imparare ad usarli.
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
ago
Developer
Developer


Joined: 01 Mar 2008
Posts: 1527
Location: Milan, Italy

PostPosted: Sun Feb 15, 2009 4:20 pm    Post subject: Reply with quote

allora se io provo a compilare roba cosi:
Code:
#include<iostream>
using namespace std;
int main ()
{
cout<<"ciao"endl;
}

mi dice:
sh:/home/ago/nomefile: Permission denied
Press ENTER to continue.
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Sun Feb 15, 2009 4:52 pm    Post subject: Reply with quote

googlando ho trovato questo. vedi se ti aiuta.

Altri hanno questo problema per via della home montata in noexec.
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
ago
Developer
Developer


Joined: 01 Mar 2008
Posts: 1527
Location: Milan, Italy

PostPosted: Mon Feb 16, 2009 4:49 pm    Post subject: Reply with quote

bene..grazie lo stesso per l'aiuto, ma ho risolto. Era un "mio" errore, cioè quando creavo il file lo chiamavo semplicemente nomefile, invece inserendo nomefile.cpp compila e funziona tranquillamente tutto!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum