building PSPSDK from svn

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
mrdelayer
Posts: 16
Joined: Sun Jul 10, 2005 4:30 pm

building PSPSDK from svn

Post by mrdelayer »

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/auto ... ng-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? :|
User avatar
Agoln
Posts: 326
Joined: Wed Jun 08, 2005 3:14 am
Location: Fort Wayne, IN

Post by Agoln »

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!
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

just chmod +x ./configure should do it.
mrdelayer
Posts: 16
Joined: Sun Jul 10, 2005 4:30 pm

Post by mrdelayer »

w00t, worked! thanks.
Post Reply