Giter Club home page Giter Club logo

Comments (5)

aaronfranke avatar aaronfranke commented on May 30, 2024 1

It works for me. Try building godot-cpp (which has its own SConstruct) before trying to build the demo. The demo's SConstruct should call godot-cpp's SConstruct, but you should check that godot-cpp is working first.

Take a close look at the error message you are getting. Make sure that the files it's looking for actually exist. You posted above Cannot open include file: 'godot_cpp/godot.hpp': No such file or directory, but this file does not exist (there is godot-cpp/include/core/Godot.hpp).

If you are still having issues try doing a fresh clone and let Git initialize the submodules. It sounds like you are manually moving around folders which should not be required. When you download you want to use the git clone command and then the git submodule update --init command to initialize the submodules.

from gdnative-demos.

aaronfranke avatar aaronfranke commented on May 30, 2024 1

GitHub is not a support forum. If you need further help consider using one of the community channels such as Discord.

from gdnative-demos.

aaronfranke avatar aaronfranke commented on May 30, 2024

You need to use godot-cpp (with -) not godot_cpp (with _).

from gdnative-demos.

abczezeze avatar abczezeze commented on May 30, 2024

Thank you for reply. I don't understand it.

I try to rename folder from godot_cpp to godot-cpp
And move gen folder to godot-cpp\include
not working

from gdnative-demos.

abczezeze avatar abczezeze commented on May 30, 2024

WOW! thank you for detail answer. I'm stupid and can not thinking if short reply. I didn't fix _ to -

whatever to binding or compile something. I must git clone --recursive https://github.com/godotengine/godot-cpp and then the git submodule update --init --recursive command replace manually download from github.

from gdnative-demos.

Related Issues (19)

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.