unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Struct buffer changes break nextstep build
@ 2011-02-14 23:44 Chad Brown
  2011-02-15  3:58 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Chad Brown @ 2011-02-14 23:44 UTC (permalink / raw)
  To: Emacs-Devel devel

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'.

Thanks,
*Chad





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Struct buffer changes break nextstep build
  2011-02-14 23:44 Struct buffer changes break nextstep build Chad Brown
@ 2011-02-15  3:58 ` Eli Zaretskii
  2011-02-15  7:02   ` Jan Djärv
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2011-02-15  3:58 UTC (permalink / raw)
  To: Chad Brown; +Cc: emacs-devel

> From: Chad Brown <yandros@MIT.EDU>
> 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).




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Struct buffer changes break nextstep build
  2011-02-15  3:58 ` Eli Zaretskii
@ 2011-02-15  7:02   ` Jan Djärv
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Djärv @ 2011-02-15  7:02 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Chad Brown, emacs-devel



Eli Zaretskii skrev 2011-02-15 04.58:
>> From: Chad Brown<yandros@MIT.EDU>
>> 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.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-02-15  7:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-14 23:44 Struct buffer changes break nextstep build Chad Brown
2011-02-15  3:58 ` Eli Zaretskii
2011-02-15  7:02   ` Jan Djärv

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).