Menu

#12 text renderer fails on building with mingw

closed
nobody
None
5
2004-11-23
2004-11-15
No

When building the text renderer using msys/mingw the
module configures fine, but invoking the 'make'
procedure fails due to some missing/not defined
signals. These signals are

* SIGHUP
* SIGWINCH
* TIOCGWINSZ

Any idea or solution to overcome this?

Discussion

  • Michael Randel

    Michael Randel - 2004-11-23
    • status: open --> open-remind
     
  • Michael Randel

    Michael Randel - 2004-11-23
    • labels: --> 367096
    • priority: 5 --> 6
    • assigned_to: nobody --> ensonic
     
  • Stefan Sauer

    Stefan Sauer - 2004-11-23

    Logged In: YES
    user_id=250654

    I have greatly simplified dependencies to get these things
    to work.
    Can you please re-check

    Solaris 2.6
    SIGHUP : sys/signal.h
    SIGWINCH : sys/signal.h
    TIOCGWINSZ : termio.h
    struct winsize : termio.h

    Suse Linux 9.2
    SIGHUP : signal.h
    SIGWINCH : signal.h
    TIOCGWINSZ : termio.h
    struct winsize : termio.h

     
  • Stefan Sauer

    Stefan Sauer - 2004-11-23
    • assigned_to: ensonic --> nobody
    • labels: 367096 -->
    • priority: 6 --> 5
    • status: open-remind --> closed