Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hb-blob.cc:207: error: using 'typename' outside of template #1419

Closed
tlgbjk opened this issue Nov 28, 2018 · 7 comments
Closed

hb-blob.cc:207: error: using 'typename' outside of template #1419

tlgbjk opened this issue Nov 28, 2018 · 7 comments

Comments

@tlgbjk
Copy link

tlgbjk commented Nov 28, 2018

during build process for harfbuzz-2.1.3 getting following error.
is there any patch to get rid of this build error?

hb-blob.cc: In function 'hb_blob_t* hb_blob_get_empty()':
hb-blob.cc:207: error: using 'typename' outside of template

@ebraminio
Copy link
Collaborator

Same as #1341, I think Behdad you have to make C++11 dependency explicit finally.

@behdad
Copy link
Member

behdad commented Nov 28, 2018

Same as #1341, I think Behdad you have to make C++11 dependency explicit finally.

It's not C++11. I made a change to only add "typename" if C++ >= 11 and that broke bunch of compilers. If you can find a way to tell which compilers need this token and which don't then code it in the code.

@behdad
Copy link
Member

behdad commented Nov 29, 2018

Okay let's see if this worked.

@tlgbjk
Copy link
Author

tlgbjk commented Dec 3, 2018

I am still getting same error with latest version harfbuzz-2.2.0
maybe I missed something do you have a suggestion?

@ebraminio
Copy link
Collaborator

ebraminio commented Dec 3, 2018 via email

@tlgbjk
Copy link
Author

tlgbjk commented Dec 7, 2018

I did not try master only tried released last version harfbuzz-2.2.0
What is the release plan that includes this fix?
Do you have any information about that?

@ebraminio
Copy link
Collaborator

We will try to release the new version very soon, possibly this week :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants