| View previous topic :: View next topic |
| Author |
Message |
mrdelayer
Joined: 10 Jul 2005 Posts: 16
|
Posted: Mon Jul 11, 2005 6:45 am Post subject: building PSPSDK from svn |
|
|
ok... i've got the new one checked out from svn... but
Matt@steamloller ~/pspsdk
$ ./bootstrap
.
aclocal/version.m4:6: warning: underquoted definition of AC_PSPSDK_VERSION
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
aclocal/pspdev.m4:6: warning: underquoted definition of AC_PSPDEV_PATH
aclocal/pspdev.m4:39: warning: underquoted definition of __PSPDEV_CHECK_TOOL
aclocal/pspdev.m4:52: warning: underquoted definition of AC_PSPDEV_TOOLCHAIN
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
sdk/audio/Makefile.am: installing `./depcomp'
Matt@steamloller ~/pspsdk
$ ./configure
bash: ./configure: Permission denied
any ideas? :| |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Mon Jul 11, 2005 7:58 am Post subject: |
|
|
are you in linux?
If so, then do a ls -al and it'll tell you who owns the files. If it's not you, then you need to go in as root (or whoever owns them) and do a:
chown -R [name]:[group] *
If you are the owner, try doing a:
chmod 774 ./configure _________________ Lego of my Ago! |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Mon Jul 11, 2005 8:19 am Post subject: |
|
|
| just chmod +x ./configure should do it. |
|
| Back to top |
|
 |
mrdelayer
Joined: 10 Jul 2005 Posts: 16
|
Posted: Mon Jul 11, 2005 9:16 am Post subject: |
|
|
| w00t, worked! thanks. |
|
| Back to top |
|
 |
|