Re: Building frozen pre-1.0.4

From: Paul Floyd (paulf@free.fr)
Date: Tue Dec 19 2000 - 12:16:13 PST

  • Next message: John Coppens: "Re: Snapscan.... Help!"

    Salut

    Henning Meier-Geinitz wrote:

     I think these problems can be fixed relatively easy (as mentioned in
    > my other article).

    Yes, it's all relatively easy to fix.

    > > In backend, the build only gets as far as agfafocus.c before falling
    > > over due to a variable that's used and is not ansi.
    >
    > Where exactly (error message)?

    agfafocus.c: In function `reader_process':
    agfafocus.c:1774: `sigset_t' undeclared (first use in this function)
    agfafocus.c:1774: (Each undeclared identifier is reported only once
    agfafocus.c:1774: for each function it appears in.)
    agfafocus.c:1774: parse error before `sigterm_set'

    and looking in /emx/include/sys/signal.h:

    #if !defined (__STRICT_ANSI__)

    #define NSIG 29

    #define SA_NOCLDSTOP 0x0001

    #define SIG_BLOCK 1
    #define SIG_UNBLOCK 2
    #define SIG_SETMASK 3

    #if !defined (_SIGSET_T)
    #define _SIGSET_T
    typedef unsigned long sigset_t;
    #endif

    A bientot
    Paul

    -- 
    Paul Floyd http://paulf.free.fr
    EMail = URL (after //), replacing first dot with @
    What's the point? The sharp bit on the end.
    

    -- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com



    This archive was generated by hypermail 2b29 : Tue Dec 19 2000 - 18:32:42 PST