From: Vadim Zeitlin on
On Wed, 07 Feb 2007 13:15:16 -0500 "H.Vidal, Jr." <hvidal(a)tesseract-tech.com> wrote:

HJ> So I set it to 1
HJ>
HJ> then issued a 'make clean' from 'build/' directory.
HJ> Then a 'make.'

Sorry, it's not clear: did you do make clean for wx itself or just your
application?

HJ> However, libraries did not want to cooperate. Issuing a build
HJ> with `wx-config --libs` as is prescribed yielded:

`wx-config --libs` doesn't include media lib (which is a relatively new
one and so not subject to backwards compatible behaviour of --libs option),
you need to use `wx-config --libs std,media` to get it.

Regards,
VZ

--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org