Re: Windows Nightly Builds

2016-04-28 Thread Robert Fewell
I have not changed any of the build files so using autotools.

On 28 April 2016 at 17:37, Rob Gowin  wrote:

> On Thu, Apr 28, 2016 at 9:38 AM, Robert Fewell <14ubo...@gmail.com> wrote:
>
>> If I do my own build and run it from the inst directory, it works as
>> normal
>> with out any error messages.
>> If I create my own setup.exe by using dist.sh and install that it runs as
>> usual with no errors on start up.
>>
>
> Are you doing your own builds with autotools or CMake?
>
> Rob
>
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Windows Nightly Builds

2016-04-28 Thread Rob Gowin
On Thu, Apr 28, 2016 at 9:38 AM, Robert Fewell <14ubo...@gmail.com> wrote:

> If I do my own build and run it from the inst directory, it works as normal
> with out any error messages.
> If I create my own setup.exe by using dist.sh and install that it runs as
> usual with no errors on start up.
>

Are you doing your own builds with autotools or CMake?

Rob
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Windows Nightly Builds

2016-04-28 Thread John Ralls

> On Apr 28, 2016, at 7:38 AM, Robert Fewell <14ubo...@gmail.com> wrote:
> 
> I have just finished testing the nightly build on my XP VM and this is what I 
> have found...
> 
> If I install from the nightly build I get this error on start up but it 
> carries on and opens as usual...
> 
> This is a development version. It may or may not work.
> Report bugs and other problems to gnucash-devel@gnucash.org 
> 
> You can also lookup and file bug reports at http://bugzilla.gnome.org 
> 
> To find the last stable version, please refer to http://www.gnucash.org 
> 
> 3:2016/04/28 14-51-57:gwen(1112):i18n.c:  120: No translation found for WIN32 
> locale [English_United Kingdom.1252]
> 
> If I do my own build and run it from the inst directory, it works as normal 
> with out any error messages.
> If I create my own setup.exe by using dist.sh and install that it runs as 
> usual with no errors on start up.
> 
> Strangely the resulting file sizes are different, nightly build was 104583k 
> and mine is 101270k
> 
> Regarding Windows10, it fails to start, to do with time zones, "Year 2016 
> isn't covered by this time zone." but I will investigate further.

Master uses new time zone code adapted from GLib's into C++. I developed and 
tested it on Win7 before Win10 was released. I suppose it's possible that Win8 
or Win10 have a new TZ API that I need to accommodate.

Regards,
John Ralls

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Windows Nightly Builds

2016-04-28 Thread Robert Fewell
I have just finished testing the nightly build on my XP VM and this is what
I have found...

If I install from the nightly build I get this error on start up but it
carries on and opens as usual...

This is a development version. It may or may not work.
Report bugs and other problems to gnucash-devel@gnucash.org
You can also lookup and file bug reports at http://bugzilla.gnome.org
To find the last stable version, please refer to http://www.gnucash.org
3:2016/04/28 14-51-57:gwen(1112):i18n.c:  120: No translation found for
WIN32 locale [English_United Kingdom.1252]

If I do my own build and run it from the inst directory, it works as normal
with out any error messages.
If I create my own setup.exe by using dist.sh and install that it runs as
usual with no errors on start up.

Strangely the resulting file sizes are different, nightly build was 104583k
and mine is 101270k

Regarding Windows10, it fails to start, to do with time zones, "Year 2016
isn't covered by this time zone." but I will investigate further.


Regards,
Robert


On 25 April 2016 at 17:53, John Ralls  wrote:

>
> > On Apr 25, 2016, at 7:12 AM, John Ralls  wrote:
> >
> >
> >> On Apr 25, 2016, at 2:26 AM, Robert Fewell <14ubo...@gmail.com> wrote:
> >>
> >> I see from the build logs that a new build was created on the 24th,
> ending
> >> f4f-setup.exe but is not in the list of downloads, I wonder if the disk
> is
> >> FULL ?
> >>
> >
> > No, that was from me running the build by hand on the build VM to make
> sure that the changes to the build scripts for CMake worked.
> >
>
> And I've now copied it to code so you can download and test it.
>
> Regards,
> John Ralls
>
>
>
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Windows Nightly Builds

2016-04-25 Thread John Ralls

> On Apr 25, 2016, at 7:12 AM, John Ralls  wrote:
> 
> 
>> On Apr 25, 2016, at 2:26 AM, Robert Fewell <14ubo...@gmail.com> wrote:
>> 
>> I see from the build logs that a new build was created on the 24th, ending
>> f4f-setup.exe but is not in the list of downloads, I wonder if the disk is
>> FULL ?
>> 
> 
> No, that was from me running the build by hand on the build VM to make sure 
> that the changes to the build scripts for CMake worked.
> 

And I've now copied it to code so you can download and test it.

Regards,
John Ralls



___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Windows Nightly Builds

2016-04-25 Thread John Ralls

> On Apr 25, 2016, at 2:26 AM, Robert Fewell <14ubo...@gmail.com> wrote:
> 
> I see from the build logs that a new build was created on the 24th, ending
> f4f-setup.exe but is not in the list of downloads, I wonder if the disk is
> FULL ?
> 

No, that was from me running the build by hand on the build VM to make sure 
that the changes to the build scripts for CMake worked.

Regards,
John Ralls
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Windows Nightly Builds

2016-04-25 Thread Robert Fewell
I have previously built successfully on my XP VM so that was why I tried to
load a nightly build on it, seemed to be the simplest way to prove as it
takes so long to build on it.

I see from the build logs that a new build was created on the 24th, ending
f4f-setup.exe but is not in the list of downloads, I wonder if the disk is
FULL ?

Once I have a successful build on XP, I can install on windows 10 to prove
/ debug on their,

Robert

On 24 April 2016 at 23:31, Wm  wrote:

> In article  9pytszkpnf...@mail.gmail.com>
> Robert Fewell <14ubo...@gmail.com> wrote:
> >
> > OK, the build was created last night and I have downloaded and installed
> on
> > my XP VM but fails to start properly, console output below...
>
> I built on an XP system (real not VM) yesterday and got a working
> system.  I'm building again at the moment in an XP VM but it takes
> ages.
>
> Given that it will build under XP but not Win 8.1 here I wonder if
> your XP VM isn't missing something that the build relies on ?
>
> I'm using a modern.IE XP VM running under VirtualBox on Win 8.1 and
> will let you know if that works when it finishes.
>
> --
> Wm
>
>
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Windows Nightly Builds

2016-04-25 Thread Wm
In article 
Robert Fewell <14ubo...@gmail.com> wrote:
>
> OK, the build was created last night and I have downloaded and installed on
> my XP VM but fails to start properly, console output below...

I built on an XP system (real not VM) yesterday and got a working 
system.  I'm building again at the moment in an XP VM but it takes 
ages.

Given that it will build under XP but not Win 8.1 here I wonder if 
your XP VM isn't missing something that the build relies on ?

I'm using a modern.IE XP VM running under VirtualBox on Win 8.1 and 
will let you know if that works when it finishes.

-- 
Wm

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Windows Nightly Builds

2016-04-22 Thread Rob Gowin
Hi Robert,

I think the libgnc-gnome issue is caused by the fact that the current
nightly package has a jumble of autotools- and cmake-created DLLs. I've
created a PR to fix this and another issue in the build scripts at
https://github.com/Gnucash/gnucash-on-windows/pull/8

I don't know anything about the second issue.

Rob

On Fri, Apr 22, 2016 at 11:11 AM, Robert Fewell <14ubo...@gmail.com> wrote:

> OK, the build was created last night and I have downloaded and installed
> on my XP VM but fails to start properly, console output below...
>
> Report bugs and other problems to gnucash-devel@gnucash.org
> You can also lookup and file bug reports at http://bugzilla.gnome.org
> To find the last stable version, please refer to http://www.gnucash.org
> 3:2016/04/22 16-23-56:gwen(3076):i18n.c:  120: No translation found for
> WIN32 locale [English_United Kingdom.1252]
> Backtrace:
> In unknown file:
>?: 15  [try-load-module (gnucash import-export qif-import)]
>?: 16  (or (begin (try-module-linked name)) (try-module-autoload name)
> ...)
>?: 17* [try-module-autoload (gnucash import-export qif-import)]
>?: 18  (let* (# # # #) (resolve-module dir-hint-module-name #f) (and #
> #))
> ...
>?: 19  (letrec ((load-file #)) (dynamic-wind (lambda () #) (lambda ()
> #) ...) ...)
>?: 20* [dynamic-wind # # # #f ()>]
>?: 21* [#]
>?: 22* (let* ((file #)) (cond (# => #) (# => #)))
>?: 23  [# "C:\\Program
> Files\\gnucash\\share\\gnucash/scm/gnucash/import-export/qif-import.scm"]
>?: 24  [with-fluid* # #f #]
>?: 25* [#]
>?: 26* [load-file # ...]
>?: 27* [save-module-excursion #]
>?: 28  (let (# #) (dynamic-wind # thunk #))
>?: 29  [dynamic-wind # # # #f ()>]
>?: 30* [#]
>?: 31* [primitive-load "C:\\Program
> Files\\gnucash\\share\\gnucash/scm/gnucash/import-export/qif-import.scm"]
> In C:\Program
> Files\gnucash\share\gnucash/scm/gnucash/import-export/qif-import.scm:
>   32: 32* (cond-expand (guile-2 #) (else #))
>   32: 33  (begin (load-extension "libgnc-gnome"
> "scm_init_sw_gnome_module"))
>   38: 34  [load-extension "libgnc-gnome" "scm_init_sw_gnome_module"]
>
> C:\Program
> Files\gnucash\share\gnucash/scm/gnucash/import-export/qif-import.scm:38:5:
> In procedure dynamic-link in expre
> ssion (load-extension "libgnc-gnome" "scm_init_sw_gnome_module"):
> C:\Program
> Files\gnucash\share\gnucash/scm/gnucash/import-export/qif-import.scm:38:5:
> file: "libgnc-gnome", message: "Th
> e specified procedure could not be found."
>
> C:\Program Files\gnucash\bin>
>
>
> I also tried to load and run on my recent Windows 10 machine with the
> following slightly different output...
>
> This is a development version. It may or may not work.
> Report bugs and other problems to gnucash-devel@gnucash.org
> You can also lookup and file bug reports at http://bugzilla.gnome.org
> To find the last stable version, please refer to http://www.gnucash.org
> 3:2016/04/22 15-52-52:gwen(5520):i18n.c:  120: No translation found for
> WIN32 locale [English_United Kingdom.1252]
> terminate called after throwing an instance of 'std::out_of_range'
>   what():  Year 1970 isn't covered by this time zone.
>
> This application has requested the Runtime to terminate it in an unusual
> way.
> Please contact the application's support team for more information.
>
> Not really sure what is wrong,
>
>
> Robert
>
> On 21 April 2016 at 15:09, Geert Janssens 
> wrote:
>
>> On Thursday 21 April 2016 08:46:02 Rob Gowin wrote:
>>
>> > Hi Robert,
>>
>> >
>>
>> > This is due to an error in a CMakeLists.txt file. (Nightly builds of
>>
>> > master on Windows use CMake.) I have submitted PR #78 to fix.
>>
>> >
>>
>> > Rob
>>
>> >
>>
>> And I have just merged the PR. Thanks a lot!
>>
>>
>>
>> Geert
>>
>
>
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Windows Nightly Builds

2016-04-22 Thread Robert Fewell
OK, the build was created last night and I have downloaded and installed on
my XP VM but fails to start properly, console output below...

Report bugs and other problems to gnucash-devel@gnucash.org
You can also lookup and file bug reports at http://bugzilla.gnome.org
To find the last stable version, please refer to http://www.gnucash.org
3:2016/04/22 16-23-56:gwen(3076):i18n.c:  120: No translation found for
WIN32 locale [English_United Kingdom.1252]
Backtrace:
In unknown file:
   ?: 15  [try-load-module (gnucash import-export qif-import)]
   ?: 16  (or (begin (try-module-linked name)) (try-module-autoload name)
...)
   ?: 17* [try-module-autoload (gnucash import-export qif-import)]
   ?: 18  (let* (# # # #) (resolve-module dir-hint-module-name #f) (and #
#))
...
   ?: 19  (letrec ((load-file #)) (dynamic-wind (lambda () #) (lambda () #)
...) ...)
   ?: 20* [dynamic-wind # # #]
   ?: 21* [#]
   ?: 22* (let* ((file #)) (cond (# => #) (# => #)))
   ?: 23  [# "C:\\Program
Files\\gnucash\\share\\gnucash/scm/gnucash/import-export/qif-import.scm"]
   ?: 24  [with-fluid* # #f #]
   ?: 25* [#]
   ?: 26* [load-file # ...]
   ?: 27* [save-module-excursion #]
   ?: 28  (let (# #) (dynamic-wind # thunk #))
   ?: 29  [dynamic-wind # # #]
   ?: 30* [#]
   ?: 31* [primitive-load "C:\\Program
Files\\gnucash\\share\\gnucash/scm/gnucash/import-export/qif-import.scm"]
In C:\Program
Files\gnucash\share\gnucash/scm/gnucash/import-export/qif-import.scm:
  32: 32* (cond-expand (guile-2 #) (else #))
  32: 33  (begin (load-extension "libgnc-gnome" "scm_init_sw_gnome_module"))
  38: 34  [load-extension "libgnc-gnome" "scm_init_sw_gnome_module"]

C:\Program
Files\gnucash\share\gnucash/scm/gnucash/import-export/qif-import.scm:38:5:
In procedure dynamic-link in expre
ssion (load-extension "libgnc-gnome" "scm_init_sw_gnome_module"):
C:\Program
Files\gnucash\share\gnucash/scm/gnucash/import-export/qif-import.scm:38:5:
file: "libgnc-gnome", message: "Th
e specified procedure could not be found."

C:\Program Files\gnucash\bin>


I also tried to load and run on my recent Windows 10 machine with the
following slightly different output...

This is a development version. It may or may not work.
Report bugs and other problems to gnucash-devel@gnucash.org
You can also lookup and file bug reports at http://bugzilla.gnome.org
To find the last stable version, please refer to http://www.gnucash.org
3:2016/04/22 15-52-52:gwen(5520):i18n.c:  120: No translation found for
WIN32 locale [English_United Kingdom.1252]
terminate called after throwing an instance of 'std::out_of_range'
  what():  Year 1970 isn't covered by this time zone.

This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.

Not really sure what is wrong,


Robert

On 21 April 2016 at 15:09, Geert Janssens 
wrote:

> On Thursday 21 April 2016 08:46:02 Rob Gowin wrote:
>
> > Hi Robert,
>
> >
>
> > This is due to an error in a CMakeLists.txt file. (Nightly builds of
>
> > master on Windows use CMake.) I have submitted PR #78 to fix.
>
> >
>
> > Rob
>
> >
>
> And I have just merged the PR. Thanks a lot!
>
>
>
> Geert
>
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Windows Nightly Builds

2016-04-21 Thread Geert Janssens
On Thursday 21 April 2016 08:46:02 Rob Gowin wrote:
> Hi Robert,
> 
> This is due to an error in a CMakeLists.txt file. (Nightly builds of
> master on Windows use CMake.) I have submitted PR #78 to fix.
> 
> Rob
> 
And I have just merged the PR. Thanks a lot!

Geert
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Windows Nightly Builds

2016-04-21 Thread Rob Gowin
Hi Robert,

This is due to an error in a CMakeLists.txt file. (Nightly builds of master
on Windows use CMake.) I have submitted PR #78 to fix.

Rob

On Thu, Apr 21, 2016 at 8:06 AM, Robert Fewell <14ubo...@gmail.com> wrote:

> Hi,
>
> There does not seem to be any recent nightly builds, the last one in the
> list is 2016-01-10.
>
> The reason I am asking is that I just installed Windows 10 on a spare drive
> and tried to build master which it did, but does not run so wanted to prove
> with a nightly build.
>
> Normal release works OK.
>
> Could some one see why and possibly give it kick!!
>
> Robert
> ___
> gnucash-devel mailing list
> gnucash-devel@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Windows nightly builds have not successfully run since r19570

2010-09-28 Thread Derek Atkins
Christian Stimming stimm...@tuhh.de writes:

 Am Monday 27 September 2010 schrieb Kim Wood:
 Dear Devs,
 
 Have just tried r19614 - failed - windows nightly build r19570 was the last
 build to run successfully on my Windows 7 system.  MS Windows Home Premium
 32 bit.
 
 The failure mode is -- While loading user data, box pops up displaying
 gnucash.exe has stopped working.

 Yes. There's already https://bugzilla.gnome.org/show_bug.cgi?id=630740 
 reporting the same issue.

 The issue is caused by the version upgrade of the gtk and gnome packages. 
 However, the upgrade itself cannot be the problem as long as anything is 
 compiled against the new versions.

 I suspect the problem is in the webkit package, because those are pre-built 
 binaries, built against an older gtk version. I started gnucash without any 
 report windows open and it worked as long as only the account hierarchy was 
 visible. Opening any other window will cause a crash. I'd first suspect 
 webkit, but OTOH some incompatibilities between the gtk binary packages might 
 also be a problem. Sorry for that.

I would bet that it is indeed webkit being built against an older
version of gtk!  We don't build webkit ourselves so we should probably
get the webkit rebuilt with the newer gtk.  I think Phil built it last
time.

Phil?

 Regards,

 Christian

-derek

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Windows nightly builds have not successfully run since r19570

2010-09-28 Thread Kim Wood

Thanks Christian,

I assume that this bug will need to be fixed before the next stable release? 
It's a show stopper.


Regards,

Kim
-- 
View this message in context: 
http://gnucash.1415818.n4.nabble.com/Windows-nightly-builds-have-not-successfully-run-since-r19570-tp2715237p2716705.html
Sent from the GnuCash - Dev mailing list archive at Nabble.com.
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Windows nightly builds have not successfully run since r19570

2010-09-28 Thread Derek Atkins
Kim Wood kim.w...@bigpond.net.au writes:

 Thanks Christian,

 I assume that this bug will need to be fixed before the next stable release? 
 It's a show stopper.

LOL.  No, we're going to make gnucash completely un-usable by letting it
crash whenever someone uses a report.  ;-)

Seriously, yes, we need to fix this.

 Regards,

 Kim

-derek
-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Windows nightly builds have not successfully run since r19570

2010-09-27 Thread Cristian Marchi
I have a similar problem with win XP and the two latest build but. 
R19570 worked well but at the moment I'm not able to test 19572 build works.


19572 and 19572 where my commits and respectively are update of pl 
accounts tree and update of pl.po translation file. What I can say is 
that running msgmft -c --statistics on pl.po gives an error. Maybe the 
trouble comes from this? I've reported the problem when happende on the 
list: 
https://lists.gnucash.org/pipermail/gnucash-devel/2010-September/029533.html


Il 27/09/2010 13:15, Kim Wood ha scritto:

Il 27/09/2010 13:15, Kim Wood ha scritto:

Dear Devs,

Have just tried r19614 - failed - windows nightly build r19570 was the last
build to run successfully on my Windows 7 system.  MS Windows Home Premium
32 bit.

The failure mode is --  While loading user data, box pops up displaying
gnucash.exe has stopped working.

If restarted, a data lock file prompt needs to be dismissed, data file loads
successfully, and GnuCash quickly fails (within seconds) with the same error
message.

Is there anything else I can do that will help you determine the cause of
the failure?  It would appear that the problem was introduced with r19572.

Regards,

Kim Wood

   

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Windows Nightly Builds Failed Since r19572

2010-09-21 Thread Derek Atkins
Kim Wood kim.w...@bigpond.net.au writes:

 Dear Devs,

 We have had another failure over the last several days of the windows
 nightly builds.  Last good build available for download (as of Friday 17
 September 2010) is r19572.

Yep, we know.  The docs are tickling a bug in xsltproc causing a crash
in the build.  (See the other thread on the topic).

 Regards,

 Kim Wood

-derek

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Windows Nightly Builds Failed Last Two Nights?

2010-09-08 Thread Derek Atkins
Thanks for the update.
The HTML Helper App crashed so it was waiting for user input.
I've reset the system so it should be fine going forward.
While I'm there I'll also clean up a little.

Thanks for the report!

-derek

Kim Wood kim.w...@bigpond.net.au writes:

 Dev's,

 The Windows nightly builds seem to have failed for the last two nights.  New
 builds are not appearing as expected at http://code.gnucash.org/builds/   Is
 there a problem with the server?


 Regards,

 Kim Wood

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel