i would guess that you would have the logger be lib3 in the lib folder.
On Wed, 10 May 2006, Paulo J. Matos wrote:
> Hi all,
>
> I have a source tree, which is maintained with autotools. It goes
> something like this:
> MySoftware
> |- lib
>|- lib1
>|- lib2
> |- src
>
> lib1 a
On Fri, 13 Jan 2006, Ralf Corsepius wrote:
> On Thu, 2006-01-12 at 16:41 -0600, Matt Hull wrote:
>
> > i am lost to as why it isnt checking dependencies.
> Let me put it this way: Your tarball shows that you are having several
> further, additional problems.
>
> Have a l
On Thu, 12 Jan 2006, Ralf Corsepius wrote:
> On Wed, 2006-01-11 at 16:10 +0100, Ralf Wildenhues wrote:
> > [ again, please follow up to automake@gnu.org only ]
> >
> > * Matt Hull wrote on Wed, Jan 11, 2006 at 01:30:40AM CET:
>
> > > icarus.cc.uic.edu/~mhul
On Wed, 11 Jan 2006, Ralf Wildenhues wrote:
> * Stepan Kasal wrote on Wed, Jan 11, 2006 at 07:52:58PM CET:
> > this sounds very well:
> >
> > On Wed, Jan 11, 2006 at 10:28:40AM -0600, Matt Hull wrote:
> > > makefile.am: required file `./compile' not fou
On Wed, 11 Jan 2006, Stepan Kasal wrote:
> Hello,
>
> this sounds very well:
>
> On Wed, Jan 11, 2006 at 10:28:40AM -0600, Matt Hull wrote:
> > [EMAIL PROTECTED] ~/mine-0.0.9 $ aclocal-1.8 -I aclocal && autoheader &&
> > autoconf && automak
On Wed, 11 Jan 2006, Ralf Wildenhues wrote:
> [ again, please follow up to automake@gnu.org only ]
>
> * Matt Hull wrote on Wed, Jan 11, 2006 at 01:30:40AM CET:
> > i am going to take a break from this i think. i have been reading
> > examples manuals for at least 2 weeks on
On Tue, 10 Jan 2006, Ralf Corsepius wrote:
> On Tue, 2006-01-10 at 13:55 -0600, Matt Hull wrote:
> >
> > On Tue, 10 Jan 2006, Ralf Corsepius wrote:
> >
> > > On Tue, 2006-01-10 at 12:16 -0600, Matt Hull wrote:
> > > > > On Mo
i am going to take a break from this i think. i have been reading
examples manuals for at least 2 weeks on this. too much time. and i
still can not get it to work.
i put the lastest try at
icarus.cc.uic.edu/~mhull1/mine-0.0.9.tar.gz
i have automake version 1.4 - 1.9 installed. i was at first
> On Mon, 2006-01-09 at 15:30 -0600, Matt Hull wrote:
>
> > makefile.am :
> > -
> > bin_PROGRAMS = mine
> > mine_SOURCES = src/main.c
> >
> > if WITH_GTK1
> > mine_sources += src/gtk2/gtk1.c src/gtk2/gtk1.h
> > endif
>
On Tue, 10 Jan 2006, Ralf Corsepius wrote:
> On Tue, 2006-01-10 at 12:16 -0600, Matt Hull wrote:
> > > On Mon, 2006-01-09 at 15:30 -0600, Matt Hull wrote:
> > >
> > > > makefile.am :
> > > > -
> > > > bin_PROGRAMS = mine
>
hi, thanks for your patience with my questions and sorry for posting on
the wrong list.
i am trying to use a top level configure script in ./ with all sources in
./src and ./src/gtk2
directory :
---
src/main.c
src/gtk1/gtk1.c
makefile.am :
-
bin_PROGRAMS = mine
mine_SOURCES =
x27;s are:
src
src/gtk
what is different with only a single makefile ?
thanks
matt
On Sun, 8 Jan 2006, Ralf Corsepius wrote:
> On Sat, 2006-01-07 at 15:55 -0600, Matt Hull wrote:
> > is it possible to only have one top level makefile ?
> In most cases, yes.
>
> > will t
i have a simple hello world i am trying to get working. i have:
src/main.c
src/gtk/gtkmain.c
src/gtk/gtkmain.h
i almost got it working except that when it tries to build gtkmain it
fails with undefined reference to main. looks like its trying to build a
final appllication and link it together.
is it possible to only have one top level makefile ? will that work with
make install, make clean, and make dist ?
thanks
matt
) $(INCPATH) -o gtkmain.o src/gtk-1.2/gtkmain.c
i am guessing that its trying to link to main, but should do that last
after it compiles main.
thanks
matt
On Thu, 5 Jan 2006, Ralf Corsepius wrote:
> On Wed, 2006-01-04 at 16:34 -0600, Matt Hull wrote:
> > thanks, i think i got that kind
n Wed, Jan 04, 2006 at 01:07:50AM -0600, Matt Hull wrote:
> > SUBDIRS = src cli-fe @GTK@
>
> use Automake conditionals:
>
> SUBDIRS = src cli-fe
> if WITH_GTK
> SUBDIRS += gtk
> endif
>
> See the Automake manual for details.
>
> Have a nice day,
> Stepan
>
not sure if i sould post on autoconf or automake... sorry if i posted
wrong.
working on a hello world program. it has the option to use gtk 1.2 or gtk
2.0 or nothing.
i think i got configure.in working, now i need to edit makefile.am.
if there the user selected --without-gtk, how do i edit the
17 matches
Mail list logo