You are not logged in.

#1 2008-11-24 03:32:17

gcbzzzz
Member

libfat, snd, et all

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

 

#2 2008-11-24 19:16:26

chris
Member

Re: libfat, snd, et all

Well what libs does it want?  Sndlib is here

Offline

 

#3 2008-11-24 23:31:55

gcbzzzz
Member

Re: libfat, snd, et all

i'm giving up sad

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

 

#4 2008-11-24 23:59:34

Crayon
Bad Mother Fucker

Re: libfat, snd, et all

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:

Code:

#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:

Code:

LIBS    :=    -lpng -lz -lfat -lwiiuse -lbte -logc -lm

Last edited by Crayon (2008-11-25 00:09:33)

Offline

 

Board footer

Powered by FluxBB