On Thursday, September 03, 2009, Jacky Jack wrote: > > No way for me. > > When I compile wxWidgets with MS VC++ , I get: error PRJ0003 : Error > spawning 'cmd.exe' > > When I compile it under strawberry perl, I get the same: Can't spawn > "cmd.exe": No such file or directory at inc/My/Build/Base.pm line 28 > 0. > > Any idea?
You shouldn't need to compile wxWidgets yourself. If you are using ActivePerl, the ActiveState people have compiled it already, and you can install it via 'ppm'. If you are using Strawberry, then installing the module Alien::wxWidgets will invoke the MinGW that comes with Strawberry. HTH, Eric Roode