Page 1 of 1

Please, Help me.

Posted: Thu Oct 16, 2008 7:04 pm
by takeru
hello,

Code: Select all

_src/libogc% make
video.c
In file included from devkitpro/_src/libogc/gc/ogcsys.h:4,
                 from devkitpro/_src/libogc/libogc/video.c:39:
devkitpro/_src/libogc/gc/gccore.h:76:27: error: ogc/wiilaunch.h: No such file or directory
make[1]: *** [video.o] Error 1
make: *** [wii] Error 2
where is wiilaunch.h ?

Re: Please, Help me.

Posted: Sat Oct 18, 2008 4:43 pm
by Eke
I noted that too

Seems like someone forget to add some files in CVS repository during its last commit, you should return to the previous revision if you want to recompile libogc

About the last revision, I wonder what marcan modified in video.c: there seems to be a pretty big amount of code configuring the Video Encoder...
If you are seeing that message, I'm very interested to know what you are configuring with those I2C commands (and in general, what registers means and what can be done from software side)