Giter VIP home page Giter VIP logo

awesomemapeditor's People

Contributors

diegoisawesome avatar nekaida avatar pokedude9 avatar sierraffinity 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  avatar  avatar  avatar  avatar

Watchers

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

awesomemapeditor's Issues

Unable to compile

I have being trying for 3+ hours, but no success 😢

My file structure is as follows

AwesomeMapEditor
../QBoy
..../bin
../yaml-cpp
..../bin
/bin

I configured all the 3 projects to compile to children /bin directories as shown above. I added QBoy and yaml-cpp as dependencies to the AwesomeMapEditor project, I even went to the AwesomeMapEditor.pro file and changed:

INCLUDEPATH += $$PWD/../QBoy/include
DEPENDPATH  += $$PWD/../QBoy/include
INCLUDEPATH += $$PWD/../yaml-cpp/include
DEPENDPATH += $$PWD/../yaml-cpp/include
QMAKE_LFLAGS += -static-libgcc -static-libstdc++
win32: LIBS += -lopengl32

CONFIG(debug, debug|release) {
    unix|win32: LIBS += -L$$PWD/../QBoy/bin/debug/ -lQBoy
    unix|win32: LIBS += -L$$PWD/../yaml-cpp/bin/debug/ -lyaml-cpp
} else {
    unix|win32: LIBS += -L$$PWD/../QBoy/bin/release/ -lQBoy
    unix|win32: LIBS += -L$$PWD/../yaml-cpp/bin/release/ -lyaml-cpp
}

by

INCLUDEPATH += $$PWD/QBoy/include
DEPENDPATH  += $$PWD/QBoy/include
INCLUDEPATH += $$PWD/yaml-cpp/include
DEPENDPATH += $$PWD/yaml-cpp/include
QMAKE_LFLAGS += -static-libgcc -static-libstdc++
win32: LIBS += -lopengl32

CONFIG(debug, debug|release) {
    unix|win32: LIBS += -L$$PWD/QBoy/bin/debug/ -lQBoy
    unix|win32: LIBS += -L$$PWD/yaml-cpp/bin/debug/ -lyaml-cpp
} else {
    unix|win32: LIBS += -L$$PWD/QBoy/bin/release/ -lQBoy
    unix|win32: LIBS += -L$$PWD/yaml-cpp/bin/release/ -lyaml-cpp
}

Please note that I don't have any experience with C++ and it is my first time using Qt. Do you see something I'm missing? These are the errors I'm getting:

There are other 40 errors, but it doesn't seem like it's the fault of the project. I think they Yaml-cpp library is missing, but I don't know what to change to make it work

Missing configuration files

There are missing (default) configuration files. After creating this by hand -- http://sprunge.us/OdBR -- the editor loaded. After attempting to load a ROM, the editor crashed with similar issues, seemingly because of a missing game-specific (or possibly header-specific, haven't investigated) config. It would be nice if the editor fell back to reasonable defaults to the former, and perhaps throw an error or load defaults based on ROM header for the latter.

Missing QBoy/Core/Rom.hpp

When I try to build:

C:\AwesomeMapEditor\include\AME\Forms\MainWindow.h:42: error: QBoy/Core/Rom.hpp: No such file or directory

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.