Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On windows, why "scons: warning:" as with no versions of C++ and the subsequent C++14 not supported, right after the "./configure" #4427

Closed
lkdhy opened this issue Nov 28, 2023 · 2 comments

Comments

@lkdhy
Copy link

lkdhy commented Nov 28, 2023

$ ./configure
scons: Reading SConscript files ...

Welcome to Mapnik...

Configuring build environment...

scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly
File "D:\mapnik-v3.1.0\mapnik\SConstruct", line 1260, in <module>
Configuring on Windows in *release mode*...
Checking for pkg-config... no
Checking for freetype-config... no
Checking for dlfcn.h support ... no
Checking if compiler (c++) supports -std=c++14 flag... (cached) no
C++ compiler does not support C++14 standard (-std=c++14), which is required. Please upgrade your compiler

Very frustrating... Thanks very much.

@mathisloge
Copy link
Collaborator

Scons is not supported on windows. You have to use latest master and cmake

@lkdhy
Copy link
Author

lkdhy commented Nov 30, 2023

OK. So is the following what you mean by that, and how to solve it?
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants