all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Build failure in nsterm.m
@ 2021-06-29  8:28 martin rudalics
  2021-06-29 21:23 ` Alan Third
  0 siblings, 1 reply; 4+ messages in thread
From: martin rudalics @ 2021-06-29  8:28 UTC (permalink / raw)
  To: emacs-devel

Building master configured as

"CFLAGS='-O0 -g3 -no-pie -std=gnu99' ../configure --with-gnutls=no --without-pop --without-harfbuzz --with-ns"

currently fails here with

../../src/nsterm.m: In function ‘ns_relocate’:
../../src/nsterm.m:514:54: error: stray ‘@’ in program
    NSString *fixedPath = [NSString pathWithComponents:@[root, original]];
                                                       ^
../../src/nsterm.m:514:60: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    NSString *fixedPath = [NSString pathWithComponents:@[root, original]];
                                                             ^
../../src/nsterm.m:514:70: error: expected ‘:’ before ‘]’ token
    NSString *fixedPath = [NSString pathWithComponents:@[root, original]];
                                                                       ^
                                                                       :

Help appreciated, martin




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

end of thread, other threads:[~2021-06-30 18:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-29  8:28 Build failure in nsterm.m martin rudalics
2021-06-29 21:23 ` Alan Third
2021-06-30  7:38   ` martin rudalics
2021-06-30 18:41     ` Alan Third

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.