On Wed, 2014-07-16 at 22:38 -0500, Ryan Kramer wrote:
> 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:

did you use 'force32=1' as a build-flag? 

> 
> 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?

How did you set up your dev-environment? What windows version to you
have? What version of visual studio do you have installed? Which SDK and
what python version? And what commands do you use in the 'CMD Shell'
prior to compiling mixxx.

Did you check the tips on our wiki page?
http://www.mixxx.org/wiki/doku.php/compiling_on_windows

I can build mixxx on Win7 64bit with visual studio express 2010. I
haven't tried 2012 or 2013 yet but I'm not sure if they work with the
pre-compiled dependencies that we provide, they are compiled with the
2010 version.

best Max

> 
> 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



------------------------------------------------------------------------------
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