Re: [SailfishDevel] Compile without Scratchbox2 environment

2017-12-30 Thread Yuvraaj Kelkar
et envs; > but then you have rolled your own sb2. > > I cant but recall the words : those who do not understand Unix, are doomed > to reinvent it, poorly. > > Best, > tortoisedoc > > On Fri, Dec 22, 2017 at 10:09 AM, Yuvraaj Kelkar > wrote: > >> I want to crea

Re: [SailfishDevel] Compile without Scratchbox2 environment

2017-12-22 Thread Yuvraaj Kelkar
of curiosity, what's blocking you from using scratchbox? > > On Fri, Dec 22, 2017 at 7:53 AM, Yuvraaj Kelkar wrote: > >> Ha! >> Any other ideas? >> >> Thanks, >> -Yuvraaj >> >> On 12/21/17 8:08 PM, Juice wrote: >> >>> Yuvraa

Re: [SailfishDevel] Compile without Scratchbox2 environment

2017-12-21 Thread Yuvraaj Kelkar
Ha! Any other ideas? Thanks, -Yuvraaj On 12/21/17 8:08 PM, Juice wrote: Yuvraaj Kelkar kirjoitti torstai 21. joulukuuta 2017: Hi all, Is it possible to compile for sailfish without using scratchbox2? Thanks, -Yuvraaj Sure, just compile in the device itself... :) - juice

[SailfishDevel] Compile without Scratchbox2 environment

2017-12-21 Thread Yuvraaj Kelkar
Hi all, Is it possible to compile for sailfish without using scratchbox2? Thanks, -Yuvraaj ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Ship a sqlite dabase with an app

2017-07-20 Thread Yuvraaj Kelkar
There are many ways to do this. I can think of at least two: Static linking: 1. As the first step of your compilation, create the db file. 2. Use an rcc to embed the sqlite file into the application binary. 3. During run time, at initialization: check if the sqlite.db exists at a known path, for e

Re: [SailfishDevel] Right to silence

2014-05-22 Thread Yuvraaj Kelkar
+1 for ignore. On Thu, May 22, 2014 at 11:12 PM, Joseph Crowell wrote: > +1 on the /ignore > > > On 5/23/2014 4:09 PM, Joona Hoikkala wrote: >> >> Here we go again, >> >> seems like you really need to do this outpour on the sailfish devel list, >> so could you PLEASE at least contain it to on

Re: [SailfishDevel] Discrimination and abuse from Jolla employee Thomas Perl

2014-05-20 Thread Yuvraaj Kelkar
Filip, what do you intend to achieve by posting your tirade in this mailing list? I saw your message, looked at the IRC logs you posted, looked at the responses that Stskeeps and thp gave you and I didn't see anything in there that would indicate that they're out to "break you" or ignore you out of

Re: [SailfishDevel] Two prolblems: #1 Telepathy qt5 and #2 OpenSSL

2014-04-16 Thread Yuvraaj Kelkar
That is so much better than what I was doing! Thanks so much! I got confused by looking at this thread: https://lists.sailfishos.org/pipermail/devel/2013-December/001677.html On Wed, Apr 16, 2014 at 10:15 PM, Kalle Vahlman wrote: > 2014-04-17 2:15 GMT+03:00 Yuvraaj Kelkar : >> Hello al

[SailfishDevel] Two prolblems: #1 Telepathy qt5 and #2 OpenSSL

2014-04-16 Thread Yuvraaj Kelkar
Hello all. I'm trying to port my application from Maemo/Harmattan to Sailfish. Problem 1: One of the dependencies is telepathy-qt. In Maemo/Harmattan this used to be installable/searchable as "telepathy-qt4-devel" >From what I understand, in Sailfish, I'm supposed to use telepathy-qt5. I ssh'd in