news about the Qt integration?

2009-11-01 Thread Gergely Risko
Hi Ralf, Have you managed to look into my patches about the Qt MOC integration? Thanks, Gergely

Re: news about the Qt integration?

2009-11-01 Thread Ralf Wildenhues
Hello Gergely, * Gergely Risko wrote on Sun, Nov 01, 2009 at 07:36:08PM CET: Have you managed to look into my patches about the Qt MOC integration? No; and I'm really sorry about that. I hope to have some more Automake time next weekend though. My next Automake work items are the zsh

Re: news about the Qt integration?

2009-11-01 Thread RISKÓ Gergely
On Sun, 1 Nov 2009 20:11:07 +0100, Ralf Wildenhues ralf.wildenh...@gmx.de writes: My next Automake work items are the zsh testsuite fixes, OBJCXX, then your QT patch series. Thank you, and do not feel hurried by me, I was just asking. The paperwork is still pending in the company of mine

Re: QT Plugins, target build order AND BUILT_SOURCES

2009-11-01 Thread Ralf Wildenhues
Hello Andre, Your example is pretty complex, and doesn't make the problem obvious. Merely adding libCustomPlugin.la to BUILT_SOURCES doesn't seem to introduce a cycle in the build dependencies, at least from a 'make -n' in an example package that has this Makefile.am but no other files. It may

Re: OS independent build results

2009-11-01 Thread Ralf Wildenhues
Hello Andreas, * Andreas Otto wrote on Sun, Oct 25, 2009 at 07:20:16PM CET: currently I try to improve my build environment. I want to add OS independent build results like java class files or mono clr libraries/excutable into the distribution 1) the problem is

Re: OS independent build results

2009-11-01 Thread Andreas Otto
Hi, this is my solution: this add a new target .vpath_hook to the build environment and this target copy the files/directories listed in VPATH_FILES from the src into the build environment. the copy is necessary because tools like JAR expect the files in the build directory.

Re: OS independent build results

2009-11-01 Thread Ralf Wildenhues
* Andreas Otto wrote on Sun, Nov 01, 2009 at 12:17:05PM CET: this add a new target .vpath_hook to the build environment and this target copy the files/directories listed in VPATH_FILES from the src into the build environment. the copy is necessary because tools like JAR expect the

is anyone using threaded automake?

2009-11-01 Thread Ralf Wildenhues
Since the 1.11 release I have not seen one bug report about $AUTOMAKE_JOBS aka. automake running several Perl threads to update several Makefile.in files concurrently, for speed. If you have more than a couple of Makefile.am files and a SMP system, then it should help. Is anyone using it? Has

Re: is anyone using threaded automake?

2009-11-01 Thread Ralf Wildenhues
Hi Jason, * Jason Sewall wrote on Sun, Nov 01, 2009 at 06:28:31PM CET: On Sun, Nov 1, 2009 at 6:45 AM, Ralf Wildenhues wrote: Is anyone using it?  Has anyone seen issues with it? I didn't even know it existed, but I just tried it out and it seems to generate correct output for a project