>
>| Well, I'm not sure what files to include. Can you add them from the
>| pkg-config distribution? Or tell me what files to get?
> >
>| http://www.freedesktop.org/software/pkgconfig/
>
>no problem, it is not neccessary to fix this from the beginning.
>
>--
> Lgb
I've put the latest
Michael Koziarski <[EMAIL PROTECTED]> writes:
| At 02:16 AM 5/27/02 +0200, Lars Gullik Bjønnes wrote:
>>Michael Koziarski <[EMAIL PROTECTED]> writes:
>>
>> >>| +PKG_CHECK_MODULES(GNOME_FRONTEND, gtkmm-2.0 libglademm-2.0)
>> >>
>> >>This ia a macro I have not seen before, where is it comming f
At 02:16 AM 5/27/02 +0200, Lars Gullik Bjønnes wrote:
>Michael Koziarski <[EMAIL PROTECTED]> writes:
>
> >>| +PKG_CHECK_MODULES(GNOME_FRONTEND, gtkmm-2.0 libglademm-2.0)
> >>
> >>This ia a macro I have not seen before, where is it comming from?
> >>
> >
>| It's installed with pkg-config, which
Michael Koziarski <[EMAIL PROTECTED]> writes:
>>| +PKG_CHECK_MODULES(GNOME_FRONTEND, gtkmm-2.0 libglademm-2.0)
>>
>>This ia a macro I have not seen before, where is it comming from?
>>
>
| It's installed with pkg-config, which is a requirement for GNOME-2 and
| gtkmm2 (KDE too I think). The m
>| +PKG_CHECK_MODULES(GNOME_FRONTEND, gtkmm-2.0 libglademm-2.0)
>
>This ia a macro I have not seen before, where is it comming from?
>
It's installed with pkg-config, which is a requirement for GNOME-2 and
gtkmm2 (KDE too I think). The man page says the following.
PKG_CHECK_MODUL
Michael Koziarski <[EMAIL PROTECTED]> writes:
| Hey guys,
>
| I'm starting to change the GNOME frontend to use gtkmm2 and
| libglademm. Hopefully things won't be too much of a moving target.
>
| I _think_ I've cleaned up the build mojo (configure.in) as much as I
| need to, but as this area of t
Hey guys,
I'm starting to change the GNOME frontend to use gtkmm2 and
libglademm. Hopefully things won't be too much of a moving target.
I _think_ I've cleaned up the build mojo (configure.in) as much as I
need to, but as this area of things is still voodoo as far as I can
tell I'd appreciate y