MESSAGE
DATE | 2008-10-02 |
FROM | Ruben Safir
|
SUBJECT | Subject: [NYLXS - HANGOUT] [danielko.listas@gmail.com: Re: gtkmm and autoconf]
|
----- Forwarded message from "Daniel K. O." -----
Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by www2.mrbrklyn.com (8.13.1/8.13.1/SuSE Linux 0.7) with ESMTP id m930CI6p010784 for ; Thu, 2 Oct 2008 20:12:20 -0400 Received: by qw-out-2122.google.com with SMTP id 9so317625qwb.11 for ; Thu, 02 Oct 2008 17:11:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=PV9xgAkCk5eP8Ae0q9CWGb8Kw5Mu3CSNmiW0ccGnAKs=; b=lEs65ayV2sjlAhewhLd2PhevuIQxJfiCbR1caBMG+dL6z1mxuL9k6yLXUaVBksBaWO CtjEFLWzWfCKgKcX//mvEv8xNWNdYUJUMS161MwNTi81I55X10k46xJQJcQMYKrU5i/b UN+/I9lqPlEhVUh/PO9Kj0ypOJa0cWTqlqqIk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=sfEi1bynEshOkkM0IZBvQQtEG+WnUGjpcMYxy9TXNAJadkKpZkizZ8z1Af6lsSOrvW VTJGQNqlvigCFD7xd/nbBZ1recHO1z+4+IpU9i8CL/dPrb70WVI/pkStt66uYgEFglYq sY0V2hz7KMZExyfVkGGZ4p+WCeLyFZ5HnQxEg= Received: by 10.214.182.6 with SMTP id e6mr592666qaf.16.1222992708559; Thu, 02 Oct 2008 17:11:48 -0700 (PDT) Received: from ?192.168.0.4? (189.27.255.57.adsl.gvt.net.br [189.27.255.57]) by mx.google.com with ESMTPS id 33sm2427964yxr.3.2008.10.02.17.11.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 02 Oct 2008 17:11:48 -0700 (PDT) Message-ID: <48E56340.7000205-at-gmail.com> Date: Thu, 02 Oct 2008 21:11:44 -0300 From: "Daniel K. O." User-Agent: Thunderbird 2.0.0.17 (X11/20080926) MIME-Version: 1.0 To: Ruben Safir Subject: Re: gtkmm and autoconf References: <20081002163104.GA18218-at-www2.mrbrklyn.com> In-Reply-To: <20081002163104.GA18218-at-www2.mrbrklyn.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit
Ruben Safir escreveu: >This is my top level configure.ac
>PKG_CHECK_MODULES([MYAPP], [gtkmm-2.4 >= 2.4.0])
This should create the "MYAPP_CFLAGS" and "MYAPP_LIBS" variables. But you are not using them. Put this on your src/Makefile.am:
AM_CPPFLAGS = $(MYAPP_CFLAGS) AM_LDFLAGS = $(MYAPP_LIBS)
(if you get linker errors because of wrong ordering, try using "LIBS+=$(MYAPP_LIBS)" instead of AM_LDFLAGS)
-- Daniel K. O. "The only way to succeed is to build success yourself"
----- End forwarded message -----
-- http://www.mrbrklyn.com - Interesting Stuff http://www.nylxs.com - Leadership Development in Free Software
So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998
http://fairuse.nylxs.com DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002
"Yeah - I write Free Software...so SUE ME"
"The tremendous problem we face is that we are becoming sharecroppers to our own cultural heritage -- we need the ability to participate in our own society."
"> I'm an engineer. I choose the best tool for the job, politics be damned.< You must be a stupid engineer then, because politcs and technology have been attached at the hip since the 1st dynasty in Ancient Egypt. I guess you missed that one."
© Copyright for the Digital Millennium
|
|