Hey reilly,

Are you following the guide posted here:
http://mixxx.org/wiki/doku.php/compiling_on_windows

<http://mixxx.org/wiki/doku.php/compiling_on_windows>If not, please let
someone know on IRC or this list. If you resolve the issue yourself, then
you should update that guide!

We have developers who use windows to build regularly, so you should not hit
compile issues unless something is broken.

Also, I believe Sean was under the impression that

bool a, b = true;

is equivalent to:

bool a,b;
a = b = true;

Which isn't the case :)

Regards,
RJ Ryan

On Wed, Nov 10, 2010 at 8:44 PM, reilly davis <[email protected]> wrote:

> if there wasnt so many compiling issues on windows i'd develop for mixxx,
> every time ive tried pretty much failed so kinda given up on the idea. Btw i
> was under the impression you could do multiple initalizations on the one
> line, that means if thats right i have lots of code to fix lol.
>
>
> On Wed, Nov 10, 2010 at 11:49 PM, Sean M. Pappalardo - D.J. Pegasus <
> [email protected]> wrote:
>
>> Hello again all.
>>
>> I ran into a snag today when I did    bool vara, varb = false;
>> thinking they'd both be initialized to false when really b was but a was
>> undefined, causing problems later.
>>
>> A quick ask in ##c++ and they told me:
>>  -Wall is only -Wsome; it leaves out many warnings. To really get a lot
>> of warnings, you should use '-Wall -Wextra -std=c++98 -pedantic' or
>> '-Wall -Wextra -std=c++0x -pedantic'
>>
>> So I wanted to suggest investigating adding those options. Perhaps one
>> will help us avoid some of the compile problems we see only on Windows
>> as well?
>>
>> Sincerely,
>> Sean M. Pappalardo
>> "D.J. Pegasus"
>> Mixxx Developer - Controller Specialist
>>
>>
>> ------------------------------------------------------------------------------
>> The Next 800 Companies to Lead America's Growth: New Video Whitepaper
>> David G. Thomson, author of the best-selling book "Blueprint to a
>> Billion" shares his insights and actions to help propel your
>> business during the next growth cycle. Listen Now!
>> http://p.sf.net/sfu/SAP-dev2dev
>> _______________________________________________
>> Mixxx-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
>>
>
>
>
> ------------------------------------------------------------------------------
> Centralized Desktop Delivery: Dell and VMware Reference Architecture
> Simplifying enterprise desktop deployment and management using
> Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
> client virtualization framework. Read more!
> http://p.sf.net/sfu/dell-eql-dev2dev
> _______________________________________________
> Mixxx-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
>
>
------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Mixxx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to