Re: [GNC-dev] Windows build server

2019-03-27 Thread Robert Fewell
Thank you John, could you do one more but just with -Q, sorry I should of tested the command before I asked, looks like -e restricts the list to only ones explicitly installed. Regards, Bob On Tue, 26 Mar 2019 at 21:37, John Ralls wrote: > Here you go. mingw64-config.txt is with q, mingw64-c

Re: [GNC-dev] Windows build server

2019-03-26 Thread John Ralls
Here you go. mingw64-config.txt is with q, mingw64-config-ext.txt without it. Regards, John Ralls asciidoc 8.6.10-1 autoconf 2.69-5 autoconf2.13 2.13-2 autogen 5.18.16-1 automake-wrapper 11-1 automake1.10 1.10.3-3 automake1.11 1.11.6-3 automake1.12 1.12.6-3 automake1.13 1.13.4-4 automake1.14 1.14

Re: [GNC-dev] Windows build server

2019-03-26 Thread Robert Fewell
I am still having trouble and I think it is down to my build system being to up to date and maybe incompatible library versions, looking at a the files from a nightly build, they seem to be older so I am wondering if that is my problem. Is it possible that some one with console access run the foll

Re: [GNC-dev] Windows build server

2019-03-24 Thread John Ralls
Bob, When it can't find libtest-core-guile.so itself it says "the specified *file* could not be found" (my emphasis); "the specified module could not be found" means that the linker couldn't find one of the dependencies of libtest-core-guile.so. That includes the whole Gtk stack, libgncmod-engi

Re: [GNC-dev] Windows build server

2019-03-24 Thread Robert Fewell
Thanks John, Yesterday I did manage to build and then install a working version but found my changes for 'transaction associations' needed some work, change the source file and tried to rebuild and now it wont. I do not know why it wont but it so frustrating Cleared my build and install direct

Re: [GNC-dev] Windows build server

2019-03-22 Thread John Ralls
> On Mar 22, 2019, at 2:12 PM, Robert Fewell <14ubo...@gmail.com> wrote: > > Hi, > > Just wondering if any body has setup a windows build environment recently, > I mistakenly ran setup-mingw64.ps1 which updated my setup, a good 100 plus > packages were updated and now I can not run a build fro