mightymouse2016 / wiiflow

Automatically exported from code.google.com/p/wiiflow
0 stars 0 forks source link

compile error, i have used the tut on how to compile #313

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.compile rev 186

What is the expected output? What do you see instead?
a compiled rev186 wiiflow

What version of the product are you using? On what operating system?
windows vista home basic, using the tut on compiling wiiflow, rev 186

Please provide any additional information below.
the error i get(the stars in the filepaths being my name):

c:/Users/****/Desktop/wiiflow/source/menu/menu_download.cpp: In member function 
'void CMenu::_initAsyncNetwork()':
c:/Users/****/Desktop/wiiflow/source/menu/menu_download.cpp:293: error: 
'net_init_async' was not declared in this scope
make[1]: *** [menu_download.o] Error 1
"make": *** [build] Error 2

Original issue reported on code.google.com by teunroo...@gmail.com on 8 Sep 2010 at 5:05

GoogleCodeExporter commented 8 years ago
You have to compile libogc from source instead of using the stable version:
svn co https://devkitpro.svn.sourceforge.net/svnroot/devkitpro/trunk/libogc/ 
libogc

Original comment by david.racine.1 on 8 Sep 2010 at 5:17

GoogleCodeExporter commented 8 years ago
Indeed, you are using the wrong libogc version. Get the latest libogc from 
their svn.

Original comment by r-...@live.com on 8 Sep 2010 at 5:25

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
When doing an svn checkout aren't you using the latest libogc? Cause I am using 
an svn checkout downloading the latest revision and it still gives me this 
error.

Original comment by teunroo...@gmail.com on 12 Sep 2010 at 5:40

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I tried downloading the latest libogc from the svn link u gave me, and I copied 
the folder from the svn checkout to the devkitpro folder, but it still isn't 
working. Does the libogc need compiling? If so, how do you compile it, it 
doesn't have a PNPROJ file like the wiiflow source does.

Original comment by teunroo...@gmail.com on 12 Sep 2010 at 5:51

GoogleCodeExporter commented 8 years ago
teunroozen: I think you need to find a manual on how to compile source code :)

It has something to do with starting a command prompt, and typing make in the 
directory which contains the Makefile. You can also ask some ppl on the IRC 
channel. Some have a precompiled version uploaded somewhere...

Original comment by r-...@live.com on 12 Sep 2010 at 6:15