../../../lib/vc_lib/mswd/wx/setup.h

Vadim Zeitlin vadim at wxwindows.org
Tue Dec 12 03:31:39 PST 2006


On Tue, 12 Dec 2006 12:27:17 +0100 zlman at gmx.de wrote:

> Vadim Zeitlin schrieb:
> > 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.
> 
> no, i've downloaded the .zip - version of wx (wxMSW-2.8.0-rc3.zip) and 
> the setup.h - file definitely exists in
> 
> "include/wx/msw/"! the exact path sounds: "d:\wx\include\wx\msw\setup.h"
> it's really astonishing...

 If it exists there what does copy command above complain about? I don't
know what does "angegebenen Pfad nicht" mean ("finden" I guess is somehow
related to "find"?)?

 In any case, if this copy fails, you need to fix it, it's not surprising
that the file is not found if it couldn't be copied to the right place!

 Regards,
VZ

-- 
TT-Solutions: wxWidgets consultancy and technical support
               http://www.tt-solutions.com/





More information about the wx-users mailing list