AveryEvans / cfg-loader-mod

Automatically exported from code.google.com/p/cfg-loader-mod
GNU General Public License v2.0
0 stars 0 forks source link

Compile errors with r50 #99

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download and make r50
2.
3.

What is the expected output? What do you see instead?

apploader.c
c:/Sources/CFG-Loader-Mod/source/apploader.c:147:3: error: 'TVPal574IntDfScale' 
undeclared here (not in a function)
c:/Sources/CFG-Loader-Mod/source/apploader.c:169:2: error: initializer element 
is not constant
c:/Sources/CFG-Loader-Mod/source/apploader.c:169:2: error: (near initialization 
for 'PAL2NTSC[16]')
If 'TVPal574IntDfScale' is changed back to 'TVPal576IntDfScale' as it was in 
r49 module will compile

menu.c has #include <wiilight.h> the file dosent exist
makefile is looking for a lib wiilight which dosent exist
booth referances to wiilight can be removed because they arent used. this has 
been hapening for the last several builds
It looks like the wiilight functionality was added to util.c and util.h

What version of the product are you using?
r50

Original issue reported on code.google.com by Howard_M...@yahoo.com on 13 Dec 2012 at 5:21

GoogleCodeExporter commented 8 years ago
Take a look <a href="http://wiibrew.org/wiki/Libwiilight">here</a> and download 
libwiilight which is not part of this project.

TVPal574IntDfScale indicates that you are not using the latest devkitppc 
because those constants where changed some time ago.

Original comment by baka0815...@gmail.com on 18 Dec 2012 at 5:44

GoogleCodeExporter commented 8 years ago
Ok, HTML not working.

Here is the link for libwiilight: http://wiibrew.org/wiki/Libwiilight

Original comment by baka0815...@gmail.com on 18 Dec 2012 at 5:45

GoogleCodeExporter commented 8 years ago
While libwiilight is their, the functions inside are not used by cfg. cfg has 
its own wiilight function. that libwiilight and all referances to it are 
unnessassary.

What is the proper method for updating devkitppc so mine stays in sync with 
what is being used in cfg?

Original comment by Howard_M...@yahoo.com on 18 Dec 2012 at 7:19