[Omake] Parallel builds on windows xp
Jason Hickey
jyh at cs.caltech.edu
Thu Aug 9 13:48:39 PDT 2007
The strange thing is that the report is "stopped with code 226", so
omake thinks the job has stopped. Win32 doesn't have job control,
but omake sort of simulates it if you type Ctrl-C or Ctrl-Break in
the console window.
It is unlikely, but are you pressing either of these keys?
Jason
On Aug 9, 2007, at 7:26 AM, Doug Rabson wrote:
> I've been using various versions of omake (just upgraded to omake
> 0.9.8.5) to renovate the build system for a very large and
> convoluted project which currently uses gmake. I'm currently having
> problems using the parallel build feature on windows. Basically, it
> appears to work, chugs away for a while building stuff and then it
> just stops, always with an error like this:
>
> - 3: stopped with code 226
> *** omake error:
> File omake\util.om: line 15, characters 1-7
> command terminated with code 226:
> cl -nologo -Dq_windows -D_CRT_SECURE_NO_DEPRECATE -W3 -GR -GF
> -Wp64 -MD -Zi -DDEBUG -GS -DBUILD_DLL -Fd..\\..\\..\\build\\win32\
> \obj\\debug\\store\\tools\\qfiledump\\qfiledump.pdb -I..\\..\\..\
> \build\\include -I..\\..\\.. -c -Fo..\\..\\..\\build\\win32\\obj\
> \debug\\store\\tools\\qfiledump\\qfiledump.obj -Fa..\\..\\..\\build\
> \win32\\obj\\debug\\store\\tools\\qfiledump/ c:\\Q2\\Q\\store\\tools
> \\qfiledump\\qfiledump.cpp
>
> There are never any error messages from the compiler. I have build
> the same project with no problems using -j6 on a unix platform -
> this problem only happens on windows.
>
> Any ideas?
>
> _______________________________________________
> Omake mailing list
> Omake at metaprl.org
> https://lists.metaprl.org/mailman/listinfo/omake
--
Jason Hickey http://www.cs.caltech.edu/~jyh
Caltech Computer Science Tel: 626-395-6568 FAX: 626-792-4257
More information about the Omake
mailing list