I am trying to compile wxWidgets for Strawberry Perl (MinGW on Windows),
and I'm following Mattia Barbon's instructions in the Wx module's docs
(docs/INSTALL.pod). The relevant part of that document is this:

   Build wxWidgets as a dll
cd z:\path\to\wx\build\msw
     make -f makefile.gcc SHARED=1 BUILD=release
     cd ..\..\contrib\src\stc
     make -f makefile.gcc SHARED=1 BUILD=release
# now build wxPerl
     # get dmake from [...]
     set WXDIR=z:\path\to\wx
     set WXWIN=z:\path\to\wx
perl Makefile.PL
     dmake
     dmake test
     dmake install
The first part, building in \build\msw, worked fine. The second
part, not so much.  If you go to \contrib\src\stc, there is no
such file as makefile.gcc there.  There is a Makefile.in there,
but I don't know how to convert that into a real makefile under
Windows.

Any help?

Thanks,

--
Eric J. Roode

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to