emacs-devel
[Top][All Lists]
Advanced

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

Re: Struct buffer changes break nextstep build


From: Jan Djärv
Subject: Re: Struct buffer changes break nextstep build
Date: Tue, 15 Feb 2011 08:02:24 +0100
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.14) Gecko/20110123 Thunderbird/3.1.8



Eli Zaretskii skrev 2011-02-15 04.58:
From: Chad Brown<address@hidden>
Date: Mon, 14 Feb 2011 15:44:39 -0800

I won't have time to attempt the (supposedly straightforward) changes
until Wednesday at least, but in case someone else has a chance:

gcc -c  -Demacs -DHAVE_CONFIG_H  -I. -I/usr/local/src/emacs/working/src 
-I../lib -I/usr/local/src/emacs/working/src/../lib               -MMD -MF 
deps/nsfns.d   -Wimplicit-function-declaration -Wold-style-definition 
-Wdeclaration-after-statement -Wno-pointer-sign  -g -O2  nsfns.m
nsfns.m: In function ‘ns_set_name_as_filename’:
nsfns.m:608: error: ‘struct buffer’ has no member named ‘filename’
nsfns.m:609: error: ‘struct buffer’ has no member named ‘name’
nsfns.m: In function ‘Fns_read_file_name’:
nsfns.m:1431: error: ‘struct buffer’ has no member named ‘directory’

This is the only issue I found with `make -k'.

I installed a fix which hopefully takes care of that (cannot compile
the NS build here).


Thanks, the ns-specific stuff compiles now.

        Jan D.



reply via email to

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