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

error: unresolved name ffi::FT_Get_Sfnt_Table #160

Closed
johansigfrids opened this issue Jul 20, 2015 · 5 comments
Closed

error: unresolved name ffi::FT_Get_Sfnt_Table #160

johansigfrids opened this issue Jul 20, 2015 · 5 comments
Assignees
Labels

Comments

@johansigfrids
Copy link

I get this error when attempting to compile freetype-rs on Windows 8.1 x64

   Compiling freetype-rs v0.1.1
C:\Users\admin\.cargo\registry\src\github.com-1ecc6299db9ec823\freetype-rs-0.1.1\src\tt_os2.rs:12:23: 12:45 error: unres
olved name `ffi::FT_Get_Sfnt_Table`
C:\Users\admin\.cargo\registry\src\github.com-1ecc6299db9ec823\freetype-rs-0.1.1\src\tt_os2.rs:12             let os2 =
ffi::FT_Get_Sfnt_Table(face.raw_mut() as *mut ffi::FT_FaceRec, ffi::ft_sfnt_os2) as ffi::TT_OS2_Internal;

^~~~~~~~~~~~~~~~~~~~~~
error: aborting due to previous error
Build failed, waiting for other jobs to finish...
Could not compile `freetype-rs`.

To learn more, run the command again with --verbose.
@bgdncz
Copy link
Contributor

bgdncz commented Jul 20, 2015

Hmm, it seems like this is only for linux and macos.

@bgdncz bgdncz self-assigned this Jul 20, 2015
@bgdncz bgdncz added the bug label Jul 20, 2015
@bgdncz
Copy link
Contributor

bgdncz commented Jul 20, 2015

This should be fixed now. Please test it and close the issue afterwards :)

@bvssvni
Copy link
Member

bvssvni commented Jul 20, 2015

Fixed by a2af0a5

@bvssvni bvssvni closed this as completed Jul 20, 2015
@johansigfrids
Copy link
Author

Will you push a new tagged version to creates.io?

@bvssvni
Copy link
Member

bvssvni commented Jul 21, 2015

Done.

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

No branches or pull requests

3 participants