On 12/2/06, Tomasz Ostrowski <[EMAIL PROTECTED]> wrote:
> package
> Reply-To:
>
> sigc++-2.0.pc file for pkg-config is missing from Windows GTKmm 2.10
> package:
> http://www.gustin.be/win32/gtkmm/2.10/gtkmm-win32-devel-2.10.2-2.exe
>
> $ pkg-config --cflags --libs glibmm-2.4
>         Package sigc++-2.0 was not found in the pkg-config search path.
>         Perhaps you should add the directory containing `sigc++-2.0.pc'
>         to the PKG_CONFIG_PATH environment variable
>         Package 'sigc++-2.0', required by 'GLibmm', not found
>
> I've created this file myself, based on linux sigc++-2.0.pc and
> gtkmm-win32-devel's glibmm-2.4.pc. But then a linker could
> not find sigc library. So I added an ugly hack to include
> "-L${exec_prefix}/bin" in %{libdir}. This allowed my ./configure
> script to finish.
>
> But then it turned out that sigc++.h is missing also:
>         c:/MinGW/GTK/include/glibmm-2.4/glibmm/dispatcher.h:24:27:
>                 sigc++/sigc++.h: No such file or directory
>
> Aargh...
>
> That was too much so I've uninstalled gtkmm-win32-devel-2.10.2-2. And
> then I've found out that it uninstalled my sigc++-2.0.pc also! Why
> did it uninstall a file which it did not install - I don't know.
>

Tomasz,
I had this problem too, but 'solved' it by installing everything in
the installer (i.e. not de-selecting any documentation or anything).
See this thread from a couple days ago:
http://mail.gnome.org/archives/gtkmm-list/2006-December/msg00007.html

-- 
jonner
_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to