Code Monkey home page Code Monkey logo

flappy-bird_gx2's People

Contributors

gnmmarechal avatar maschell avatar orboditilt avatar rw-r-r-0644 avatar xhp-creations avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

flappy-bird_gx2's Issues

Conversion error when building

I'd love to have a play around with modifying this game, but I can't seem to build it. When I run make, I get this error:

pulljosh@PullJosh:~/Code/wiiu/Flappy-Bird_GX2$ make
main.cpp
In file included from /home/pulljosh/Code/wiiu/Flappy-Bird_GX2/src/system/AsyncDeleter.h:21:0,
                 from /home/pulljosh/Code/wiiu/Flappy-Bird_GX2/src/gui/GuiElement.h:37,
                 from /home/pulljosh/Code/wiiu/Flappy-Bird_GX2/src/gui/Gui.h:20,
                 from /home/pulljosh/Code/wiiu/Flappy-Bird_GX2/src/menu/MainWindow.h:23,
                 from /home/pulljosh/Code/wiiu/Flappy-Bird_GX2/src/Application.h:20,
                 from /home/pulljosh/Code/wiiu/Flappy-Bird_GX2/src/main.cpp:1:
/home/pulljosh/Code/wiiu/Flappy-Bird_GX2/src/system/CThread.h: In constructor 'CThread::CThread(int, int, int, CThread::Callback, void*)':
/home/pulljosh/Code/wiiu/Flappy-Bird_GX2/src/system/CThread.h:46:37: error: invalid conversion from 'int (*)(int, void*)' to 's32 (*)(s32, void*) {aka long int (*)(long int, void*)}' [-fpermissive]
             OSCreateThread(pThread, &CThread::threadCallback, 1, this, (u32)pThreadStack+iStackSize, iStackSize, iPriority, iAttributes);
                                     ^~~~~~~~
/home/pulljosh/Code/wiiu/Flappy-Bird_GX2/Makefile:175: recipe for target 'main.o' failed
make[1]: *** [main.o] Error 1
Makefile:137: recipe for target 'build' failed
make: *** [build] Error 2

I'm currently using Ubuntu, if that matters any. (I also have virtually no experience with C, so type casting is a bit of a foreign concept...)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.