everything is okay, but I keep getting the same error on that ENUM

typedef enum TessPolyBlockType     { PT_UNKNOWN, PT_FLOWING_TEXT, 
PT_HEADING_TEXT, PT_PULLOUT_TEXT, PT_TABLE, PT_VERTICAL_TEXT,
                                     PT_CAPTION_TEXT, PT_FLOWING_IMAGE, 
PT_HEADING_IMAGE, PT_PULLOUT_IMAGE, PT_HORZ_LINE, PT_VERT_LINE,
                                     PT_NOISE, PT_COUNT } TessPolyBlockType;


 error C2365: 'PT_UNKNOWN' : redefinition; previous definition was 
'enumerator'
 error C2365: 'PT_FLOWING_TEXT' : redefinition; previous definition was 
'enumerator'
 error C2365: 'PT_HEADING_TEXT' : redefinition; previous definition was 
'enumerator'
 error C2365: 'PT_PULLOUT_TEXT' : redefinition; previous definition was 
'enumerator'

please help me.. 

-- 
-- 
You received this message because you are subscribed to the Google
Groups "tesseract-ocr" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to