Hi, On Sat, Jul 28, 2007 at 01:36:21AM -0500, Steve M. Robbins wrote: > Package: libwxbase2.6-dev > Version: 2.6.3.2.1.5 > Severity: normal > > I think it is common practice to install all developer tools, such as > the M4 macros in wxwin.m4 when the -dev package is installed. The > behaviour of wxwindows surprised me in this regard, since the macro > file is hidden in wx-common. > > Please consider either moving wxwin.m4 or making the -dev package > depend on it.
It can't go in the -dev packages, its common to all of them, that's why wx-common exists. The missing dep for the wx-base package has gone unnoticed until now though. I'm not sure what I find more surprising though, that someone is using wxbase without also needing the gui libs, or that you plan to use wxwin.m4 to do it ... Just call $(shell wx-config ...) directly from your own makefiles. It's much simpler, much less prone to doing surprising things, and doesn't add 12k to your source to do just that. Cheers, Ron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]