Hey there

I'm on OSX 10.11.5 El Capitan 
using openframeworks on Xcode 7.3.1
building with Apple Default compiler LLVM7.1 
for 64bit Intel x86_64
language settings C++11 

I have cloned tesseract from github and successfully compiled as a static 
library. 
Now, when I compile my project, the build fails at 

// tesscallback.h, line 278
template<typename T> struct remove_reference<T&> { typedef T type; };

with the error: Explicit specialization of non-template struct 
'remove_reference'

Can anyone help me decipher the message and give a hint on how to solve the 
problem?
Thank you very much indeed




-- 
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].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/23a1e59b-47cf-418d-aade-3f2cce6f6062%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to