On Tue, 2008-01-29 at 07:54 +0100, Ralf Wildenhues wrote:
> * Paulo J. Matos wrote on Mon, Jan 28, 2008 at 10:34:30PM CET:
> > After running:
> >
> > $ rm -Rf aclocal.m4 autom4te.cache/ config.h.in config.guess
> > config.log config.status config.sub configure depcomp install-sh
> > libtool liblt
2008/10/3 Stefano D'Angelo <[EMAIL PROTECTED]>:
> 2008/10/2 John Calcote <[EMAIL PROTECTED]>:
>> You may wish to check out my book on Autotools, hosted by Free Software
>> Magazine. In there, I make several references to doxygen, and use code
>> snippets to implement doxygen targets within the samp
Stefano D'Angelo wrote:
> 2008/10/3 Stefano D'Angelo <[EMAIL PROTECTED]>:
>
>> 2008/10/2 John Calcote <[EMAIL PROTECTED]>:
>>
>>> You may wish to check out my book on Autotools, hosted by Free Software
>>> Magazine. In there, I make several references to doxygen, and use code
>>> snippets t
2008/10/3 John Calcote <[EMAIL PROTECTED]>:
> I apologize for my lack of communication here. I didn't mean to ever
> imply that my solution was the best one out there. I was simply giving
> you some more resources to look at for building your generic doxygen
> solution. I only hope it was helpful.
Just to let you know, I updated that stuff to Doxygen 1.5.7, added
support for Qt Help Project output and fixed some little things. It
currently doesn't work well because of a bad doxygen bug
(http://bugzilla.gnome.org/show_bug.cgi?id=554379), but it should have
worked.
Since it's likely I will ma
Hello Ruben,
On Thu, Oct 02, 2008 at 11:08:15AM -0400, Ruben Safir wrote:
> PKG_CHECK_MODULES([MYAPP], [gtkmm-2.4 >= 2.4.0])
...
> if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT one_window.o -MD -MP
...
> one_window.cc:1:19: gtkmm.h: No such file or directory
...
> MYAPP_CFLAGS = -DXTHREADS -D
On Sat, Oct 04, 2008 at 03:41:23AM +0200, Baurzhan Ismagulov wrote:
> Hello Ruben,
>
> On Thu, Oct 02, 2008 at 11:08:15AM -0400, Ruben Safir wrote:
> > PKG_CHECK_MODULES([MYAPP], [gtkmm-2.4 >= 2.4.0])
> ...
> > if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT one_window.o -MD -MP
> ...
> > one_w