wxd does not build

James Miller james at aatch.net
Thu Feb 23 00:50:52 PST 2012


On 23 February 2012 18:19, dolive <dolive89 at sina.com> wrote:
> c:\wxd>set WXDIR=c:\wxWidgets-2.8.12
> c:\wxd>make COMPILER=DMD LIBRARY=Phobos DFLAGS+=-d
> make -C wxc WX_RELEASE
> make[1]: Entering directory `/wxd/wxc'
> g++ -D__DMD__  `wx-config --cxxflags` -O2 -Wall -c -o wx-release.o wx-release.cp
> p
> /bin/sh: wx-config: command not found
> wx-release.cpp:6:21: fatal error: wx/defs.h: No such file or directory
> compilation terminated.
> make[1]: *** [wx-release.o] Error 1
> make[1]: Leaving directory `/wxd/wxc'
> make: *** [wxc/WX_RELEASE] Error 2
>
>
> with dmd2.057 2.058, wxd0.16. wxd0.16-18 for winxp
>
> thank's
>
> dolive

Hey, are you sure that the Makefile is using WXDIR? Try adding it to
you PATH (or whatever the windows equivalent is) You should probably
add it anyway, since `sh`will be trying to find wx-config in your
path.

--
James Miller


More information about the Digitalmars-d mailing list