freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] [freetype-2.9.1] FT_Init_FreeType is missing with cc on S


From: suzuki toshiya
Subject: Re: [ft-devel] [freetype-2.9.1] FT_Init_FreeType is missing with cc on Solaris x64
Date: Fri, 04 May 2018 00:10:15 +0900
User-agent: Mozilla-Thunderbird 2.0.0.24 (X11/20100329)

Dear Alexei,

Thanks, I received after revising the patch X-)

Regards,
mpsuzuki

Alexei Podtelezhnikov wrote:
>> +#elif defined( __SUNPRO_C ) && __SUNPRO_C >= 0x500
>> +#define FT_EXPORT( x )  __attribute__(( visibility( "__global" ) ))  x
> 
> Simply,
> +#define FT_EXPORT( x )  __global  x
> 
> I would consider -D__GNUC__=4  for Solaris too, only if it also
> supports GNU style assembler and __builtin_clz.
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]