Skip to content

Having issues building on windows using mingw #742

Open
@deeredman1991

Description

@deeredman1991

I am using the command "scons platform=windows generate_bindings=yes use_mingw=yes" with no success.

This is what the cmd prompt looks like when I run that command:
image

I am using Python 3.7.6
and
Scons Version 4.3.0
image

I am using the header files from
https://github.com/godotengine/godot-headers

I was able to get Scons to compile a HelloWorld project using this SConsctruct file.

TOOLS = ['mingw']
COMPILER_PATH = 'C:/MinGW/bin'

env = Environment(tools=TOOLS)

env.PrependENVPath('PATH', COMPILER_PATH)

env.Program('TestApp', 'main.cpp')

image

Any help would be greatly appreciated! Thank you!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions