smurk-too / wii-softchip

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

Cannot compile r84 #63

Closed GoogleCodeExporter closed 8 years ago

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

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

Please describe the issue you're having
When compile, i get:
c:/devkitPro/PROJETS/softchip/loader/source/SoftChip/SoftChip.cpp:28:
error: declaration of C function 'void settime(u64)' conflicts with
c:/devkitPro/libogc/include/ogc/lwp_watchdog.h:68: error: previous
declaration 'void settime(long long int)' here
--------------------------------------------------

Please provide any additional information below.
--------------------------------------------------

Original issue reported on code.google.com by mad...@gmail.com on 15 Feb 2009 at 7:23

GoogleCodeExporter commented 8 years ago
Hmm, did you install any additional libs or something else to your libogc? Do 
you use
the latest version from the updater?

Try make clean, and then make.

Original comment by nintendo...@kaffeeschluerfer.com on 15 Feb 2009 at 8:07

GoogleCodeExporter commented 8 years ago
I deleted all my softchip dir and redownloaded it
my directory "C:\devkitPro\libogc\lib>" contains

C:\devkitPro\libogc\lib>ls wii
libFreeTypeGX.a  libbte.a  libdi.a   libfreetype.a  libmetaphrasis.a  libmxml.a 
libpng.a   libsamplerate.a  libwiiuse.a
libasnd.a        libdb.a   libfat.a  libmad.a       libmodplay.a      libogc.a  
libpngu.a  libtinysmb.a     libz.a

C:\devkitPro\libogc\lib>ls cube
libFreeTypeGX.a  libbba.a  libfat.a       libmad.a          libmodplay.a  
libogc.a 
libpngu.a        libtinysmb.a
libasnd.a        libdb.a   libfreetype.a  libmetaphrasis.a  libmxml.a     
libpng.a 
libsamplerate.a  libz.a

Original comment by mad...@gmail.com on 15 Feb 2009 at 8:46

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
it now works after redownloading ligogc from cvs, thanx

Original comment by mad...@gmail.com on 15 Feb 2009 at 8:57

GoogleCodeExporter commented 8 years ago
I'm glad to hear that, but for now only the libogc from the devkitpro updater is
tested. And i think the latest release is at svn now instead of cvs. So if you
encounter any other error, check your libogc.

Original comment by nintendo...@kaffeeschluerfer.com on 15 Feb 2009 at 9:57