Menu

#372 mingw32-make and output capture

closed-invalid
nobody
None
2003-06-21
2003-06-21
Petr Jediny
No

I want to capture output of make from textpad, this is
the result:

process_easy: DuplicateHandle(In) failed (e=6)
mingw32-make: Interrupt/Exception caught (code =
0xc0000005, addr = 0x4fe087)

Tool completed with exit code 255

Discussion

  • Earnie Boyd

    Earnie Boyd - 2003-06-21
    • status: open --> closed-invalid
     
  • Earnie Boyd

    Earnie Boyd - 2003-06-21

    Logged In: YES
    user_id=15438

    TextPad is obviously a consoleless program. Not a problem
    does this make for my process that expects to be able to
    GetStdHandle(STD_INPUT_HANDLE). It becomes your problem to
    provide it a console for stdio.

     
  • Petr Jediny

    Petr Jediny - 2003-06-21

    Logged In: YES
    user_id=498774

    hmmm, but borland make haven't got any problem ...
    it would be nice to capture output with gnu make :-)

     
  • Earnie Boyd

    Earnie Boyd - 2003-06-21

    Logged In: YES
    user_id=15438

    I see that using dev-c++ the make output is captured.
    Perhaps you can figure out how to patch the make-3.80/w32
    code to do what is needed. Keep in mind that you can't
    break other IDE's that use it. If you do create a patch it
    needs to be submitted to the savannah.gnu.org make project.

    Earnie.