Help with compiling:$

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

Moderators: cheriff, TyRaNiD

Post Reply
Paulnpoosy
Posts: 1
Joined: Tue Sep 18, 2007 11:09 am
Location: Hyrule

Help with compiling:$

Post by Paulnpoosy »

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: Select all

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: Select all

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)
cory1492
Posts: 216
Joined: Fri Dec 10, 2004 1:49 pm

Post by cory1492 »

http://svn.ps2dev.org/filedetails.php?r ... rev=0&sc=0
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.)
TakutoKaneshiro
Posts: 4
Joined: Fri Sep 07, 2007 7:00 pm

Post by TakutoKaneshiro »

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.
Post Reply