MathewWi / wiiflow

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

net_init_async not declared #329

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.menu_download.cpp
2.c:/devkitPro/wiiflow/source/menu/menu_download.cpp: In member function 'void 
CMenu::_initAsyncNetwork()':
3.c:/devkitPro/wiiflow/source/menu/menu_download.cpp:287: error: 
'net_init_async' was not declared in this scope

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

Cannot terminate compiling because i get this error

What version of the product are you using? On what operating system?

r206

Please provide any additional information below.

I need the library with this subfunction. where i can get it?

Original issue reported on code.google.com by francesc...@gmail.com on 18 Sep 2010 at 4:34

GoogleCodeExporter commented 9 years ago
you dont have the newest libogc from their svn.

Original comment by Miigotu on 18 Sep 2010 at 4:42

GoogleCodeExporter commented 9 years ago
how can i get it? i tried to use turtle svn from the libogc on soruceforge, but 
nada. the problem persist. can you give me the link of the latest version one?

Original comment by francesc...@gmail.com on 18 Sep 2010 at 11:21

GoogleCodeExporter commented 9 years ago
First download this: http://sourceforge.net/projects/devkitpro/ (the full 
package)
Then download this: 
http://code.google.com/p/wiiflow/downloads/detail?name=portlibs.zip&can=2&q=

The instructions are on Wiiflowiki: 
http://www.wiiflowiki.com/compiling/devkitpro

I did the same thing, for me it works without setting environment variables.

Original comment by e.van.de...@gmail.com on 19 Sep 2010 at 12:53

GoogleCodeExporter commented 9 years ago
solved! thanks!
i've just compiled the libogc with the cmd

Original comment by francesc...@gmail.com on 20 Sep 2010 at 8:45