godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
90.99k stars 21.16k forks source link

mono glue not found #45107

Open awalone995 opened 3 years ago

awalone995 commented 3 years ago

Godot version: 4.0 master from 08.01

dunno if it's the right repo

OS/device including version: win7 desktop

Issue description: image

although it is present

image

Steps to reproduce: do it as said in the docs

akien-mga commented 3 years ago

Did you generate the Mono glue?

awalone995 commented 3 years ago

i did

akien-mga commented 3 years ago

You need to give us more information, it's impossible to help with so little.

What commands did you use? What's the full log output for each command? Which commit are you building exactly? What Mono version are you using? Is there a modules/mono/glue/cs_glue_version.h file or not?

awalone995 commented 3 years ago

What commands did you use?

scons p=windows tools=yes module_mono_enabled=yes mono_glue=no godot.windows.tools.64.mono --generate-mono-glue D:\godot-master/modules/mono/glue scons p=windows target=release_debug tools=yes module_mono_enabled=yes

What's the full log output for each command?

it's all right except the error on the screenshot, after that there's only scons internal stuff

Which commit are you building exactly?

c6802a6 i think

Is there a modules/mono/glue/cs_glue_version.h file or not?

there is

akien-mga commented 3 years ago

godot.windows.tools.64.mono --generate-mono-glue D:\godot-master/modules/mono/glue

Your Godot folder is "D:\GAN\godot-master\" as shown in the screenshot.

awalone995 commented 3 years ago

godot.windows.tools.64.mono --generate-mono-glue D:\godot-master/modules/mono/glue

Your Godot folder is "D:*GAN*godot-master" as shown in the screenshot.

yes missed that there