Re: Building Rapidsvn

Alexander Mueller <[email protected]> Tue, 10 May 2011 13:35:07 +0200
Newsgroups gmane.comp.version-control.subversion.rapidsvn.user
Message-ID <[email protected]>
You need to have the command line with the visual studio environment 
variables set. Run vcvars32.bat (should be somewhere in the Visual 
Studio start menu).

You need to run nmake for times:
nmake /f makefile.vc UNICODE=0 BUILD=debug
nmake /f makefile.vc UNICODE=1 BUILD=debug
nmake /f makefile.vc UNICODE=0 BUILD=release
nmake /f makefile.vc UNICODE=1 BUILD=release

Am 10.05.2011 12:12, schrieb [email protected]:
> I try to compile wxGTK-2.8.12 , but I get this error:
> I don't know how to resolve it, can you help me please.
>
> C:\wxGTK-2.8.12\build\msw>nmake /f makefile.vc
>
> Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
> Copyright (C) Microsoft Corporation. Tous droits r'serv's.
>
>          cl /c /nologo /TC /Fovc_msw\wxregex_regcomp.obj /MD /DWIN32   /Fd..\..\l
> ib\vc_lib\wxregex.pdb     /I..\..\include  /I..\..\lib\vc_lib\msw /D__WXMSW__
>     ..\..\src\regex\regcomp.c
> regcomp.c
> c:\wxgtk-2.8.12\src\regex\regcustom.h(32) : fatal error C1083: Impossible d'ouvrir le fichier include : 'stdio.h' : No such file or directory
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\bin\c
> l.EXE"' : code retour '0x2'
> Stop.
>
> Thanks.

------------------------------------------------------
http://rapidsvn.tigris.org/ds/viewMessage.do?dsForumId=671&dsMessageId=2733654

To unsubscribe from this discussion, e-mail: [[email protected]].