Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8669491
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T18:29:14+00:00 2026-06-12T18:29:14+00:00

I am getting error: expected unqualified-id before ‘{‘ token in the below code snippet.

  • 0

I am getting error: expected unqualified-id before '{' token in the below code snippet. Can some one clear what went wrong? this is a code snippet from opencv2.1 package.

I am getting this when I build the stasm package using make file from the stasm package.

/* Runtime assertion macro */
    #define CV_ASSERT( Condition )                                          \
    {                                                                       \
        if( !(Condition) )                                                  \

            CV_ERROR( CV_StsInternal, "Assertion: " #Condition " failed" ); \
    }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T18:29:15+00:00Added an answer on June 12, 2026 at 6:29 pm

    There’s an extra line between:

        if( !(Condition) )                                                  \
    
            CV_ERROR( CV_StsInternal, "Assertion: " #Condition " failed" ); \
    

    that shouldn’t be there. It should be either

        if( !(Condition) )                                                  \
            CV_ERROR( CV_StsInternal, "Assertion: " #Condition " failed" ); \
    

    or

        if( !(Condition) )                                                  \
                                                                            \
            CV_ERROR( CV_StsInternal, "Assertion: " #Condition " failed" ); \
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm getting this error on line 6: error: expected unqualified-id before '{' token I
I am getting an error as expected expression before '=' token. #define RMH_MAX_UNENCODED_LENGTH= (RMH_MESSAGE_MAX_SIZE
I am getting this error Expected class-name before ',' token and Expected class-name before
Here is my code. I keep getting this error: error: expected primary-expression before ')'
Hi I am getting the error message error: expected initializer before '<' token every
I'm getting this error in a header file: error: expected initializer before ‘<’ token
While executing the code below i am getting javascript error expected object though i
I keep on getting this error error: expected specifier-qualifier-list for core data code im
I keep getting an expected identifier error at this line in my code =/
Getting Expected ',' or '{' but found '#44559' error. My code looks like this:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.