Welcome! Log In Create A New Profile

Advanced

Getting started

Posted by amir 
Getting started
September 15, 2013 01:20AM
Hello, I am new to homebrew and I am still getting everything set up. I have devkitpro installed, and I tried using codeblocks with the template that comes with devkitpro, but Codeblocks gave an error with
#include
#include
saying it couldn't find the file. I am not sure if this error is because devkit is not installed properly or it is in codeblocks settings; does anyone know how to fix this or start troubleshooting? Also if there is another IDE that works better I have no problem changing.

P.S. I am using Ubuntu, and I am wanting to compile the programs so I can run them in dolphin.
Re: Getting started
September 15, 2013 03:19AM
#include stdlib.h
#include gccore.h
The website seems to have edited my post because of the > and < keys
Re: Getting started
September 16, 2013 05:53PM
Sorry, I'm not using CodeBlocks, but Visual Studio as my front-end, so I cannot comment on that part.

But if you want to test if devkitpro was properly installed, I suggest you run a makefile of the examples that come with devkitpro from commandline and see if it compiles fine.
Sorry, only registered users may post in this forum.

Click here to login