You are not logged in.
hi there.
I'm new here.
I'm trying to use grrlib, initially to draw IR cursor easily on top of my opengl perspective scene...
but when i try to compile I get lot's of requests for libs that aren't on the latest relese of libogc (2008-06)
such as libfat (this one i managed to get on sourceforge separately) and stuff for sound...
Where can i find all those?
Offline
i'm giving up
will wait until sndlib is in the libogc tree. the readme requires more steps then I will have to to work around using ortho in opengl for the cursor thing.
Offline
It's the first time I ear that GRRLIB is using Sndlib!
Do you use the lib (.a) file or you added the .c in your project?
The only libraries I see from GRRLIB.h are:
#include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <string.h> #include <malloc.h> #include <math.h> #include <gccore.h> #include "../libpng/pngu/pngu.h"
If you look in the Makefile I agree with you for libfat but I don't see anything related to sndlib:
LIBS := -lpng -lz -lfat -lwiiuse -lbte -logc -lm
Last edited by Crayon (2008-11-25 00:09:33)
Offline