GithubHelp home page GithubHelp logo

drhelius / geardrive Goto Github PK

View Code? Open in Web Editor NEW
36.0 8.0 4.0 210 KB

Sega Mega Drive / Genesis emulator for iOS, Mac, Raspberry Pi, Windows and Linux

Home Page: http://twitter.com/drhelius

License: GNU General Public License v3.0

C++ 64.48% C 35.09% QMake 0.41% PHP 0.02%
emulator raspberry-pi ios linux sega mega-drive megadrive

geardrive's People

Contributors

drhelius avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

geardrive's Issues

Cannot build for iOS?

I can't seem to find any files to build this for iOS on Xcode.
Is there something I'm missing?

Cannot build

There is no build system and there is no makefile in src/. Attempting to manually compile the files in src/ and platforms/qt-shared reveals many issues.

video.cpp miscapitalizes video.h as Video.h, resulting in the compiler being unable to find it. I had to make a symlink to help it along.

After getting the files to compile into objects, I am unable to link them, as there seems to be no file in the directory containing a main(). Where is the entry point?

So I try going to platforms/qt-shared and compiling those.

platforms/qt-shared $ g++ -c about.cpp
In file included from about.cpp:20:0:
about.h:23:22: fatal error: ui_About.h: No such file or directory
compilation terminated.

platforms/qt-shared $ g++ -c main.cpp
main.cpp:20:24: fatal error: QApplication: No such file or directory
compilation terminated.

All of the files have some fatal error that prevents them from compiling. There are several files and even entire directories that are inexplicably missing from the project.

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.