| View previous topic :: View next topic |
| Author |
Message |
rReLmy
Joined: 27 Dec 2007 Posts: 3
|
Posted: Thu Dec 27, 2007 5:38 am Post subject: compile DaX Mac Spoofer - psppacker error |
|
|
Hi
I tried to re-compile the macspoofer Plugin by Dark_AleX
| Code: | remy@soprano710:~/Desktop/macspoofer/src/macspoofer$ make
psppacker 371P macspoofer.prx
make: psppacker: Command not found
make: *** [release] Error 127 |
psppacker should be installed
The installation was successful without errors
| Code: | cd $PSPDEV
svn co svn://svn.ps2dev.org/psp/trunk/psppacker
cd psppacker
make |
Something wrong?
I'm using Ubuntu 7.10
bye |
|
| Back to top |
|
 |
TyRaNiD
Joined: 18 Jan 2004 Posts: 918
|
Posted: Thu Dec 27, 2007 6:09 am Post subject: |
|
|
| I am not sure what psppacker that is, what ever it is it isn't the psppacker in svn. It is possible to import patcher I guess. |
|
| Back to top |
|
 |
snow
Joined: 15 Dec 2007 Posts: 31
|
Posted: Thu Dec 27, 2007 6:18 am Post subject: |
|
|
| Can you call it from the command line? Is this an issue with the script not recognizing the PSP path? |
|
| Back to top |
|
 |
rReLmy
Joined: 27 Dec 2007 Posts: 3
|
Posted: Thu Dec 27, 2007 6:34 am Post subject: |
|
|
Thanks for the informations
@snow, what do you mean with «call it from the cl»?
There is no command «psppacker», but i can execute «$PSPDEV/psppacker/pc/psp-packer» |
|
| Back to top |
|
 |
Wally

Joined: 26 Sep 2005 Posts: 672
|
Posted: Thu Dec 27, 2007 9:30 am Post subject: |
|
|
| rReLmy wrote: | Thanks for the informations
@snow, what do you mean with «call it from the cl»?
There is no command «psppacker», but i can execute «$PSPDEV/psppacker/pc/psp-packer» |
try this in terminal in the psppacker/pc dir
sudo cp psp-packer /usr/local/pspdev/bin
try typing psp-packer to confirm it works, then change the makefile so instead of psppacker its psp-packer. |
|
| Back to top |
|
 |
rReLmy
Joined: 27 Dec 2007 Posts: 3
|
Posted: Fri Dec 28, 2007 1:20 am Post subject: |
|
|
no, it isn't the psppacker needed.
I tried it already with
| Code: | release: all
$(PSPDEV)/pspacker/pc/psp-packer 371P macspoofer.prx
TARGET = macspoofer
[...] |
|
|
| Back to top |
|
 |
moonlight
Joined: 26 Oct 2005 Posts: 567
|
Posted: Fri Dec 28, 2007 12:37 pm Post subject: |
|
|
remove psppacker reference from makefile.
psppacker (not the one in svn, it is such a common name i used same name lol) is a tool i made to compress and pack modules in ~psp-gzip format for M33 and the one i use to compress my modules. It is not finished yet, when it is done I'll release it.
Anyways, you can just ignore the error. the prx you have is fully functional. |
|
| Back to top |
|
 |
KickinAezz
Joined: 03 Jun 2007 Posts: 328
|
Posted: Fri Dec 28, 2007 1:58 pm Post subject: |
|
|
| moonlight wrote: | remove psppacker reference from makefile.
psppacker (not the one in svn, it is such a common name i used same name lol) is a tool i made to compress and pack modules in ~psp-gzip format for M33 and the one i use to compress my modules. It is not finished yet, when it is done I'll release it.
Anyways, you can just ignore the error. the prx you have is fully functional. | Does that say ~psp? Wow :O
The one psp sdk cant create. _________________ Intrigued by PSP system Since December 2006.
Use it more for Development than for Gaming. |
|
| Back to top |
|
 |
|