Re: Building Instructions?
Alexandre Franke <[email protected]> Wed, 12 Oct 2011 17:04:21 +0200
| Newsgroups | gmane.comp.gnome.apps.planner.devel |
|---|---|
| Message-ID | <CAJ-e=JBKasg01cRMUyAX6y0AXyWtQg9Er3M8o_gvyEnW4guJkg@mail.gmail.com> |
On Wed, Oct 12, 2011 at 5:59 AM, Landon Jurgens <[email protected]> wrote: > Hey All, Hi, > I'm also thinking that we might want to put this on a separate page for > developers. What do you guys think? We already have a page for developers: http://live.gnome.org/Planner/Development > Ubuntu I'm not too much of a fan of distro specific docs in our wiki. > git clone git://git.gnome.org/planner > cd planner > ./autogen.sh > ./configure autogen.sh will already do the configure step so that last line is redundant. > It's not clear what I need to do to get all the options to light up for me. Try ./autogen.sh (or ./configure for that matter) --help and have a look at the optionnal features section. > planner-usage-row.c: In function ‘recalc_bounds’: > planner-usage-row.c:445:24: error: ‘x_debut’ may be used uninitialized in > this function > planner-usage-row.c:445:33: error: ‘x_fin’ may be used uninitialized in this > function > planner-usage-row.c:445:40: error: ‘x_debut_real’ may be used uninitialized > in this function These should be warnings, not errors. The variables are initialized on line 475 by get_assignement_bounds(). -- Alexandre Franke _______________________________________________ planner-dev-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/planner-dev-list