Re: [PATCH 0/8] Vala support: some fixlets, improvements and tweaks

2012-10-31 Thread Stefano Lattarini
On 10/27/2012 09:22 AM, Stefano Lattarini wrote: > This series is for maint, and I intend to have it appear in > Automake 1.12.5. > > References and motivations for this series: > > >

[PATCH 0/8] Vala support: some fixlets, improvements and tweaks

2012-10-27 Thread Stefano Lattarini
This series is for maint, and I intend to have it appear in Automake 1.12.5. References and motivations for this series: I will push in a couple of days if there is no

[FYI] {maint} news: describe recently-fixed bug in vala support

2012-03-06 Thread Stefano Lattarini
s fixed in 1.11.0a: * Long-standing bugs: + - It is now possible for a foo_SOURCES variable to hold Vala sources +together with C header files, as well as with sources and headers for +other supported languages (e.g., C++). Previously, only mixing C and +Vala sources was supported. +

[FYI] Deleted branch 'mh-vala-support'

2012-02-14 Thread Stefano Lattarini
The branch 'mh-vala-support' had been long ago merged into the development line that was the pre-1.11 'next', and that is into today's 'maint'; also, it hasn't been used nor developed for quite a long time now, the vala-relevant changes taking place dire

Re: [Vala] Vala support for automake

2009-04-26 Thread Yu Feng
On Sun, 2009-04-26 at 09:50 +0200, Ralf Wildenhues wrote: > * Yu Feng wrote on Sun, Apr 26, 2009 at 03:51:50AM CEST: > > Is it possible to also add valadoc support in automake together with > > vala support? > > What does valadoc do, where is it documented, what kind of rules

Re: [Vala] Vala support for automake

2009-04-26 Thread Ralf Wildenhues
* Yu Feng wrote on Sun, Apr 26, 2009 at 03:51:50AM CEST: > Is it possible to also add valadoc support in automake together with > vala support? What does valadoc do, where is it documented, what kind of rules do you use instead of automake support, what pitfalls are there? Thanks, Ralf

Re: [Vala] Vala support for automake

2009-04-25 Thread Yu Feng
Is it possible to also add valadoc support in automake together with vala support? Yu On Thu, 2009-04-16 at 21:19 +0200, Jürg Billeter wrote: > On Thu, 2009-04-16 at 21:09 +0200, Ralf Wildenhues wrote: > > * Jürg Billeter wrote on Thu, Apr 16, 2009 at 09:02:30PM CEST: > > > On

Re: Vala support for automake

2009-04-19 Thread Ralf Wildenhues
Of course my testing went a bit overboard before merging, so I actually missed a couple of vala-related failures. Fixed with this patch, pushed to master. (next has been merged into master.) Cheers, Ralf Fix AM_PROG_VALAC version requirement detection. * m4/vala.m4 (AM_PROG_VALAC):

Re: Vala support for automake

2009-04-18 Thread Ralf Wildenhues
things incrementally, but we don't need to keep vala support out of the main Automake for that. As a minor technical detail, I'm trying to avoid git cherry-picks starting from post-1.10 Automake, thus instead of your rebase, I have gone ahead and - merged part of the next branch into

Re: Vala support for automake

2009-04-18 Thread Ralf Wildenhues
Hi Jürg, * Jürg Billeter wrote on Thu, Apr 16, 2009 at 09:19:13PM CEST: > On Thu, 2009-04-16 at 21:09 +0200, Ralf Wildenhues wrote: > > What about shared libraries, do they have .vapi's, too? > > Yes, shared libraries have .vapi files, too. They are installed > into /usr/share/vala/vapi/ by defau

Re: Vala support for automake

2009-04-16 Thread Jürg Billeter
On Thu, 2009-04-16 at 21:09 +0200, Ralf Wildenhues wrote: > * Jürg Billeter wrote on Thu, Apr 16, 2009 at 09:02:30PM CEST: > > On Thu, 2009-04-16 at 20:49 +0200, Ralf Wildenhues wrote: > > > bin_PROGRAMS = foo > > > foo_SOURCES = foo1.vala foo2.vala > > > foo_LDADD = libbar.a > > > noinst_LIBRARIES

Re: Vala support for automake

2009-04-16 Thread Ralf Wildenhues
* Jürg Billeter wrote on Thu, Apr 16, 2009 at 09:02:30PM CEST: > On Thu, 2009-04-16 at 20:49 +0200, Ralf Wildenhues wrote: > > bin_PROGRAMS = foo > > foo_SOURCES = foo1.vala foo2.vala > > foo_LDADD = libbar.a > > noinst_LIBRARIES = libbar.a > > libbar_a_SOURCES = bar1.vala bar2.vala > > > > How wo

Re: Vala support for automake

2009-04-16 Thread Jürg Billeter
Hi Ralf, On Thu, 2009-04-16 at 20:49 +0200, Ralf Wildenhues wrote: > * Jürg Billeter wrote on Wed, Apr 15, 2009 at 08:56:44PM CEST: > > On Wed, 2009-04-15 at 20:42 +0200, Ralf Wildenhues wrote: > > > or even > > > valac -C b.vala > > > valac -C e.vala > > > > This would not work, valac requir

Re: Vala support for automake

2009-04-16 Thread Ralf Wildenhues
Hi Jürg, * Jürg Billeter wrote on Wed, Apr 15, 2009 at 08:56:44PM CEST: > On Wed, 2009-04-15 at 20:42 +0200, Ralf Wildenhues wrote: > > I'm looking at adding per-target flag support for vala sources. > > > > Say I have baz.vala and want to create from that > > foo-baz.c foo-baz.h > > > > in on

Re: Vala support for automake

2009-04-15 Thread Jürg Billeter
Hi Ralf, On Wed, 2009-04-15 at 20:42 +0200, Ralf Wildenhues wrote: > I'm looking at adding per-target flag support for vala sources. > > Say I have baz.vala and want to create from that > foo-baz.c foo-baz.h > > in one valac invocation, as well as > bar-baz.c bar-baz.h > > in another 'valac

Re: Vala support for automake

2009-04-15 Thread Ralf Wildenhues
Hi Jürg, * Jürg Billeter wrote on Tue, Apr 07, 2009 at 11:20:36PM CEST: > > I've attached the verbose test log. Thanks. I'm looking at adding per-target flag support for vala sources. Say I have baz.vala and want to create from that foo-baz.c foo-baz.h in one valac invocation, as well as

Re: Vala support for automake

2009-04-07 Thread Jürg Billeter
Hi Ralf, On Tue, 2009-04-07 at 23:08 +0200, Ralf Wildenhues wrote: > Other than that, I haven't yet gotten around to get my system up to date > in order to support Vala 0.7 yet. Would you be so nice as to post > verbose log output for all the vala tests? That is, just > cd tests > for t in p

Re: Vala support for automake

2009-04-07 Thread Ralf Wildenhues
re comments inline. * Jürg Billeter wrote on Sun, Apr 05, 2009 at 03:45:44PM CEST: > On Tue, 2009-03-31 at 23:15 +0200, Ralf Wildenhues wrote: > > * Jürg Billeter wrote on Tue, Mar 31, 2009 at 01:11:55PM CEST: > Thanks for your prompt response. I finally found some time today to > a

Re: [Vala] Vala support for automake

2009-04-01 Thread Michael Terry
2009/3/31 Ralf Wildenhues : > Where can I get a recent vala compiler to install, and if there isn't an > unofficial Debian package for it yet (and the build-deps have changed > compared to 0.5.7.1), what other packages do I need to install it? > Thanks. sid has 0.5.7 and there is an Ubuntu PPA at

Re: Vala support for automake

2009-03-31 Thread Ralf Wildenhues
Hello Jürg, * Jürg Billeter wrote on Tue, Mar 31, 2009 at 01:11:55PM CEST: > I've updated the Vala support patches initially written by Mathias > Hasselmann to fix a few issues and to conform to the reworked header > file generation in Vala 0.7. Thanks for your work on this. I see

Vala support for automake

2009-03-31 Thread Jürg Billeter
I've updated the Vala support patches initially written by Mathias Hasselmann to fix a few issues and to conform to the reworked header file generation in Vala 0.7. It appears to work well with a simple test project including correct distcheck and maintainer-clean functionality. I didn&

Re: Updated Vala support for automake

2008-10-09 Thread Ralf Wildenhues
; patches to incorporate the suggestions I sent earlier, and pushed the resulting patches to a feature branch that can be found here: git clone git://git.savannah.gnu.org/automake.git git checkout origin/mh-vala-support <http://git.savannah.gnu.org/gitweb/?p=automake.git;a=shortlog;h=refs/

Re: Updated Vala support for automake

2008-09-06 Thread Ralf Wildenhues
ST: > After talking with Jürg today I've updated my patches for Vala support > in automake: > > - forgot to tell automake to distribute some of the files added > - non-recursive builds should work now > - automake automatically injects the --library switch for Vala > li

Ping Vala support patches

2007-12-21 Thread Mathias Hasselmann
Just pinging for the Vala support patches. -- Mathias Hasselmann <[EMAIL PROTECTED]> http://taschenorakel.de/mathias/about/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: Updated Vala support for automake

2007-09-29 Thread Mathias Hasselmann
Hi, After talking with Jürg today I've updated my patches for Vala support in automake: - forgot to tell automake to distribute some of the files added - non-recursive builds should work now - automake automatically injects the --library switch for Vala libraries now. By defaul

Vala Support

2007-09-28 Thread Mathias Hasselmann
pport the Vala + programming language. Register Vala language hooks. + * lib/am/vala.am: Empty rules file to prevent creation of depend2 + based rules for Vala code. + * m4/vala.m4: Provide AC_PROG_VALAC for detecting the Vala compiler. + * tests/Makefile.am, tests/Makefile.in: Add vala.test. + * tests/