Re: [EMAIL PROTECTED]: Re: gtkmm and autoconf]

2008-10-03 Thread Ruben Safir
On Sat, Oct 04, 2008 at 01:21:39AM +0200, Rafał Mużyło wrote: > - Forwarded message from Rafał Mużyło <[EMAIL PROTECTED]> - > > Date: Sat, 4 Oct 2008 01:18:15 +0200 > From: Rafał Mużyło <[EMAIL PROTECTED]> > To: Nicola Fontana <[EMAIL PROTECTED]>

[EMAIL PROTECTED]: Re: gtkmm and autoconf]

2008-10-03 Thread Rafał Mużyło
- Forwarded message from Rafał Mużyło <[EMAIL PROTECTED]> - Date: Sat, 4 Oct 2008 01:18:15 +0200 From: Rafał Mużyło <[EMAIL PROTECTED]> To: Nicola Fontana <[EMAIL PROTECTED]> Subject: Re: gtkmm and autoconf Message-ID: <[EMAIL PROTECTED]> References: <[EMAIL

Re: gtkmm and autoconf

2008-10-03 Thread Ruben Safir
On Fri, Oct 03, 2008 at 01:44:54PM +0200, Nicola Fontana wrote: > On Fri, 03 Oct 2008 11:00:35 +0200 > Murray Cumming <[EMAIL PROTECTED]> wrote: > > > or this might be better: > > > > AM_CPPFLAGS = $(MYAPP_CFLAGS) > > onwindow_LDADD = $(MYAPP_LIBS) > > I don't know the technical difference (I al

Re: gtkmm and autoconf

2008-10-03 Thread Carlos Pereira
Hello Ruben, I cannot help with this issue, sorry. But I suggest you post it on the main list at [EMAIL PROTECTED] In this list there are allways many messagens, I think it will be easier to find someone to help you. Best regards1 Carlos On Thu, Oct 2, 2008 at 1:31 PM, Ruben Safir <[EMAIL

Re: gtkmm and autoconf

2008-10-03 Thread Nicola Fontana
On Fri, 03 Oct 2008 11:00:35 +0200 Murray Cumming <[EMAIL PROTECTED]> wrote: > or this might be better: > > AM_CPPFLAGS = $(MYAPP_CFLAGS) > onwindow_LDADD = $(MYAPP_LIBS) I don't know the technical difference (I always seen preprocessing and compilation in the same step), but is not AM_CXXFLAGS

Re: gtkmm and autoconf

2008-10-03 Thread dhk
Ruben Safir wrote: > Hello > > I'm really a novice at autoconf and automake and trying to learn some > gtkmm but I'm running into a problem that I just don't have the > familiarity to solve and I'd like to request some help > > I've done a google search for a solution and came up blank so I hope

Re: gtkmm and autoconf

2008-10-03 Thread Rafał Mużyło
On Thu, Oct 02, 2008 at 12:31:04PM -0400, Ruben Safir wrote: > This is my src directory Makefile.am > ___ > > bin_PROGRAMS = onewindow > onewindow_SOURCES = one_window.cc > > So I'm just lost here. What am I doing wrong? > Well, that's rather obvious.

Re: gtkmm and autoconf

2008-10-03 Thread Murray Cumming
On Thu, 2008-10-02 at 12:31 -0400, Ruben Safir wrote: > > This is my src directory Makefile.am > ___ > > bin_PROGRAMS = onewindow > onewindow_SOURCES = one_window.cc You are not specifying any libraries to link to, or any paths to headers to use. htt