Thread: [PI] Compile Problem - "Orphan case" "Parsing"

Results 1 to 9 of 9
  1. #1 [PI] Compile Problem - "Orphan case" "Parsing" 
    Registered Member Skarlett's Avatar
    Join Date
    Apr 2013
    Posts
    405
    Thanks given
    47
    Thanks received
    7
    Rep Power
    13





    Anyone have any idea why I am getting these errors?

    Repping if you want. I don't know O.o
    ♡Lovvveeee♡
    Reply With Quote  
     

  2. #2  
    Registered Member Skarlett's Avatar
    Join Date
    Apr 2013
    Posts
    405
    Thanks given
    47
    Thanks received
    7
    Rep Power
    13
    Fixed second compile problem! Just had to add an extra bracket!

    Now what about the "Orphaned case"?
    ♡Lovvveeee♡
    Reply With Quote  
     

  3. #3  
    Registered Member Unicode's Avatar
    Join Date
    May 2013
    Age
    30
    Posts
    296
    Thanks given
    18
    Thanks received
    6
    Rep Power
    16
    An orphaned case occurs when the case doesn't have a

    Code:
    break;
    at the end.

    Reply With Quote  
     

  4. #4  
    Registered Member Skarlett's Avatar
    Join Date
    Apr 2013
    Posts
    405
    Thanks given
    47
    Thanks received
    7
    Rep Power
    13
    Quote Originally Posted by Unicode View Post
    An orphaned case occurs when the case doesn't have a

    Code:
    break;
    at the end.
    I have a break; at the end?..

    ♡Lovvveeee♡
    Reply With Quote  
     

  5. #5  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    I don't see a break; on top of 9190
    Reply With Quote  
     

  6. #6  
    Registered Member Skarlett's Avatar
    Join Date
    Apr 2013
    Posts
    405
    Thanks given
    47
    Thanks received
    7
    Rep Power
    13
    Quote Originally Posted by Karma_K View Post
    I don't see a break; on top of 9190
    Even if I put a break on top of 9190 it still gives me the same error Please help!
    ♡Lovvveeee♡
    Reply With Quote  
     

  7. #7  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by AinProds View Post
    Even if I put a break on top of 9190 it still gives me the same error Please help!
    You forgot a bracket. You highlighted it in that picture. Add a closing bracket
    Reply With Quote  
     

  8. #8  
    Registered Member Skarlett's Avatar
    Join Date
    Apr 2013
    Posts
    405
    Thanks given
    47
    Thanks received
    7
    Rep Power
    13
    Quote Originally Posted by Karma_K View Post
    You forgot a bracket. You highlighted it in that picture. Add a closing bracket

    When I add a bracket, like so:



    It, as you can see tells me that a bracket at the end is expected, but I have one there? Please help o-o
    This is the last thing I need to finish on my to-do list
    ♡Lovvveeee♡
    Reply With Quote  
     

  9. #9  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by AinProds View Post
    When I add a bracket, like so:



    It, as you can see tells me that a bracket at the end is expected, but I have one there? Please help o-o
    This is the last thing I need to finish on my to-do list
    That's not what I meant at all.. Look at your picture that has case 9190 and you highlighted the if statement. You forgot to close it
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. [PI] Compiler problem.
    By RealmofOmens in forum Help
    Replies: 8
    Last Post: 10-02-2011, 04:59 PM
  2. [PI] Compile Problem
    By wapie in forum Help
    Replies: 17
    Last Post: 09-03-2011, 10:43 AM
  3. [pi] compiling problem
    By pjc9119 in forum Requests
    Replies: 5
    Last Post: 09-03-2011, 12:26 AM
  4. [pi] compiling problem
    By pjc9119 in forum Help
    Replies: 8
    Last Post: 09-02-2011, 05:17 PM
  5. [PI] Compiler Problem
    By afrodjman in forum Help
    Replies: 3
    Last Post: 04-12-2011, 03:49 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •