smurk-too / wii-softchip

Automatically exported from code.google.com/p/wii-softchip
0 stars 0 forks source link

Compiler error on r85 #73

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please fill out the following information:

Problem Disc:
--------------------------------------------------
Disc Region:3.2E
Wii Region:3.2E
cIOS Version:cios36 rev07

Which SoftChip revision are you using?
--------------------------------------------------
r85

Please describe the issue you're having
--------------------------------------------------
Compiler error

Please provide any additional information below.
--------------------------------------------------
D:/SC/loader/source/SoftChip/SoftChip.cpp:28: error: declaration of C
function 'void settime(u64)' conflicts with
D:/devkitPro/libogc/include/ogc/lwp_watchdog.h:68: error: previous
declaration 'void settime(long long int)' here

Original issue reported on code.google.com by cl...@wolke7.net on 23 Feb 2009 at 5:19

GoogleCodeExporter commented 8 years ago
There was an update of libogc. This problem settime declared twice can easily be
solved, by removing it from the SoftChip code. But there's some other change to
libogc which renders SoftChip not compilable. As soon as possible SoftChip will 
be
compilable with the latest version libogc, until then you need to use the old 
version
of libogc(1.7.0):
http://sourceforge.net/project/showfiles.php?group_id=114505&package_id=126925

Original comment by nintendo...@kaffeeschluerfer.com on 23 Feb 2009 at 10:51

GoogleCodeExporter commented 8 years ago
Working with r86.

Original comment by luccax@gmail.com on 24 Feb 2009 at 10:09