MultiWii compile error

This forum is dedicated to software development related to MultiWii.
It is not the right place to submit a setup problem.
Software download
Post Reply
doughboy
Posts: 252
Joined: Tue Sep 04, 2012 7:20 am

MultiWii compile error

Post by doughboy »

can someone fix MultiWii.ino in trunk (NOT shared).
it is missing a declare for variable static uint8_t AlarmArray[16];

see line 408 on shared MultiWii.ino

User avatar
jevermeister
Posts: 708
Joined: Wed Jul 20, 2011 8:56 am
Contact:

Re: MultiWii compile error

Post by jevermeister »

it is the wrong multiwii.ino.only alexinparis is allowed to change trunk. sorry...

doughboy
Posts: 252
Joined: Tue Sep 04, 2012 7:20 am

Re: MultiWii compile error

Post by doughboy »

It's a good idea to at least test compile a change (with the option enabled) before checking in. It is not the first time I encountered and reported this type of issue. I discovered this by accidentally checking out MultiWii instead of MultiWii_shared.

User avatar
jevermeister
Posts: 708
Joined: Wed Jul 20, 2011 8:56 am
Contact:

Re: MultiWii compile error

Post by jevermeister »

Of course everyone is testcompiling their chqnges before checking in. in this case the merge was unluckily timed. He merged the new alarms.ino but the old multiwii.ino. np imho. will be fixed automatically with next merge.

Sebbi
Posts: 478
Joined: Sun Jul 08, 2012 1:08 am
Location: Germany
Contact:

Re: MultiWii compile error

Post by Sebbi »

Subversion doesn't allow a commit if there a newer changes in the repository. If you testcompile before each commit there can never be a state where compilation errors, right? ;-)

User avatar
Hamburger
Posts: 2578
Joined: Tue Mar 01, 2011 2:14 pm
Location: air
Contact:

Re: MultiWii compile error

Post by Hamburger »

shit happens.
We all know it,
we all have done it,
we all know how to avoid it. (did I mention COMPILETEST feature in MWii?)
Move on.

User avatar
jevermeister
Posts: 708
Joined: Wed Jul 20, 2011 8:56 am
Contact:

Re: MultiWii compile error

Post by jevermeister »

haha hammi. you couldn't resist - could you?

User avatar
shikra
Posts: 783
Joined: Wed Mar 30, 2011 7:58 pm

Re: MultiWii compile error

Post by shikra »

Oh - I thought it was his new auto signature!
:)

User avatar
Hamburger
Posts: 2578
Joined: Tue Mar 01, 2011 2:14 pm
Location: air
Contact:

Re: MultiWii compile error

Post by Hamburger »

right. I felt you deserved a change from the omnipresent git ads :)

Post Reply