From situmam at gmail.com Thu May 3 20:48:06 2012 From: situmam at gmail.com (situmam at gmail.com) Date: Thu, 3 May 2012 16:48:06 -0400 Subject: [Geary] Geary build error. Message-ID: Hello Guys: I have been building Geary over the past few weeks until today. I did a git pull and make but it didn't work. I re-did a ./configure and got the following: anmar at x201:~/Projects/geary$ ./configure cmake version 2.8.7 -- Icon cache will be updated -- Desktop database will be updated -- checking for a minimum Vala version of 0.16.0 -- found Vala, version 0.16.0 -- GSettings schemas will be compiled. -- GSettings schemas will be compiled in-place. -- GSettings schemas will be installed into /usr/share/glib-2.0/schemas/ -- Configuring done -- Generating done -- Build files have been written to: /home/anmar/Projects/geary Configured. Type 'make' to build, 'make install' to install. After typing make I gue: anmar at x201:~/Projects/geary$ make make[1]: Entering directory `/home/anmar/Projects/geary/build' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory `/home/anmar/Projects/geary/build' make: *** [all] Error 2 BTW, I did manage to build Geary using cmake last week. I feel like I am missing something obvious. anmar From eric at yorba.org Thu May 3 21:06:17 2012 From: eric at yorba.org (Eric Gregory) Date: Thu, 3 May 2012 14:06:17 -0700 Subject: [Geary] Geary build error. In-Reply-To: References: Message-ID: <70A51E38-C5D5-4852-8F6E-B4690743FAAD@yorba.org> On May 3, 2012, at 1:48 PM, situmam at gmail.com wrote: > -- Build files have been written to: /home/anmar/Projects/geary > Configured. Type 'make' to build, 'make install' to install. Something went wrong with the configure process; it's supposed to create a subfolder called "build", which should be reported here. It must have put the makefile in the wrong place because of that, which explains the error. I'm scratching my head over how this could happen, but my only suggestion for the moment would be to blow away your geary folder and re-clone from Git. FYI, you can still build with CMake. The configure and make files are just there for convenience. - Eric From situmam at gmail.com Thu May 3 22:15:34 2012 From: situmam at gmail.com (situmam at gmail.com) Date: Thu, 3 May 2012 18:15:34 -0400 Subject: [Geary] Geary build error. In-Reply-To: <70A51E38-C5D5-4852-8F6E-B4690743FAAD@yorba.org> References: <70A51E38-C5D5-4852-8F6E-B4690743FAAD@yorba.org> Message-ID: On 3 May 2012 17:06, Eric Gregory wrote: > On May 3, 2012, at 1:48 PM, situmam at gmail.com wrote: > >> -- Build files have been written to: /home/anmar/Projects/geary >> Configured. ?Type 'make' to build, 'make install' to install. > > Something went wrong with the configure process; it's supposed to create a subfolder called "build", which should be reported here. ?It must have put the makefile in the wrong place because of that, which explains the error. Thanks for the suggestion. I did what you suggested and I faced another issues -- package 'sqlheavy-0.1>=0.1.1' not found I have sqlheavy checked out and installed earlier and I just updated it to 0.2 (from git). -- package 'gmime-2.6>=2.6.0' not found I am running Ubuntu 12.04 (Precise) and I have libgmime-2.6.0 installed. Here is dpkg -L for this package: /usr /usr/share /usr/share/doc /usr/share/doc/libgmime-2.6-0 /usr/share/doc/libgmime-2.6-0/copyright /usr/share/doc/libgmime-2.6-0/changelog.Debian.gz /usr/lib /usr/lib/libgmime-2.6.so.0.600.7 /usr/lib/libgmime-2.6.so.0 Any hints? anmar From eric at yorba.org Thu May 3 22:21:17 2012 From: eric at yorba.org (Eric Gregory) Date: Thu, 3 May 2012 15:21:17 -0700 Subject: [Geary] Geary build error. In-Reply-To: References: <70A51E38-C5D5-4852-8F6E-B4690743FAAD@yorba.org> Message-ID: <469D25BE-99CE-4566-834D-B6E62C8F0300@yorba.org> On May 3, 2012, at 3:15 PM, situmam at gmail.com wrote: > Thanks for the suggestion. I did what you suggested and I faced another issues > > -- package 'sqlheavy-0.1>=0.1.1' not found > > I have sqlheavy checked out and installed earlier and I just updated > it to 0.2 (from git). It's actually the same version. SQLHeavy 0.2 hasn't been released yet, but 0.1.1 was released the other day. I believe the only difference between git master and 0.1.1 is the version number. You can either grab 0.1.1 from the SQLHeavy site, or just install from the PPA: https://launchpad.net/~nemequ/+archive/sqlheavy - Eric From situmam at gmail.com Thu May 3 22:31:57 2012 From: situmam at gmail.com (situmam at gmail.com) Date: Thu, 3 May 2012 18:31:57 -0400 Subject: [Geary] Geary build error. In-Reply-To: <469D25BE-99CE-4566-834D-B6E62C8F0300@yorba.org> References: <70A51E38-C5D5-4852-8F6E-B4690743FAAD@yorba.org> <469D25BE-99CE-4566-834D-B6E62C8F0300@yorba.org> Message-ID: On 3 May 2012 18:21, Eric Gregory wrote: > On May 3, 2012, at 3:15 PM, situmam at gmail.com wrote: > >> Thanks for the suggestion. I did what you suggested and I faced another issues >> >> -- ? package 'sqlheavy-0.1>=0.1.1' not found >> >> I have sqlheavy checked out and installed earlier and I just updated >> it to 0.2 (from git). > > It's actually the same version. ?SQLHeavy 0.2 hasn't been released yet, but 0.1.1 was released the other day. ?I believe the only difference between git master and 0.1.1 is the version number. > > You can either grab 0.1.1 from the SQLHeavy site, or just install from the PPA: > https://launchpad.net/~nemequ/+archive/sqlheavy Thanks, the PPA worked great. Regarding the libgmime2.6. I didn't have the -dev package installed. Compiled and running nicely. Cheers, anmar From situmam at gmail.com Thu May 3 22:35:50 2012 From: situmam at gmail.com (situmam at gmail.com) Date: Thu, 3 May 2012 18:35:50 -0400 Subject: [Geary] Testing geary and fixed fonts Message-ID: Hello Geary: I just compiled geary and want to user it until the May release. Is there an easy way for me to default to text e-mails instead of the fancy HTML? I am not the fancy kinda of guy. I have lots of mailing lists and having straight text, using fixed width font, would be much appreciated as it will lessen the pain of testing geary? BTW, if you are still looking for a name. I suggest Il Postino or Just "Postino". It is Italian for post. anmar From adam at yorba.org Thu May 3 22:51:34 2012 From: adam at yorba.org (Adam Dingle) Date: Thu, 03 May 2012 22:44:34 -0007 Subject: [Geary] Testing geary and fixed fonts In-Reply-To: References: Message-ID: <4fa30bfb.23f2440a.79d9.53b8@mx.google.com> Anmar, thanks for the suggestion. ?An option to send emails in plain text format is a reasonable idea, so I've created a ticket at http://redmine.yorba.org/issues/5198 We'll think about the name "Postino" too. ?Cheers - adam On Thu, May 3, 2012 at 3:35 PM, situmam at gmail.com wrote: Hello Geary: I just compiled geary and want to user it until the May release. Is there an easy way for me to default to text e-mails instead of the fancy HTML? I am not the fancy kinda of guy. I have lots of mailing lists and having straight text, using fixed width font, would be much appreciated as it will lessen the pain of testing geary? BTW, if you are still looking for a name. I suggest Il Postino or Just "Postino". It is Italian for post. anmar _______________________________________________ Geary mailing list Geary at lists.yorba.org http://lists.yorba.org/cgi-bin/mailman/listinfo/geary -------------- next part -------------- An HTML attachment was scrubbed... URL: From laura at yorba.org Sat May 5 01:20:10 2012 From: laura at yorba.org (Laura Khalil) Date: Fri, 4 May 2012 18:20:10 -0700 Subject: [Geary] Introducing Geary 0.1 Message-ID: Greetings, We're pleased to announce the release of Geary 0.1. Geary is a lightweight email reader for the GNOME desktop. Geary 0.1 includes the following features: Basic support for viewing and composing HTML email Send and receive email Reply to all and forward email Optional spell checker Keyboard shortcuts Organize emails into conversations Geary supports Gmail and Yahoo! Mail. If you'd like to download Geary, you may download the tarball here: http://yorba.org/download/geary/stable/geary-0.1.0.tar.xz Build instructions are available at: http://redmine.yorba.org/projects/geary/wiki For Ubuntu users, Geary will be available on the Yorba PPA shortly: https://launchpad.net/~yorba/+archive/ppa -- Cheers, Laura Khalil Production Engineer Yorba Foundation