Game compiling error! (New error!)

Stuck? This is the place to go to get and give help.

Game compiling error! (New error!)

Postby junkiegamemaker » April 15th, 2012, 11:47 am

My computer was broken few weeks ago. :( I reinstalled Windows to fix it (before that, my OS is Windows 7 Ultimate 32-bit) and after that, my OS turns into Windows 7 Starter! :cry: From that time, every time when I compile or test a game, I always get an error. It says:


E:\DSGMTempNewProject43234041>make
Makefile:13: E:\devkitPro\PAlib\lib\PA_Makefile: No such file or directory
make: *** No rule to make target `E:\devkitPro\PAlib\lib\PA_Makefile'. Stop.

E:\DSGMTempNewProject43234041>pause
Press any key to continue . . .


Here is the project if that needs fixing...
MPDS.dsgm
(40.24 MiB) Downloaded 21 times


And the screenshot:
DSGM_Error.png


EDIT: The old error is fixed, but this is a NEW error!
Last edited by junkiegamemaker on April 23rd, 2012, 2:09 pm, edited 5 times in total.
!@#?& poniez!!!! Get outta this world!!!!
lul

Anyone read Nyotai-ka?
User avatar
junkiegamemaker
 
Posts: 96
Joined: September 9th, 2011, 10:18 am
Location: STALKER!!

Re: Game compiling error!

Postby djl12328 » April 15th, 2012, 4:57 pm

That error means that you do not have "make" installed. You might have to find an installer for it somewhere.
djl12328
 
Posts: 13
Joined: February 8th, 2012, 1:37 pm
Location: At my computer.

Re: Game compiling error!

Postby YoshiInAVoid » April 15th, 2012, 6:51 pm

'make' is part of devkitPro.
YoshiInAVoid
 
Posts: 1960
Joined: December 30th, 2010, 11:53 am
Location: England

Re: Game compiling error!

Postby Nobody » April 15th, 2012, 7:52 pm

reinstalling devkitpro should work.
Feel free to ask me for help. I'm on the forum a lot.

Recent Projects:
Crafters DS (Minecraft 2D Clone!) viewtopic.php?f=13&t=3082 (latest project!)
The Living Dead - viewtopic.php?f=13&t=1582
Mario Craft - viewtopic.php?f=8&t=1736 (Most Popular!)
Spawn Zombies - viewtopic.php?f=13&t=3444 (Newest)
User avatar
Nobody
 
Posts: 1949
Joined: February 14th, 2011, 12:08 am
Location: United States of America

Re: Game compiling error!

Postby junkiegamemaker » April 16th, 2012, 10:52 am

Well, I did reinstall devkitpro. But it still has that error!
!@#?& poniez!!!! Get outta this world!!!!
lul

Anyone read Nyotai-ka?
User avatar
junkiegamemaker
 
Posts: 96
Joined: September 9th, 2011, 10:18 am
Location: STALKER!!

Re: Game compiling error!

Postby Foxi4 » April 16th, 2012, 3:09 pm

junkiegamemaker wrote:Well, I did reinstall devkitpro. But it still has that error!

"make" has little to do with devkitPro - it's a simple command within Windows which requests compilation of code by the compiler set as default. If "make" is not recognized then it is not present in the registery. devkitPro's installer registers this command automatically and sets the compiler as its own.

You installed devkitPro either from an account without Administrative Privileges or without running the Installer in Administrator Mode or User Account Control denied the request to edit the registery.

Disable UAC in the control panel and install again, running the installer As Administrator by right-clicking on it and selecting this option from the drop-down context menu. Worst-case scenario is registering the command via the Command Prompt - Google how to do so if all else fails, it has been tackled on devkitPro forums.
Current Projects:

FalloutDS: Postponed until proper libraries are created, 10%
Foxi_Lib: A completely revised version of NitroSprites[FINAL], NitroBackgrounds and NitroText[FINAL], 40%
Foxi4
 
Posts: 1114
Joined: December 31st, 2010, 3:25 am

Re: Game compiling error!

Postby junkiegamemaker » April 16th, 2012, 4:00 pm

Foxi4 wrote:
junkiegamemaker wrote:Well, I did reinstall devkitpro. But it still has that error!

"make" has little to do with devkitPro - it's a simple command within Windows which requests compilation of code by the compiler set as default. If "make" is not recognized then it is not present in the registery. devkitPro's installer registers this command automatically and sets the compiler as its own.

You installed devkitPro either from an account without Administrative Privileges or without running the Installer in Administrator Mode or User Account Control denied the request to edit the registery.

Disable UAC in the control panel and install again, running the installer As Administrator by right-clicking on it and selecting this option from the drop-down context menu. Worst-case scenario is registering the command via the Command Prompt - Google how to do so if all else fails, it has been tackled on devkitPro forums.

Well, I went into my account, then Change User Account Control settings, and there's a slider, I dragged it to the bottom, where it says Never notify. Is this correct?
!@#?& poniez!!!! Get outta this world!!!!
lul

Anyone read Nyotai-ka?
User avatar
junkiegamemaker
 
Posts: 96
Joined: September 9th, 2011, 10:18 am
Location: STALKER!!

Re: Game compiling error!

Postby Foxi4 » April 16th, 2012, 5:20 pm

Pretty much. Now, ensure that the account you are using to install the application has administrative priviledges. You can check that in the Users tab. Even if it does, run the installer downloaded from devkitPro's website As Administrator.
Current Projects:

FalloutDS: Postponed until proper libraries are created, 10%
Foxi_Lib: A completely revised version of NitroSprites[FINAL], NitroBackgrounds and NitroText[FINAL], 40%
Foxi4
 
Posts: 1114
Joined: December 31st, 2010, 3:25 am

Re: Game compiling error!

Postby junkiegamemaker » April 17th, 2012, 5:28 am

Well, my user is an Administrator, and I ran devkitProUpdater-1.5.3.exe. After that, I retry testing the game and the errors are still THERE!!
!@#?& poniez!!!! Get outta this world!!!!
lul

Anyone read Nyotai-ka?
User avatar
junkiegamemaker
 
Posts: 96
Joined: September 9th, 2011, 10:18 am
Location: STALKER!!

Re: Game compiling error!

Postby Foxi4 » April 18th, 2012, 6:32 am

Firstly, cool off. This error is not in any way connected to DSGM, it's a devkitPro error. You will have to manually input PATH data via the Command Prompt and the msys console of the tool chain, there are articles on the devkit forum on how to do so, I'm on mobile so I cannot provide you with direct links but I've read some. I strongly suggest taking this question there, WinterMute, the local admin know-it-all will give you top notch assistance if you post there within a day or two. Keep in mind that your post will not be visible until approved so don't double-post. Moreover, make your post explicit - either post a screenshot or a crash dump. It would be best if you do not mention DSGM while as it - it works like a red cloth on a bull and you may not recieve support.
Current Projects:

FalloutDS: Postponed until proper libraries are created, 10%
Foxi_Lib: A completely revised version of NitroSprites[FINAL], NitroBackgrounds and NitroText[FINAL], 40%
Foxi4
 
Posts: 1114
Joined: December 31st, 2010, 3:25 am

Re: Game compiling error!

Postby junkiegamemaker » April 19th, 2012, 12:07 pm

Are there any easier ways??? I don't want to make new accounts (i'm too lazy) and wait for days to get help!
!@#?& poniez!!!! Get outta this world!!!!
lul

Anyone read Nyotai-ka?
User avatar
junkiegamemaker
 
Posts: 96
Joined: September 9th, 2011, 10:18 am
Location: STALKER!!

Re: Game compiling error!

Postby Foxi4 » April 19th, 2012, 8:36 pm

The easy solutions to your problem aren't working. Either you're doing something wrong or your system is being particularily bitchy I'm afraid.

You don't have to "wait days" for an answer, you can simply Google it out, you have all the necessary information to do so. Before you do that though, I strongly suggest re-trying everything you've been told so-far as this is the "official" solution to your issue.

Perhaps some AV software is blocking registery access? Perhaps the firewall does? Perhaps you're not really in Admin mode?

Worst-case scenario? Run the system in Test Mode by holding down F8 on start-up - this lowers most of the bitchy Windows defence mechanisms.
Current Projects:

FalloutDS: Postponed until proper libraries are created, 10%
Foxi_Lib: A completely revised version of NitroSprites[FINAL], NitroBackgrounds and NitroText[FINAL], 40%
Foxi4
 
Posts: 1114
Joined: December 31st, 2010, 3:25 am

Re: Game compiling error!

Postby junkiegamemaker » April 20th, 2012, 3:25 am

But what if I mention DSGM?
!@#?& poniez!!!! Get outta this world!!!!
lul

Anyone read Nyotai-ka?
User avatar
junkiegamemaker
 
Posts: 96
Joined: September 9th, 2011, 10:18 am
Location: STALKER!!

Re: Game compiling error!

Postby YoshiInAVoid » April 20th, 2012, 11:04 am


...

3. They refuse to support me because I am using PAlib and ky_geturl. I asked them extreamly politely for some help regarding ky_geturl in my project. They delete my post and tell me that I am very confused and that I "appear to be lost" because PAlib and ky_geturl and not part of their toolchain and ban me from posting.

Why do they always act so stubborn, like 2 year olds? What's wrong with them? Why do they kill off PAlib, do they not want DS Homebrew games made by people without all of the experience that they have?

...


Don't ask for help on the devkitPro forum.
YoshiInAVoid
 
Posts: 1960
Joined: December 30th, 2010, 11:53 am
Location: England

Re: Game compiling error!

Postby Foxi4 » April 20th, 2012, 1:02 pm

PAlib was killed off because it was convoluted, humonogous, full of deprecated functions and for today's standards barely compiling. It's a little library that could, but as libnds was being updated over and over, PAlib didn't manage to keep up and quickly became obsolete. Now we have better libraries out there and we probably shouldn't worry about PAlib anymore.
Current Projects:

FalloutDS: Postponed until proper libraries are created, 10%
Foxi_Lib: A completely revised version of NitroSprites[FINAL], NitroBackgrounds and NitroText[FINAL], 40%
Foxi4
 
Posts: 1114
Joined: December 31st, 2010, 3:25 am

Re: Game compiling error! (New error!)

Postby junkiegamemaker » April 23rd, 2012, 2:41 am

I got another error! Please help me!
!@#?& poniez!!!! Get outta this world!!!!
lul

Anyone read Nyotai-ka?
User avatar
junkiegamemaker
 
Posts: 96
Joined: September 9th, 2011, 10:18 am
Location: STALKER!!

Re: Game compiling error! (New error!)

Postby Foxi4 » April 23rd, 2012, 1:55 pm

Describe the error or at least post the screenshot if it's "another one".
Current Projects:

FalloutDS: Postponed until proper libraries are created, 10%
Foxi_Lib: A completely revised version of NitroSprites[FINAL], NitroBackgrounds and NitroText[FINAL], 40%
Foxi4
 
Posts: 1114
Joined: December 31st, 2010, 3:25 am

Re: Game compiling error! (New error!)

Postby Foxi4 » April 23rd, 2012, 10:20 pm

I see that you've edited your initial post.

It appears that the MakeFile is missing, PAlib is not in a directory it was supposed to be installed in. (C:\devkitPro\PALib)

Make sure it's there, not in another directory.
Current Projects:

FalloutDS: Postponed until proper libraries are created, 10%
Foxi_Lib: A completely revised version of NitroSprites[FINAL], NitroBackgrounds and NitroText[FINAL], 40%
Foxi4
 
Posts: 1114
Joined: December 31st, 2010, 3:25 am

Re: Game compiling error! (New error!)

Postby junkiegamemaker » April 24th, 2012, 2:50 am

Foxi4 wrote:I see that you've edited your initial post.

It appears that the MakeFile is missing, PAlib is not in a directory it was supposed to be installed in. (C:\devkitPro\PALib)

Make sure it's there, not in another directory.

Oh...I just checked it again and it was not in my devkitPro folder. But can I put it in E:\devkitPro\PALib?
!@#?& poniez!!!! Get outta this world!!!!
lul

Anyone read Nyotai-ka?
User avatar
junkiegamemaker
 
Posts: 96
Joined: September 9th, 2011, 10:18 am
Location: STALKER!!

Re: Game compiling error! (New error!)

Postby Foxi4 » April 24th, 2012, 10:05 am

Excuse me, force of habit, of course it should be on E:\, you installed it there. :)
Current Projects:

FalloutDS: Postponed until proper libraries are created, 10%
Foxi_Lib: A completely revised version of NitroSprites[FINAL], NitroBackgrounds and NitroText[FINAL], 40%
Foxi4
 
Posts: 1114
Joined: December 31st, 2010, 3:25 am

Next

Return to Help

Who is online

Users browsing this forum: Bing [Bot] and 1 guest

cron