Derek,
Thanks, that's probably it. I remember having problems with the newlines
in trunk as well.
I believe this problem is due to the switch from svn to git: in svn we
have set the property
svn:eol-style LF
on all source files. This ensures the files have LF line endings.
An equivalent exi
Geert,
try removing the blank lines in AC_CONFIG_FILES(). In particular, I think
this is the issue:
src/business/business-ledger/Makefile
dnl # Stuff for bill/invoice import plugin
src/plugins/Makefile
src/plugins/bi_import/Makefile
src/plugins/bi_import/glade/Makefile
src/plugins/b
I have been stabbing at the tag build script today to get it working in
a git context. There were some silly typos to fix, I had to restart a
build because of a network glitch at the wrong time,... This is a slow
and frustrating process, because the tag builds typically run for hours.
Anyway.
On 16-08-12 15:13, Derek Atkins wrote:
Geert Janssens writes:
The first git based builds for trunk are successfully uploaded to the
code.gnucash.org server. Note that they appear on top of the list,
because they are named gnucash-git-... instead of gnucash-svn-...
Excellent.
Also since git
Geert Janssens writes:
> The first git based builds for trunk are successfully uploaded to the
> code.gnucash.org server. Note that they appear on top of the list,
> because they are named gnucash-git-... instead of gnucash-svn-...
Excellent.
> Also since git hashes are not sequential as the sv
Geert Janssens writes:
>> The one that matters most, I believe, is the "gnucash.bat". Luckily
>> that one doesn't update frequently, so I think we can manually update
>> that as necessary. But yes, I do believe we have hit this issue before.
>
> It's not "gnucash.bat". It's in the scripts that
On 15-08-12 15:13, Derek Atkins wrote:
Geert Janssens writes:
On 13-08-12 15:40, Derek Atkins wrote:
Hi,
Geert Janssens writes:
On 13-08-12 00:47, Derek Atkins wrote:
Geert, nice work. Glad we have that working. One step closer.
The only thing that still has to happen here is to activa
On 15-08-12 15:19, Derek Atkins wrote:
Christian Stimming writes:
Am Samstag, 11. August 2012, 18:23:35 schrieb Geert Janssens:
I suspect there's only one automated builder in existence for GnuCash on
Windows, and that's our own build server. So I'll focus on this one only.
For this builder