Welcome! Log In Create A New Profile

Advanced

Put headers into $DEVKITPPC/include or $DEVKITPRO/libogc/include ?

Posted by TheDrev 
Put headers into $DEVKITPPC/include or $DEVKITPRO/libogc/include ?
September 02, 2009 08:08PM
Hi !

Since I've installed devkitpro, I've put all new libs and include into $DEVKITPRO/libogc/include and lib
But when I wanted to build Lua, the makefile search fat.h into $DEVKITPPC/include... so maybe it was not a good idea to use libogc directory.

Does libogc directory is only for GX stuffs and $DEVKITPPC/include and lib for additional libs ?



Edited 1 time(s). Last edit at 09/02/2009 08:08PM by TheDrev.
Re: Put headers into $DEVKITPPC/include or $DEVKITPRO/libogc/include ?
September 02, 2009 08:56PM
Hi!

By default:

Headers go into devkitPRO/libogc/include

Static libs go into devkitPRO/libogc/libs

This can be changed by changing the path in your makefile (it sounds like the makefile you're using does this).
Re: Put headers into $DEVKITPPC/include or $DEVKITPRO/libogc/include ?
September 07, 2009 06:06PM
If you grab ANY libs or include files off the internet, they go in the libogc includes/libs. The one in devkitPPC is the for all of the standard c and c++ libs. The ones you would find on you computer.
Sorry, only registered users may post in this forum.

Click here to login