I'm trying to rebuild my application using the current(ish) glade and
autoconf/automake and have been having a nightmare trying to get the
XML file created from glade by:
gtk-builder-convert nuchimp.glade nuchimp.xml
After reading various documents I have the following Makefile.am:
bin_PROGRAMS =
On Mon, 6 Nov 2006 23:46, you wrote:
> Mick -
>
> This was very helpful. It got me off the ground and now I think I'm
> about 90% there. What I'm struggling with now is circular dependencies
> in libraries. In the old Makefile for this software they dealt with this
> in
On Sun, 5 Nov 2006 02:36, you wrote:
> Hi Mick -
>
> Thanks for any help you can give me.
>
> ... -I$(path_to_my_headers) -L$(path_to_my_libraries) element_hal
> element_sal ...
I have used:-
bin_PROGRAMS = gyachi
gyachi_SOURCES = \
...
INCLUDES = -I/usr/include/gtkhtml-
On Mon, 18 Sep 2006 17:34, Ralf Wildenhues wrote:
> Hello Mick,
>
> * mick wrote on Sun, Sep 17, 2006 at 08:36:15AM CEST:
> > I am trying to make the inclusion of a module of my program an option
> > configurable in ./configure but can't get it right.
> >
> U
I am trying to make the inclusion of a module of my program an option
configurable in ./configure but can't get it right.
At the moment I have
in configure.ac
AC_ARG_ENABLE(webcam,
[ --disable-webcamdisable use of webcam])
AC_ARG_ENABLE(voice,
[ --disable-voice disable
On Fri, 14 Jul 2006 18:39, Stepan Kasal wrote:
I have an application that depends on gtkhtml-2.0, which seems to put its
headers in a diferent location in almost every linux or BSD distribution so I
need to replace
INCLUDES = -I/usr/include/gtkhtml-2.0
in Makefile.am.
Its been suggested that I
I have an application that depends on gtkhtml-2.0, which seems to be in a
diferent location in almost every linux or BSD distribution.
Currently I have:-
INCLUDES = -I/usr/include/gtkhtml-2.0
in Makefile.am and
AC_CHECK_LIB([gtkhtml-2], [html_document_open_stream],, [AC_MSG_ERROR([BUMMER,
Mayb