--On January 25, 2014 10:55:10 PM -0800 John Ralls
wrote:
. Yeah, I'm familiar with MacPorts. I
don't like it. I've never tried Homebrew, mostly because I'm in the
"eat your own dogfood" camp, and gtk-osx is that dogfood.
I'm no big fan of MacPorts, it's just what I happen to use. I figure
On Jan 25, 2014, at 6:30 PM, Mike Alexander wrote:
> --On January 25, 2014 3:57:29 PM -0800 John Ralls wrote:
>
>>> You can also install other versions of gcc using MacPorts. I'm
>>> currently using gcc 4.7 to build Gnucash (and other things). I
>>> haven't installed gcc 4.8 or 4.9 but both
--On January 25, 2014 3:57:29 PM -0800 John Ralls
wrote:
You can also install other versions of gcc using MacPorts. I'm
currently using gcc 4.7 to build Gnucash (and other things). I
haven't installed gcc 4.8 or 4.9 but both are available with
MacPorts. I probably should switch to 4.8 at so
On Jan 25, 2014, at 4:54 PM, alessandro basili
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi everyone,
>
> I setup a VM as suggested in a separate thread and built from the git
> repo.
>
> Here is what I got after successfully configured/built:
>
>> alb@wheezy:~/Repositori
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi everyone,
I setup a VM as suggested in a separate thread and built from the git
repo.
Here is what I got after successfully configured/built:
> alb@wheezy:~/Repositories/gnucash/src/bin/test$ ./test-version
>
> (process:28304): GLib-WARNING **:
On Jan 25, 2014, at 2:34 PM, Mike Alexander wrote:
> --On January 25, 2014 2:16:03 PM -0800 John Ralls wrote:
>
>> It’s a little more complicated on Macs; the latest GCC is 4.2, and
>> while clang will happily compile C++11, I don’t think gcc-4.2 will
>> and the 10.5 SDK won’t compile with llv
--On January 25, 2014 2:16:03 PM -0800 John Ralls
wrote:
It’s a little more complicated on Macs; the latest GCC is 4.2, and
while clang will happily compile C++11, I don’t think gcc-4.2 will
and the 10.5 SDK won’t compile with llvm-gcc, never mind clang. I
haven’t tested the 10.6 SDK; there wa
On Jan 25, 2014, at 12:33 PM, Christian Stimming wrote:
> Am Donnerstag, 23. Januar 2014, 14:56:26 schrieb John Ralls:
>>> 2. If we decide to switch to C++ at this point in time, by all means we
>>> should choose C++11. Things like the auto keyword and the standarized
>>> things which no longer
Am Samstag, 25. Januar 2014, 12:53:12 schrieb John Ralls:
> On Jan 25, 2014, at 12:47 PM, Christian Stimming
wrote:
> > Am Samstag, 25. Januar 2014, 07:54:27 schrieb John Ralls:
> >>> I just noticed that with current HEAD I can not save.
> >>>
> >>> It seems that the book does not get marked as
On Jan 25, 2014, at 12:47 PM, Christian Stimming wrote:
> Am Samstag, 25. Januar 2014, 07:54:27 schrieb John Ralls:
>>> I just noticed that with current HEAD I can not save.
>>>
>>> It seems that the book does not get marked as dirty when
>>> I make an edit in an register. Thus the save button
Am Samstag, 25. Januar 2014, 07:54:27 schrieb John Ralls:
> > I just noticed that with current HEAD I can not save.
> >
> > It seems that the book does not get marked as dirty when
> > I make an edit in an register. Thus the save button remains
> > grayed out and there occurs no auto save either.
Am Donnerstag, 23. Januar 2014, 14:56:26 schrieb John Ralls:
> > 2. If we decide to switch to C++ at this point in time, by all means we
> > should choose C++11. Things like the auto keyword and the standarized
> > things which no longer require boost will make life so much easier in
> > many place
On Jan 25, 2014, at 8:09 AM, Gary Bilkus wrote:
> On 25/01/2014 15:37, John Ralls wrote:
>> On Jan 25, 2014, at 5:49 AM, Gary Bilkus wrote:
>>
>>> On 24/01/2014 17:08, Derek Atkins wrote:
John Ralls writes:
> if (sizeof(time_t) == 8)
> return (double)((int64)time1 - (int6
On 25/01/2014 15:37, John Ralls wrote:
On Jan 25, 2014, at 5:49 AM, Gary Bilkus wrote:
On 24/01/2014 17:08, Derek Atkins wrote:
John Ralls writes:
if (sizeof(time_t) == 8)
return (double)((int64)time1 - (int64)time2);
else
return (double)((int32)time1 - (int32)time2);
This code prob
On Jan 25, 2014, at 1:39 AM, Herbert Thoma
wrote:
> Hi,
>
> I just noticed that with current HEAD I can not save.
>
> It seems that the book does not get marked as dirty when
> I make an edit in an register. Thus the save button remains
> grayed out and there occurs no auto save either.
>
>
On Jan 25, 2014, at 12:43 AM, Geert Janssens wrote:
> On Friday 24 January 2014 19:55:42 John Ralls wrote:
>> Author: jralls
>> Date: 2014-01-24 19:55:42 -0500 (Fri, 24 Jan 2014)
>> New Revision: 23761
>> Trac: http://svn.gnucash.org/trac/changeset/23761
>>
>> Modified:
>> gnucash/trunk/src/g
On Jan 25, 2014, at 5:49 AM, Gary Bilkus wrote:
> On 24/01/2014 17:08, Derek Atkins wrote:
>> John Ralls writes:
>>
>>> if (sizeof(time_t) == 8)
>>> return (double)((int64)time1 - (int64)time2);
>>> else
>>> return (double)((int32)time1 - (int32)time2);
>> This code probably wouldn't compi
On 24/01/2014 17:08, Derek Atkins wrote:
John Ralls writes:
if (sizeof(time_t) == 8)
return (double)((int64)time1 - (int64)time2);
else
return (double)((int32)time1 - (int32)time2);
This code probably wouldn't compile cleanly. It would complain about
casting to different sizes. Even t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Geert,
On 1/25/2014 10:48 AM, Geert Janssens wrote:
[]
> From this thread it wasn't immediately clear you were planning to
> contribute to gnucash. I went back in the mailing list history and
> found your thread about the mortgage wizard.
Indeed
On Saturday 25 January 2014 10:28:50 alessandro basili wrote:
> Hi Derek,
>
> On 1/25/2014 1:02 AM, Derek Atkins wrote:
> []
>
> >> I presume that what Derek suggested should supply the necessary
> >> packages in order to build it from source. Main issue is that on
> >> Debian/Squeeze I have gnuc
Hi,
I just noticed that with current HEAD I can not save.
It seems that the book does not get marked as dirty when
I make an edit in an register. Thus the save button remains
grayed out and there occurs no auto save either.
Adding a price in the price data base enables the save
button.
I notic
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Derek,
On 1/25/2014 1:02 AM, Derek Atkins wrote:
[]
>> I presume that what Derek suggested should supply the necessary
>> packages in order to build it from source. Main issue is that on
>> Debian/Squeeze I have gnucash 2.2.9 and the 'build-dep'
Am Dienstag, 21. Januar 2014, 09:06:39 schrieb Derek Atkins:
> Apparently someone requested that we publish a Bitcoin address for users
> to donate to gnucash via Bitcoin. Unfortunately the message got lost,
> so I don't know who sent it or exactly what it said.
> ...
>
> PS: I've CC'd Liz becaus
On Friday 24 January 2014 19:55:42 John Ralls wrote:
> Author: jralls
> Date: 2014-01-24 19:55:42 -0500 (Fri, 24 Jan 2014)
> New Revision: 23761
> Trac: http://svn.gnucash.org/trac/changeset/23761
>
> Modified:
>gnucash/trunk/src/gnome/gnc-plugin-page-sx-list.c
> Log:
> Bug 721954 - Multiple S
On Friday 24 January 2014 18:04:17 John Ralls wrote:
> Author: jralls
> Date: 2014-01-24 18:04:17 -0500 (Fri, 24 Jan 2014)
> New Revision: 23759
> Trac: http://svn.gnucash.org/trac/changeset/23759
>
> Modified:
>gnucash/trunk/src/gnome/assistant-hierarchy.c
> Log:
> Bug 721770 - "Choose accoun
25 matches
Mail list logo