[Adium-devl] Fwd: Building msn_pecan statically
Felipe Contreras
felipe.contreras at gmail.com
Mon Jun 30 15:18:35 UTC 2008
On Mon, Jun 30, 2008 at 6:05 PM, Ryan Govostes <rgovostes at gmail.com> wrote:
> On Jun 30, 2008, at 9:34 AM, Evan Schoenberg wrote:
>
>> Oops. The attached Makefile.am needs to be placed in the msn_pecan
>> directory. I thought I'd sent the change to Felipe to commit, but
>> apparently I just thought about it.
>
> Hm, that's not working for me. On closer inspection, it looks like
> you're missing a slash on the second to last line, and it's treating
> the version number as a float, then complaining that it has too many
> decimal points.
>
> ===
> --- Makefile.am.old 2008-06-30 10:58:08.000000000 -0400
> +++ Makefile.am 2008-06-30 11:03:30.000000000 -0400
> @@ -65,5 +65,5 @@
> -I$(top_builddir)/libpurple \
> $(GLIB_CFLAGS) \
> $(DEBUG_CFLAGS) \
> - -DHAVE_LIBPURPLE
> - -DVERSION=0.0.15git
> + -DHAVE_LIBPURPLE \
> + -DVERSION='"0.0.15git"'
> ===
Also, the version should now be obtained with the "./get-version.sh" script.
version := $(shell $(srcdir)/get-version.sh)
-D VERSION='"$(version)"'
--
Felipe Contreras
More information about the devel
mailing list