thanks for the info i have atempted to go by that guide but it seems to
change a fair bit might give it another shot wish windows had an apt get
system lol cause it would just be a one liner on linux but windows its
tedius to go to every link and find the right download then install it
reboot 5 times stand on your head and cross your fingers and your toes lol
but then ive atempted it on linux too and came up short lol i think i just
have bad luck anyway thanks for the info what times do people frequent the
irc cause im in australia and anytime ive logged on there just been idlers

well realy its better practice to use a seperate line for each
initialization but yeah a=b=true would never work id say b=true,a=b; would
work but it is very confusing

anyway would love to one day get to a stage where i could help out apart
from recommending mixxx to my m8s cause its a solid program

On Thu, Nov 11, 2010 at 3:36 PM, RJ Ryan <[email protected]> wrote:

> 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