../../../lib/vc_lib/mswd/wx/setup.h
zlman at gmx.de
zlman at gmx.de
Tue Dec 12 03:44:29 PST 2006
Vadim Zeitlin schrieb:
> 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
>
> =
Hello Vadim,
i've fixed the problem by copying the "setup.h"-file, from =
"\include\wx\msw\setup.h" to "\include\wx\setup.h".
That's right, the compiler couldn't find ( "finden" ;-) ) the setup.h - =
but he didn't complain where he expected the setup.h - file. Now i've =
copyied it manually and it works :-) - i think it's necessary to update =
the "INSTALL-MSW.txt"-file about this. Among others, also the lib - =
filenames need a update.
thank you, for your help!!
Regards,
Alis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20061212/7eb=
a6e33/attachment.htm
More information about the wx-users
mailing list