You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuring build environment...
Configuring on Windows in release mode...
UnicodeEncodeError: 'ascii' codec can't encode characters in position 95-97: ordinal not in range(128):
File "C:\Users\Pilikin\Downloads\mapnik-master\SConstruct", line 1340:
ret, cxx_version = config_command(env['CXX'], '--version')
File "C:\Users\Pilikin\Downloads\mapnik-master\SConstruct", line 237:
return shell_command(cmd, *args, logstream=conf.logstream)
File "C:\Users\Pilikin\Downloads\mapnik-master\SConstruct", line 230:
logstream.write('->\t' + outtext.replace('\n', '\n->\t') + '\n')
File "c:\Users\Pilikin\Downloads\mapnik-master\scons\scons-local-3.0.1\SCons\Util.py", line 1397:
self.file.write(arg)
Using mingw32 and python 2 32bit
The text was updated successfully, but these errors were encountered:
$ ./configure
scons: Reading SConscript files ...
Welcome to Mapnik...
Configuring build environment...
Configuring on Windows in release mode...
UnicodeEncodeError: 'ascii' codec can't encode characters in position 95-97: ordinal not in range(128):
File "C:\Users\Pilikin\Downloads\mapnik-master\SConstruct", line 1340:
ret, cxx_version = config_command(env['CXX'], '--version')
File "C:\Users\Pilikin\Downloads\mapnik-master\SConstruct", line 237:
return shell_command(cmd, *args, logstream=conf.logstream)
File "C:\Users\Pilikin\Downloads\mapnik-master\SConstruct", line 230:
logstream.write('->\t' + outtext.replace('\n', '\n->\t') + '\n')
File "c:\Users\Pilikin\Downloads\mapnik-master\scons\scons-local-3.0.1\SCons\Util.py", line 1397:
self.file.write(arg)
Using mingw32 and python 2 32bit
The text was updated successfully, but these errors were encountered: