ali
ali

Reputation: 33

wxwidget 2.9.1 compiling at visual c++, error MSB 3073: The command xcopy

Hallo, Im trying to compile wxwidget 2.9.1 in Visual c++ 2010, every time i try there appear this error:

C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(103,5): error MSB3073: The Command "xcopy ....\include\wx\msw\setup.h ....\lib\vc_dll\mswu\wx\ /Y 22>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(103,5): error MSB3073: :VCEnd" ended with code 4.

Is there anyone who can help me out, t tried many things but no chance, at the wiki widgets there is a tip how to do, but it doesnt work at all. Im very pleasureful if someone can help me out.Thanks

Upvotes: 1

Views: 1038

Answers (1)

ravenspoint
ravenspoint

Reputation: 20457

The build is trying to copy the file setup.h to a different directory. Specifically from folder \include\wx\msw\setup.h to \lib\vc_dll\mswu\wx. Try doing this manually, and solve any problems that arise.

Upvotes: 1

Related Questions