timembedded / bluemsx-wii

Automatically exported from code.google.com/p/bluemsx-wii
1 stars 3 forks source link

compiling problems #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. compiling the Source
2.
3.

What is the expected output? What do you see instead?
c:/Users/root/bluemsx/source/Gui/GuiImages.cpp:11:32: error: 
image_button_yes.inc: No such file or directory
c:/Users/root/bluemsx/source/Gui/GuiImages.cpp:12:31: error: 
image_button_no.inc: No such file or directory
make[1]: *** [GuiImages.o] Error 1
"make": *** [build] Error 2

How can i compile it?

Original issue reported on code.google.com by ralfzau...@gmail.com on 10 Aug 2010 at 8:22

GoogleCodeExporter commented 8 years ago
Remove the 2 #include image_button_yes/no.h lines from the top, I have already 
placed some review comments on the checkin, they should have been removed.

Original comment by mbloemendal@gmail.com on 12 Aug 2010 at 7:41

GoogleCodeExporter commented 8 years ago
Fixed in r149

Original comment by mbloemendal@gmail.com on 14 Aug 2010 at 11:34