Homebrew I'm desperate

BurningDesire

Well-Known Member
Member
Joined
Jan 27, 2015
Messages
4,997
Reaction score
5,909
Trophies
1
Location
Behind a screen reading news
XP
4,982
Country
United States
Run the following:
Code:
export DEVKITPRO=/path/to/devkitPro
export DEVKITARM=${DEVKITPRO}/devkitARM
Before trying to use devkit.
 
Those two lines are in my make file. I typed them in terminal then did the echo and the same result outputed.
Then what is the path to devKitPro?
If you are following that tutorial you only do the echo to check what is the path and load it into the xcode configuration.
But if you already know the path, then don't do the echo, just configure xcode.
 
Could you post your Makefile + the commands you are trying to run?
Sure. Here it is. I can't even run it though until I get the echo output.

--------------------- MERGED ---------------------------

Then what is the path to devKitPro?
If you are following that tutorial you only do the echo to check what is the path and load it into the xcode configuration.
But if you already know the path, then don't do the echo, just configure xcode.
I'll try that.
 
Then what is the path to devKitPro?
If you are following that tutorial you only do the echo to check what is the path and load it into the xcode configuration.
But if you already know the path, then don't do the echo, just configure xcode.
Not used to MacOS, I'll pass on that ^-^

Sure. Here it is. I can't even run it though until I get the echo output.

--------------------- MERGED ---------------------------


I'll try that.

And what is the output when you run make? Does it just say that you have to set the environment variables?
Did you try to set them through a sudo or something like that (though I don't see why this would be needed...)
 
Not used to MacOS, I'll pass on that ^-^



And what is the output when you run make? Does it just say that you have to set the environment variables?
Did you try to set them through a sudo or something like that (though I don't see why this would be needed...)
When I made it in Xcode I get a error saying

make: *** No targets specified and no makefile found. Stop.
Command /usr/bin/make faild with exit code 2
 
I just tried on an actual Mac.
It is .profile, even if it does not exist.
Run a terminal, then do:
nano .profile

then paste:
export DEVKITPRO=/checkThisIsTheCorrectpath/to/devkitPro
export DEVKITARM=${DEVKITPRO}/devkitARM

Save

Close the terminal
open another terminal

do
echo $DEVKITPRO

--------------------- MERGED ---------------------------

What and where is .bashrc?

--------------------- MERGED ---------------------------

Here is the full outcome of a build http://bronzeflames.deviantart.com/art/Screen-Shot-2015-09-09-at-8-15-02-PM-559335750?ga_submit_new=10%3A1441844167
Wait, what?
Someone did an Osu! for 3DS?
Do want!
 
Last edited by sarkwalvein,
I just tried on an actual Mac.
It is .profile, even if it does not exist.
Run a terminal, then do:
nano .profile

then paste:
export DEVKITPRO=/checkThisIsTheCorrectpath/to/devkitPro
export DEVKITARM=${DEVKITPRO}/devkitARM

Save

Close the terminal
open another terminal

do
echo $DEVKITPRO

--------------------- MERGED ---------------------------


Wait, what?
Someone did an Osu! for 3DS?
Do want!
Im doing Osu! for 3ds my friend
 
  • Like
Reactions: frogboy

Site & Scene News

Popular threads in this forum