Ryan! I believe that would point to missing GIRs. It sounds like vala doesn't know they are. Make sure gir-repository is installed. If it is, someone can correct me, but I think you can put the /usr/lib/girrepository directory in the XDG_DATA_DIRS if valac still isn't finding the files.
TC On Feb 27, 2013, at 14:51 , ryan lerch <[email protected]> wrote: > Sure! Dumped below: > > cheers, > ryanlerch > > ------------------------ > > y-static.h, geary-static_internal.h > [ 73%] Generating .geary.stamp > error: Package `GLib-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `GModule-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `GObject-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `Gio-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `cairo-1.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `xlib-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `GLib-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `GObject-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `GLib-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `GModule-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `GObject-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `Gio-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `cairo-1.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `GLib-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `GModule-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `GObject-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `Gio-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `GLib-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `GModule-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `GObject-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `Gio-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `cairo-1.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `xlib-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `GLib-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `GObject-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `cairo-1.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `GLib-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `GObject-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > error: Package `Gio-2.0' not found in specified Vala API directories or > GObject-Introspection GIR directories > Compilation failed: 29 error(s), 0 warning(s) > > > On Wed, Feb 27, 2013 at 2:39 PM, Jim Nelson <[email protected]> wrote: > >> Ryan, our mailer strips attachments. Could you paste the log into an >> email and send again? >> >> -- Jim >> >> >> On Wed, Feb 27, 2013 at 5:47 AM, ryan lerch <[email protected]> wrote: >> >> After reading the awesome new stuff coming in geary 0.3.0, i decided to >> try >> to build it from source, yet am getting a bunch of errors during the build >> itself: >> >> A partial log of the make output is attached. Any thoughts on how to fix >> these? >> >> cheers, >> ryanlerch >> >> > _______________________________________________ > Geary mailing list > [email protected] > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary _______________________________________________ Geary mailing list [email protected] http://lists.yorba.org/cgi-bin/mailman/listinfo/geary
