Re: feature/gbuild_ure needs testing

2012-09-22 Thread David Tardon
Hi, On Wed, Sep 19, 2012 at 10:49:46AM +0200, David Tardon wrote: Hi all, On Thu, Aug 02, 2012 at 12:00:22PM +0200, David Tardon wrote: Hi all, now that 3.6.0 is sucessfully out, I have started pushing gbuild conversion forward again. The latest result of my effort is on branch

Re: feature/gbuild_ure needs testing

2012-09-22 Thread Matúš Kukan
On 22 September 2012 08:22, David Tardon dtar...@redhat.com wrote: The branch feature/gbuild_ure has been merged to master. Sounds great. I've tried to fix cli_ure build but it seems to be worse than before. I have no clue and hope that merging feature/vs2012 will help. Thanks.

Re: feature/gbuild_ure needs testing

2012-09-19 Thread David Tardon
Hi all, On Thu, Aug 02, 2012 at 12:00:22PM +0200, David Tardon wrote: Hi all, now that 3.6.0 is sucessfully out, I have started pushing gbuild conversion forward again. The latest result of my effort is on branch feature/gbuild_ure and you really do want to test that it works on your

Re: feature/gbuild_ure needs testing

2012-09-19 Thread d . ostrovsky
Hi David, Quoting David Tardon dtar...@redhat.com: [...] I do not suppose I am going to get any more testers for the branch, so I am going to merge it to master in a couple of days (most probably on Saturday). Thanks everyone involved (especially Matus) for testing! clean build on mingw

Re: feature/gbuild_ure needs testing

2012-08-07 Thread David Tardon
Hi, On Mon, Aug 06, 2012 at 11:41:33PM +0200, Matúš Kukan wrote: On 2 August 2012 12:00, David Tardon dtar...@redhat.com wrote: This only builds on windows. I do expect some problems, because I only smoketested the code (replacing all commands by touch $@). There were few problems

Re: feature/gbuild_ure needs testing

2012-08-07 Thread Matúš Kukan
Hi, On 7 August 2012 08:14, David Tardon dtar...@redhat.com wrote: I've removed -warnaserror+ . It should not be bad ? Hm, I think this actually should be bound to $(ENABLE_WARNINGS_AS_ERRORS), but ulitmately we should build warning-free, if possible. Of course this can be done later.

Re: feature/gbuild_ure needs testing

2012-08-07 Thread David Tardon
Hi, On Tue, Aug 07, 2012 at 09:43:50AM +0200, Matúš Kukan wrote: Hi, On 7 August 2012 08:14, David Tardon dtar...@redhat.com wrote: I've removed -warnaserror+ . It should not be bad ? Hm, I think this actually should be bound to $(ENABLE_WARNINGS_AS_ERRORS), but ulitmately we should

Re: feature/gbuild_ure needs testing

2012-08-06 Thread David Tardon
Hi, On Sat, Aug 04, 2012 at 02:16:42PM -0500, Norbert Thiebaud wrote: ok so now windows fail with C:/lo/core/solenv/gbuild/Package.mk:44: *** gb_Deliver_deliver: file does not exist in solver, and cannot be delivered: C:/lo/core/solver/wntmsci12.pro/bin/cliuno.snk. Stop. make[2]: ***

Re: feature/gbuild_ure needs testing

2012-08-06 Thread Matúš Kukan
On 2 August 2012 12:00, David Tardon dtar...@redhat.com wrote: This only builds on windows. I do expect some problems, because I only smoketested the code (replacing all commands by touch $@). There were few problems ;-) After

Re: feature/gbuild_ure needs testing

2012-08-05 Thread Matúš Kukan
Hi David, On 2 August 2012 12:00, David Tardon dtar...@redhat.com wrote: Hi all, now that 3.6.0 is sucessfully out, I have started pushing gbuild conversion forward again. The latest result of my effort is on branch feature/gbuild_ure Nice, looks really good :-) 1/ Module bridges has been

Re: feature/gbuild_ure needs testing

2012-08-04 Thread Norbert Thiebaud
on mac I get: [ build LNK ] CppunitTest/libtest_svl_lngmisc.dylib error: no simple registry service! dying... make[2]: *** [/Volumes/Raid0/rel/workdir/unxmacxi.pro/CustomTarget/testtools/uno_test.done] Error 1 make[2]: *** Waiting for unfinished jobs /bin/sh: line 1: 78722 Abort trap

Re: feature/gbuild_ure needs testing

2012-08-04 Thread Norbert Thiebaud
on windows: I needed: $ git diff diff --git a/solenv/gbuild/CliLibrary.mk b/solenv/gbuild/CliLibrary.mk index 36352b7..d4f6841 100644 --- a/solenv/gbuild/CliLibrary.mk +++ b/solenv/gbuild/CliLibrary.mk @@ -20,17 +20,17 @@ gb_CliLibraryTarget_CSCFLAGS_DEBUG := \ -define:DEBUG \

Re: feature/gbuild_ure needs testing

2012-08-04 Thread Norbert Thiebaud
arghh the previous diff got mangled.. here is a corrected version: --- a/solenv/gbuild/CliLibrary.mk +++ b/solenv/gbuild/CliLibrary.mk @@ -20,17 +20,17 @@ gb_CliLibraryTarget_CSCFLAGS_DEBUG := \ -define:DEBUG \ -define:TRACE \ -define gb_CliLibraryTarget__get_csflags + ifeq

Re: feature/gbuild_ure needs testing

2012-08-04 Thread Norbert Thiebaud
ok so now windows fail with C:/lo/core/solenv/gbuild/Package.mk:44: *** gb_Deliver_deliver: file does not exist in solver, and cannot be delivered: C:/lo/core/solver/wntmsci12.pro/bin/cliuno.snk. Stop. make[2]: *** Waiting for unfinished jobs the following seens to fix that: diff --git

feature/gbuild_ure needs testing

2012-08-02 Thread David Tardon
Hi all, now that 3.6.0 is sucessfully out, I have started pushing gbuild conversion forward again. The latest result of my effort is on branch feature/gbuild_ure and you really do want to test that it works on your platform :-) What is there: 1/ Module bridges has been converted to gbuild. This