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 do you > use instead

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 Thu, 2009-04-16 at 2

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
Hello Jürg, all, * Jürg Billeter wrote on Tue, Apr 07, 2009 at 11:20:36PM CEST: > 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 > > verbos

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
Hello Jürg, very nice. Thanks again for working on this. At a first glance, all I could find while reading the patch was a trivial s/_SOURCE/_SOURCES/ in the manual. 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

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 your patch is

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't get around

Re: Updated Vala support for automake

2008-10-09 Thread Ralf Wildenhues
Hello people interested in Automake support for Vala, (please indicate if you don't want to be Cc:ed.) * Ralf Wildenhues wrote on Sat, Sep 06, 2008 at 08:53:06PM CEST: > . I've udpated Mathias' patches to incorporate th

Re: Updated Vala support for automake

2008-09-06 Thread Ralf Wildenhues
Hello Mathias, all, let me please say that I'm a bit ashamed that I put this off for so long. Please accept my apologies. I promise to push this through quickly now. But first of all, thanks for your contributions to Automake! So here we go with a review of

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 default the lib