I spent a good portion of today trying to build Mixxx x86 on Windows. I was
pretty sure I had the right compiler version. From my command prompt,
"cl.exe" would display:

Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.40219.01 for
80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

But running "dumpbin /headers" showed me that somehow x64 .obj files were
being built. I hacked my SCons to get rid of the /nologo and sure enough,
every invocation of cl.exe showed:

Microsoft (R) C/C++ Optimizing Compiler Version 17.00.50727.1 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

This documentation (http://www.scons.org/wiki/MsvsMultipleVersions) says
that SCons uses the highest version by default. And there should be a way
to override it, but making wild-guess changes to the SConstruct file didn't
do it for me.

Has anyone successfully built x86 while having 2012 or 2013 installed? Or,
does anyone know SCons well enough to know what I should do?

Thanks in advance
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to