[Omake] Parallel builds on windows xp
Doug Rabson
dfr at qubesoft.com
Fri Aug 10 03:45:09 PDT 2007
I'm definately not pressing any keys. This problem happens both when
I run omake from a console window and inside Emacs. The number in the
'stopped with code' message is always different and normally much
larger than 226 (I just tested again in a console window and it
stopped with an eight digit code number).
The project build works reliably for a single thread - this only
happens when I use -jN.
On 9 Aug 2007, at 21:48, Jason Hickey wrote:
> 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
>
>
>
> _______________________________________________
> Omake mailing list
> Omake at metaprl.org
> https://lists.metaprl.org/mailman/listinfo/omake
More information about the Omake
mailing list