[PB 6.10 beta 8] Error in pdfX_fileheaderttf

Just starting out? Need help? Post your questions and find answers here.
ThoPie
User
User
Posts: 47
Joined: Sat Aug 22, 2009 6:49 pm

[PB 6.10 beta 8] Error in pdfX_fileheaderttf

Post by ThoPie »

Hello,
I tried to compile my project with C-backend for the first time.
I get the following error message:

Code: Select all

error: unknown type name 'ft_1278' 66802 | ft_1278 f_uvtab;
    | ^~~~~~~
purebasic.c: In function 'pdfXf_fileheaderttf_':
purebasic.c: 179889:59: warning: cast to pointer from integer
of different size [-Winnt-to-pointer-cast]
179889 | (*(pdfXs_zzf_block_
What can I do to solve this error? Thanks
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: [PB 6.10 beta 8] Error in pdfX_fileheaderttf

Post by Fred »

You probably using an external lib with inline asm
Post Reply