Hi,
On Sat, Mar 8, 2014 at 4:38 AM, Domen <[email protected]> wrote: > Hi, > My name is Domen Ipavec and I'm interested in applying for Raspberry Pi > Dashboard idea. > > So as I was going through your Getting started guide, and when I tried to > compile with monkey with configuration option: ./configure --linux-trace, I > got the following error: > 'sched_signal_channel' undeclared > > So I looked through the source and found the line 160 in file > mk_scheduler.c: > MK_LT_SCHED(sched_signal_channel, "SYNC COUNTERS"); > should be: > MK_LT_SCHED(sched->signal_channel, "SYNC COUNTERS"); > > When I tried to compile now, I got the following error: > 'sched' is used uninitialized > So i figured MK_LT_SCHED should be used after sched is initialized on line > 164. > > Attached is the output of git diff. > > So now I have 2 questions: > 1. Is my correction correct? > 2. How do I apply the change to your github repository? > your approach is correct :) please fork the project on Github (you need a github account), perform the changes in your local repository and then do a pull request. More about Github & Pull requests here: https://help.github.com/articles/using-pull-requests
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
