MathewWi / fceugc

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

current source doesn't compile? #307

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It very well could just be me, maybe I set something up wrong.  I wanted to see 
if the current fixes worked for me, but when I try to compile via the 
instructions on the Wiki page I get an error durning the compile procedure.

networkop.cpp
c:/Users/User/Desktop/fceu-gx/source/networkop.cpp: In function 'void* 
netcb(void*)':
c:/Users/User/Desktop/fceu-gx/source/networkop.cpp:201: error: 'net_init_async' 
was not declared in this scope
c:/Users/User/Desktop/fceu-gx/source/networkop.cpp:206: error: 'net_get_status' 
was not declared in this scope
make[2]: *** [networkop.o] Error 1
make[1]: *** [build_wii] Error 2
make[1]: Leaving directory `/c/Users/User/Desktop/fceu-gx'
"make": *** [wii] Error 2

> Process Exit Code: 2
> Time Taken: 00:32

Original issue reported on code.google.com by bryz...@hotmail.com on 13 Sep 2010 at 3:14

GoogleCodeExporter commented 9 years ago
You'd need to first compile libogc SVN, since that's what the SVN is now based 
off of

Original comment by dborth@gmail.com on 13 Sep 2010 at 6:03