digitalmars.D - wxD compiling problems
- SaltySugar (6/6) Jan 27 2013 I need some help. I compiled wxwidgets succesfully. But when I
- SomeDude (5/11) Jan 27 2013 I think you'll have more success if you post in the
- =?UTF-8?B?QW5kZXJzIEYgQmrDtnJrbHVuZA==?= (8/14) Jan 29 2013 Seems like you haven't set up your $(WXDIR) environment variable ?
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?
Jan 27 2013
On Sunday, 27 January 2013 at 08:03:47 UTC, 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?I think you'll have more success if you post in the http://forum.dlang.org/group/digitalmars.D.learn group. The current group is geared towards discussions on the language and its development.
Jan 27 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
Jan 29 2013