Sorry, no "References:". I do not get my mails back. "The Mail Archive"
crashes my browser, "GMANE" does not show the mail bodies. But well,
there is still "MARC". I can send mails and use "MARC" to copy and paste
text to quote. Then there is only Petidomo left, that cripples my mails.

Did i already tell you, that the standard relay, that receives my mails
for baerlap.north.de died, and that i had to resubscribe with a new
mail address. "[EMAIL PROTECTED]" - unfortunately the petidome
web interface insists, that this is not a valid rfc822 address. But
there is [EMAIL PROTECTED] And after acknowledging 100 or so times
mails from me finally appear at "MARC". Did i already tell, that i do
not get them back ?

OMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM !

What was the question ?

> But "linkchecker" requires "gcc", so the -std=gnu99 option should work
> just fine. And at least for me the package builds ok. What exactly is
> the problem you are faced with?

Oh, well. The problem is that this code in /usr/include/sys/feature_tests.h
on Solaris 10 raises an #error:

/*
 * It is invalid to compile an XPG3, XPG4, XPG4v2, or XPG5 application
 * using c99.  The same is true for POSIX.1-1990, POSIX.2-1992, POSIX.1b,
 * and POSIX.1c applications. Likewise, it is invalid to compile an XPG6
 * or a POSIX.1-2001 application with anything other than a c99 or later
 * compiler.  Therefore, we force an error in both cases.
 */
#if defined(_STDC_C99) && (defined(__XOPEN_OR_POSIX) && !defined(_XPG6))
#error "Compiler or options invalid for pre-UNIX 03 X/Open applications \
        and pre-2001 POSIX applications"
#elif !defined(_STDC_C99) && \
        (defined(__XOPEN_OR_POSIX) && defined(_XPG6))
#error "Compiler or options invalid; UNIX 03 and POSIX.1-2001 applications \
        require the use of c99"
#endif

And as far as i understood, the "-std=gnu99" is just there to prevent
warnings. Really, warnings are currently the last thing that bothers me...


   (mk)

PS: Does anybody know how to configure "linkchecker" ? It just says
    ConfigParser.NoSectionError: No section: 'formatters'

    I only want to find bad links in some of my documents ! I only want to
    find bad links in some of my documents !! I really do not want to wade
    through megabytes of undocumented configuration junk !!!

-- 
Matthias Kurz; Fuldastr. 3; D-28199 Bremen; VOICE +49 421 53 600 47
  >> Im prämotorischen Cortex kann jeder ein Held sein. (bdw) <<
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   openpkg-dev@openpkg.org

Reply via email to