IVBeatz / genplus-gx

Automatically exported from code.google.com/p/genplus-gx
Other
0 stars 0 forks source link

Cannot compile source from SVN #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Go to "source"
2.Copy SVN URL
3.Check out SVN with any client program (like Tortoise SVN)

What is the expected output? What do you see instead?
The SVN itself downloads just from google code without a problem, but
when you open up "compile_all" as a batch file, it does not compile,
neither does it display any errors (it flickers open for a split second
then closes). What the crap? Is it because I'm using it on Windows XP,
or what?  The batch file should compile the source code without any
problems, as I have do so before (the steps I use now are the same steps I
have used when compiling from SVN in the past); I have done nothing different. 

What version of the emulator are you using?
1.3.2 SVN, latest revision (as of 5/10/2010)

Please provide any additional information below (video settings, console
region,...)

Irrelevant to the issue I am facing. And yes, I am WELL aware that I am
using a beta version, so please don't bother pointing that out.

Original issue reported on code.google.com by nintendonerd1889@gmail.com on 10 May 2010 at 6:14

GoogleCodeExporter commented 9 years ago
It compiles fine for me, and I'm on XP, using the same program to grab the 
files from
SVN. I'm not sure what your problem is exactly, but it doesn't seem to be with 
the
batch file. Maybe try reinstalling devkitpro and get all the files listed on the
"Compiling" wiki page? You can also try this: 

-Right-click on the compile_all.bat file
-Click "Edit"
-Add "pause" (without quotes) on the last line
-See if any errors are popping up before the window usually closes itself
-Post them here and somebody will probably be able to help you

Original comment by Ice...@gmail.com on 10 May 2010 at 6:44

GoogleCodeExporter commented 9 years ago
You are probably missing some library and/or not using the last devkitPPC 
version.
There is a Wiki entry that kindly teach you how to compile the code, please 
read it
carefully.

Original comment by ekeeke31@gmail.com on 10 May 2010 at 8:46

GoogleCodeExporter commented 9 years ago
Okay, I managed to get the all_compile.bat to display the errors, so, I 
captured the
image and posted it on photobucket:
http://i255.photobucket.com/albums/hh137/Nintendo1889/all_compile.jpg  You're 
right
though; I probably have to update the libraries. 

Original comment by nintendonerd1889@gmail.com on 10 May 2010 at 10:47

GoogleCodeExporter commented 9 years ago
No, it means 'make' is not found, which means you messed up your devkitPPC
installation or deleted/changed some stuff in your PC since the last time you
compiled the sources. Best solution is to reinstall everything.

Original comment by ekeeke31@gmail.com on 11 May 2010 at 6:29