Re: [gtkmm] Problem compiling libgnomemm-1.3.5
- From: "Marcelo E. Magallon" <marcelo magallon bigfoot com>
- To: Pierre <pierre epinetworx com>
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] Problem compiling libgnomemm-1.3.5
- Date: Wed, 10 Jul 2002 17:25:27 +0200
>> Pierre <pierre epinetworx com> writes:
> -DG_LOG_DOMAIN=\"libgnomemm\" -I../../libgnome -I../../libgnome
^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^
> -I/usr/local/include/atk-1.0 -I/usr/local/include/libgnome-2.0
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> cc1plus: warning: changing search order for system directory
> "/usr/local/include"
Like Murray said, this is the problem.
Your include path looks like this:
...
/usr/local/include
...
../../libgnome
...
/usr/local/include/libgnome-2.0
...
> In file included from /usr/local/include/libgnome/libgnome.h:39,
^^^^^^^^^^^^^^^^^^^^^^^^^^^
and you end up picking up lignome.h from GNOME, not GNOME 2. That is,
you pick it from /usr/local/include/libgnome and not from
/usr/local/include/libgnome-2.0/libgnome
I'm sure this is the same thing as in your other problem with glide.
--
Marcelo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]