[Adium-devl] Fwd: Building msn_pecan statically

Ryan Govostes rgovostes at gmail.com
Mon Jun 30 15:05:57 UTC 2008


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"'
===

Cheers,
Ryan Govostes




More information about the devel mailing list