Want to get rid of Google Ads, click here.
+ Reply to Thread
Results 1 to 2 of 2

Thread: [Joke] Error messages

  1. #1
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,271

    Default [Joke] Error messages

    Now if SC could produce these errors instead of some of the non-informative messages then we could all have fun :wink:

    MPW C Error Messages

    This collection is courtesy of Tony Cunningham, who wrote the following introduction:

    These are some of the error messages produced by Apple's MPW C compiler. These are all real. (If you must know I was bored one afternoon and decompiled the String resources for the compiler.) The compiler is 324k in size so these are just an excerpt I hope. I'm not sure where I stand on the copyright issue.


    --------------------------------------------------------------------------------

    "String literal too long (I let you have 512 characters, that's 3 more than ANSI said I should)"

    "...And the lord said, 'lo, there shall only be case or default labels inside a switch statement'"

    "a typedef name was a complete surprise to me at this point in your program"

    "'Volatile' and 'Register' are not miscible"

    "You can't modify a constant, float upstream, win an argument with the IRS, or satisfy this compiler"

    "This struct already has a perfectly good definition"

    "This onion already has a perfectly good definition"

    "type in (cast) must be scalar; ANSI 3.3.4; page 39, lines 10-11 (I know you don't care, I'm just trying to annoy you)"

    "Can't cast a void type to type void (because the ANSI spec. says so, that's why)"

    "Huh ?"

    "can't go mucking with a 'void *'"

    "we already did this function"

    "This label is the target of a goto from outside of the block containing this label AND this block has an automatic variable with an initializer AND your window wasn't wide enough to read this whole error message"

    "Call me paranoid but finding '/*' inside this comment makes me suspicious"

    "Too many errors on one line (make fewer)"

    "Symbol table full - fatal heap error; please go buy a RAM upgrade from your local Apple dealer"


    From: http://www.macfreek.nl/humour/mpwc-error-messages.html
    Best regards Tommy
    Blog - - ITIL certified - Accredited Integration Specialist – HP OpenView Service Management

    Want to keep this site alive? Consider making a donation. Click here.

  2. #2
    Senior Member
    Join Date
    Jun 2003
    Location
    Amsterdam
    Posts
    318

    Default

    Very nice! On my former job I put some 'Come again???' on errormessages also... it is fun!

    Well, Peregrine has a nice one also, so there is humor in the house (and guts!)!!! Look at he scstop on unix:

    PIDLIST=""
    if [ "$LINUX" = "1" ]
    then
    # no minus sign on ps in linux, GNU is being stupid


    Takes some nerves, love to know the person who did this! Nice one! Does anyone know who said this... ?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts