../../../lib/vc_lib/mswd/wx/setup.h
Vadim Zeitlin
vadim at wxwindows.org
Tue Dec 12 02:34:48 PST 2006
On Tue, 12 Dec 2006 07:58:42 +0100 zlman at gmx.de wrote:
> I have re-read the install-instructions several times, but i still got
> the same error!
> now i've tried to compile with: "nmake -f makefile.vc" and the result i
> got was this:
>
> if not exist vc_mswd mkdir vc_mswd
> if not exist ..\..\lib\vc_lib mkdir ..\..\lib\vc_lib
> if not exist ..\..\lib\vc_lib\mswd mkdir ..\..\lib\vc_lib\mswd
> if not exist ..\..\lib\vc_lib\mswd\wx mkdir ..\..\lib\vc_lib\mswd\wx
> if not exist ..\..\lib\vc_lib\mswd\wx\setup.h copy
> ..\..\include\wx\msw\setup.h ..\..\lib\vc_lib\mswd\wx\setup.h
> Das System kann den angegebenen Pfad nicht finden.
> NMAKE: fatal error U1077: 'if' : return code '0x1'
> Stop.
I don't understand the error message but the problem seems to be that you
don't have the source file (include/wx/msw/setup.h) and this can only be
due to the fact that you use cvs checkout which only has setup0.h file
which you're supposed -- per instructions in BuildCVS.txt -- to copy to
setup.h first.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list