Code Monkey home page Code Monkey logo

omega-app-template's People

Contributors

eli-sauvage avatar legmask avatar mixedmatched avatar quentinguidee avatar redgl0w avatar tvmaaren avatar

Stargazers

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

Watchers

 avatar  avatar

omega-app-template's Issues

It doesn't build!

After adding the example app as instructed,it doesn't build.Can somebody provide some documentation on building apps?

apps/sample/sample_view.h:17:8: error: ‘void Sample::SampleView::layoutSubviews()’ marked ‘override’, but does not override
   17 |   void layoutSubviews() override;
      |        ^~~~~~~~~~~~~~
In file included from apps/sample/sample_controller.h:5,
                 from apps/sample/app.h:5,
                 from apps/sample/app.cpp:1:
apps/sample/sample_view.h:17:8: error: ‘void Sample::SampleView::layoutSubviews()’ marked ‘override’, but does not override
   17 |   void layoutSubviews() override;
      |        ^~~~~~~~~~~~~~
In file included from apps/sample/sample_view.cpp:1:
apps/sample/sample_view.h:17:8: error: ‘void Sample::SampleView::layoutSubviews()’ marked ‘override’, but does not override
   17 |   void layoutSubviews() override;
      |        ^~~~~~~~~~~~~~
apps/sample/sample_view.cpp: In constructor ‘Sample::SampleView::SampleView()’:
apps/sample/sample_view.cpp:13:78: error: no matching function for call to ‘BufferTextView::setFrame(KDRect)’
   13 | ew.setFrame(KDRect(0, 0, bounds().width(), bounds().height()));
      |                                                              ^

In file included from escher/include/escher/view_controller.h:32,
                 from escher/include/escher/alternate_empty_view_delegate.h:4,
                 from escher/include/escher/alternate_empty_view_controller.h:4,
                 from escher/include/escher.h:4,
                 from apps/sample/sample_view.h:4,
                 from apps/sample/sample_view.cpp:1:
escher/include/escher/view.h:57:8: note: candidate: ‘void View::setFrame(KDRect, bool)’
   57 |   void setFrame(KDRect frame, bool force);
      |        ^~~~~~~~
escher/include/escher/view.h:57:8: note:   candidate expects 2 arguments, 1 provided
apps/sample/sample_view.cpp: In member function ‘void Sample::SampleView::layoutSubviews()’:
apps/sample/sample_view.cpp:57:78: error: no matching function for call to ‘BufferTextView::setFrame(KDRect)’
   57 | ew.setFrame(KDRect(0, 0, bounds().width(), bounds().height()));
      |                                                              ^

In file included from escher/include/escher/view_controller.h:32,
                 from escher/include/escher/alternate_empty_view_delegate.h:4,
                 from escher/include/escher/alternate_empty_view_controller.h:4,
                 from escher/include/escher.h:4,
                 from apps/sample/sample_view.h:4,
                 from apps/sample/sample_view.cpp:1:
escher/include/escher/view.h:57:8: note: candidate: ‘void View::setFrame(KDRect, bool)’
   57 |   void setFrame(KDRect frame, bool force);
      |        ^~~~~~~~
escher/include/escher/view.h:57:8: note:   candidate expects 2 arguments, 1 provided
make: *** [build/rules.mk:19:output/release/simulator/linux/apps/sample/sample_view.o] 错误 1
make: *** [build/rules.mk:18:output/release/simulator/linux/apps/sample/app.o] 错误 1
In file included from ./apps/sample/sample_controller.h:5,
                 from ./apps/sample/app.h:5,
                 from <command-line>:
./apps/sample/sample_view.h:17:8: error: ‘void Sample::SampleView::layoutSubviews()’ marked ‘override’, but does not override
   17 |   void layoutSubviews() override;
      |        ^~~~~~~~~~~~~~

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.