wxD compiling problems
Anders F Björklund
afb at algonet.se
Tue Jan 29 11:09:49 PST 2013
SaltySugar wrote:
> I need some help. I compiled wxwidgets succesfully. But when I try to
> compile wxD, it shows me an error.
>
> C:\Program Files\WxWidgets\wxd> make
>
> It shows:
> Can't read makefile '/build/msw/config.dmc'
>
> what can i do?
Seems like you haven't set up your $(WXDIR) environment variable ?
Some Windows installations seem to use $(WXWIN) instead, it seems...
http://wiki.wxwidgets.org/Adding_an_Environment_Variable_under_Windows
That would cause the error above, when including the wxWidgets config:
include $(WXDIR)/build/msw/config.dmc
Didn't really try it myself, as I was using MinGW and MSYS (if needed).
--anders
More information about the Digitalmars-d
mailing list