Cannot compile source from SVN

Issue #81 invalid
Former user created an issue

Original [issue 81](https://code.google.com/p/genplus-gx/issues/detail?id=81) created by nintendonerd1889 on 2010-05-10T18:14:20.000Z:

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.

Comments (4)

  1. Former user Account Deleted

    Comment # 1 originally posted by Icedus on 2010-05-10T18:44:33.000Z:

    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

  2. Former user Account Deleted

    Comment # 2 originally posted by ekeeke31 on 2010-05-10T20:46:14.000Z:

    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.

  3. Former user Account Deleted

    Comment # 4 originally posted by ekeeke31 on 2010-05-11T06:29:03.000Z:

    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.

  4. Log in to comment