emacs-devel
[Top][All Lists]
Advanced

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

Re: NS build broken


From: Matthew Leach
Subject: Re: NS build broken
Date: Fri, 30 Jan 2015 13:58:17 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Hi Jan,

"Jan D." <address@hidden> writes:

> Try make distclean and then configure again.

I still have the same issue.  I even tried running `git clean -dfx' and
the issue persisted.

>
>
>       Jan D.
>
> Matthew Leach skrev den 2015-01-30 11:40:
>> Hi all,
>>
>> I'm trying to build current master (c9d238316c6a4bb1) on OSX 10.10.1.
>> It's failing when trying to compile macfont.m:
>>
>> --8<---------------cut here---------------start------------->8---
>>    CC       macfont.o
>> macfont.m:226:53: warning: implicit conversion from enumeration type 
>> 'CharacterCollection' (aka 'enum CTCharacterCollection') to different 
>> enumeration type 'NSCharacterCollection'
>>        (aka 'enum NSCharacterCollection') [-Wenum-conversion]
>>                                           collection:collection
>>                                                      ^~~~~~~~~~
>> macfont.m:1483:44: error: use of undeclared identifier 
>> 'mac_uvs_table_adobe_japan1_bytes'; did you mean 
>> 'mac_uvs_table_adobe_japan1'?
>>                                             mac_uvs_table_adobe_japan1_bytes,
>>                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>                                             mac_uvs_table_adobe_japan1
>> macfont.m:1478:28: note: 'mac_uvs_table_adobe_japan1' declared here
>>            static CFDataRef mac_uvs_table_adobe_japan1 = NULL;
>>                             ^
>> macfont.m:1484:52: error: use of undeclared identifier 
>> 'mac_uvs_table_adobe_japan1_bytes'; did you mean 
>> 'mac_uvs_table_adobe_japan1'?
>>                                             sizeof 
>> (mac_uvs_table_adobe_japan1_bytes),
>>                                                     
>> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>                                                     
>> mac_uvs_table_adobe_japan1
>> macfont.m:1478:28: note: 'mac_uvs_table_adobe_japan1' declared here
>>            static CFDataRef mac_uvs_table_adobe_japan1 = NULL;
>>                             ^
>> macfont.m:1483:44: warning: incompatible pointer types passing 'CFDataRef' 
>> (aka 'const struct __CFData *') to parameter of type 'const UInt8 *' (aka 
>> 'const unsigned char *') [-Wincompatible-pointer-types]
>>                                             mac_uvs_table_adobe_japan1_bytes,
>>                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:23:78: 
>> note: passing argument to parameter 'bytes' here
>> CFDataRef CFDataCreateWithBytesNoCopy(CFAllocatorRef allocator, const UInt8 
>> *bytes, CFIndex length, CFAllocatorRef bytesDeallocator);
>>                                                                              
>>  ^
>> 2 warnings and 2 errors generated.
>> --8<---------------cut here---------------end--------------->8---
>>
>> Thanks,
>>
>

-- 
Matt



reply via email to

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