don wrote:
I'm trying to get Visual C++'s vcbuild (builds project files from the command line) running under Wine, but it seems to need CreateJobObject
Which version of Visual C++ is this?
Dan Kegel wrote:
don wrote:
I'm trying to get Visual C++'s vcbuild (builds project files from the command line) running under Wine, but it seems to need CreateJobObject
Which version of Visual C++ is this?
2005 "express". The error messages I get are:
Creating command line "cl.exe @z:\home\donald\x\Release\RSP0000063239.rsp /nologo /errorReport:queue" fixme:sync:CreateJobObjectW (nil) (null) Project : error PRJ0014 : The job object used to control the spawned processes has failed. The build cannot continue. Build log was saved at "file://z:\home\donald\x\Release\BuildLog.htm"
donald
On 7/4/07, Donald Gordon don@dis.org.nz wrote:
I'm trying to get Visual C++'s vcbuild (builds project files from the command line) running under Wine, but it seems to need CreateJobObject
2005 "express". The error messages I get are: ... fixme:sync:CreateJobObjectW (nil) (null) Project : error PRJ0014 : The job object used to control the spawned processes has failed. The build cannot continue.
Gee, how'd you get 2005 express to install?
Dan Kegel wrote:
On 7/4/07, Donald Gordon don@dis.org.nz wrote:
I'm trying to get Visual C++'s vcbuild (builds project files from the command line) running under Wine, but it seems to need CreateJobObject
2005 "express". The error messages I get are: ... fixme:sync:CreateJobObjectW (nil) (null) Project : error PRJ0014 : The job object used to control the spawned processes has failed. The build cannot continue.
Gee, how'd you get 2005 express to install?
Er. Kind of stole the installed directory off my windows box, then used winetricks to install msxml3 and vcrun2005 (and Mono, but I'm not sure if that was actually needed). This may count as cheating, but I don't have any need to run the GUI side of things on the linux box, so if I can get the command line tools to run I'm happy.
donald