| View previous topic :: View next topic |
| Author |
Message |
Paulnpoosy
Joined: 18 Sep 2007 Posts: 1 Location: Hyrule
|
Posted: Tue Sep 18, 2007 11:25 am Post subject: Help with compiling:$ |
|
|
First of all i want to admit I am a huge Newb!!!
i had this workin on Windows but now im tryin Ubuntu..
when i want to compile something (Daedalus spacifically) i get this
| Code: | root@paul-desktop:/usr/local/pspdev/daedcommon# make
make: psp-config: Command not found
Makefile:22: /lib/build_local.mak: No such file or directory
make: *** No rule to make target `/lib/build_local.mak'. Stop.
|
lol i bet you guys can help no problem:)
then try to go
| Code: | root@paul-desktop:/usr/local/pspdev/daedcommon# sudo apt-get install build_local.mak
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package build_local.mak
|
lol im such a newb:P
any help would be very nice and i would be very grateful to you for helping:)
thank you in advanced
(O )( O) i like boobs _________________ iluAnna<3
Boobies(O )( O) |
|
| Back to top |
|
 |
cory1492
Joined: 10 Dec 2004 Posts: 216
|
Posted: Tue Sep 18, 2007 1:16 pm Post subject: |
|
|
http://svn.ps2dev.org/filedetails.php?repname=psp&path=%2Ftrunk%2Fpsptoolchain%2Freadme.txt&rev=0&sc=0
| Quote: | 2) Add the following to your login script:
export PSPDEV=/usr/local/pspdev
export PATH=$PATH:$PSPDEV/bin |
I imagine this is your problem. Start your file browser, set it to show hidden files and open ".bashrc" from your home folder and add those two lines near the end (it should help if you used the sudo install script, and it was what I did to add them in ubuntu.) |
|
| Back to top |
|
 |
TakutoKaneshiro
Joined: 07 Sep 2007 Posts: 4
|
Posted: Tue Sep 18, 2007 5:08 pm Post subject: |
|
|
| There is problem in Ubuntu, since all users have own environment variables. I.e you write exports of those variables in bashrc, but when you do 'sudo', superuser environment know nothing about them. Im ended writing those export commands in all bash scripts I can get, but only .gnomerc worked. |
|
| Back to top |
|
 |
|