Missing sigc++-2.0.pc and sigc++.h from gtkmm-win32-devel-2.10.2-2.exe



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.

Regards
Tometzky

PS. Cedric, you do a great work packaging GTKmm for Windows. Thank
you.
-- 
...although Eating Honey was a very good thing to do, there was a
moment just before you began to eat it which was better than when you
were...
                                                      Winnie the Pooh



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]