unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#4722: 23.1.50; CVS emacs no longer builds on Mac OSX 10.4
@ 2009-10-14 20:06 ` Austin Frank
  2009-10-17 12:20   ` bug#4722: marked as done (23.1.50; CVS emacs no longer builds on Mac OSX 10.4) Emacs bug Tracking System
  0 siblings, 1 reply; 2+ messages in thread
From: Austin Frank @ 2009-10-14 20:06 UTC (permalink / raw)
  To: emacs-pretest-bug


Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

With a fresh CVS checkout from 2009-10-14 I can no longer build emacs
using the --with-ns configuration option.

I successfully completed a build using

./configure --without-dbus && make

But cannot build using

./configure --without-dbus --with-ns && make

I get the following output during that build

#v+
[...]
gcc -c  -Demacs -DHAVE_CONFIG_H  -I. -I/Users/aufrank/src.remote/emacs/src -Dtemacs  -I/opt/local/include/librsvg-2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12  -g -O2 -Wno-pointer-sign   nsterm.m
In file included from nsterm.m:41:
nsterm.h:57: error: cannot find protocol declaration for ‘NSWindowDelegate’
nsterm.h:107: error: cannot find protocol declaration for ‘NSMenuDelegate’
nsterm.h:134: error: cannot find protocol declaration for ‘NSToolbarDelegate’
nsterm.h:177: error: cannot find protocol declaration for ‘NSWindowDelegate’
nsterm.m: In function ‘ns_color_to_lisp’:
nsterm.m:1452: error: ‘CGFloat’ undeclared (first use in this function)
nsterm.m:1452: error: (Each undeclared identifier is reported only once
nsterm.m:1452: error: for each function it appears in.)
nsterm.m:1452: error: parse error before ‘red’
nsterm.m:1467: error: ‘red’ undeclared (first use in this function)
nsterm.m:1467: error: ‘green’ undeclared (first use in this function)
nsterm.m:1467: error: ‘blue’ undeclared (first use in this function)
nsterm.m:1467: error: ‘alpha’ undeclared (first use in this function)
nsterm.m:1471: error: ‘gray’ undeclared (first use in this function)
nsterm.m: In function ‘ns_query_color’:
nsterm.m:1494: error: ‘CGFloat’ undeclared (first use in this function)
nsterm.m:1494: error: parse error before ‘r’
nsterm.m:1496: error: ‘r’ undeclared (first use in this function)
nsterm.m:1496: error: ‘g’ undeclared (first use in this function)
nsterm.m:1496: error: ‘b’ undeclared (first use in this function)
nsterm.m:1496: error: ‘a’ undeclared (first use in this function)
nsterm.m: At top level:
nsterm.m:4670: error: parse error before ‘NSInteger’
nsterm.m:4708: error: parse error before ‘NSUInteger’
nsterm.m:5398: error: parse error before ‘NSUInteger’
nsterm.m:5599: warning: incomplete implementation of class ‘EmacsView’
nsterm.m:5599: warning: method definition for ‘-characterIndexForPoint:’ not found
nsterm.m:5599: warning: method definition for ‘-conversationIdentifier’ not found
nsterm.m:5599: warning: class ‘EmacsView’ does not fully implement the ‘NSTextInput’ protocol
nsterm.m:5683: error: parse error before ‘CGFloat’
make[1]: *** [nsterm.o] Error 1
make: *** [src] Error 2  
#v-

I believe this problem can be attributed to the following change,
reported in src/Changelog:

> 2009-10-11  Adrian Robert  <Adrian.B.Robert@gmail.com>
>        Cleanups and changes for 64-bit compile under Snow Leopard.  Based
>        on suggestions by Erik Charlebois.

I am making this bug report from a version successfully built last week.

Thanks,
/au

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/Applications/Emacs.app/Contents/Resources/etc/DEBUG for instructions.


In GNU Emacs 23.1.50.3 (powerpc-apple-darwin8.11.0, NS apple-appkit-824.48)
 of 2009-10-09 on malibu.local
Windowing system distributor `Apple', version 10.3.824
configured using `configure  '--without-dbus' '--with-ns''

Important settings:
  value of $LC_ALL: en_US.UTF-8
  value of $LC_COLLATE: en_US.UTF-8
  value of $LC_CTYPE: en_US.UTF-8
  value of $LC_MESSAGES: en_US.UTF-8
  value of $LC_MONETARY: en_US.UTF-8
  value of $LC_NUMERIC: en_US.UTF-8
  value of $LC_TIME: en_US.UTF-8
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t
<#secure method=pgpmime mode=sign>

-- 
Austin Frank
http://aufrank.net
GPG Public Key (D7398C2F): http://aufrank.net/personal.asc





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

* bug#4722: marked as done (23.1.50; CVS emacs no longer builds on Mac OSX 10.4)
  2009-10-14 20:06 ` bug#4722: 23.1.50; CVS emacs no longer builds on Mac OSX 10.4 Austin Frank
@ 2009-10-17 12:20   ` Emacs bug Tracking System
  0 siblings, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2009-10-17 12:20 UTC (permalink / raw)
  To: Adrian Robert

[-- Attachment #1: Type: text/plain, Size: 874 bytes --]

Your message dated Sat, 17 Oct 2009 08:13:23 -0400
with message-id <A890E8D7-8768-457F-A19F-A775393E0D12@gmail.com>
and subject line Closing, verified fixed
has caused the Emacs bug report #4722,
regarding 23.1.50; CVS emacs no longer builds on Mac OSX 10.4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
4722: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=4722
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 8123 bytes --]

From: Austin Frank <austin.frank@gmail.com>
To: emacs-pretest-bug@gnu.org
Subject: 23.1.50; CVS emacs no longer builds on Mac OSX 10.4
Date: Wed, 14 Oct 2009 16:06:05 -0400
Message-ID: <m04oq1hhaq.fsf@gmail.com>


Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

With a fresh CVS checkout from 2009-10-14 I can no longer build emacs
using the --with-ns configuration option.

I successfully completed a build using

./configure --without-dbus && make

But cannot build using

./configure --without-dbus --with-ns && make

I get the following output during that build

#v+
[...]
gcc -c  -Demacs -DHAVE_CONFIG_H  -I. -I/Users/aufrank/src.remote/emacs/src -Dtemacs  -I/opt/local/include/librsvg-2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12  -g -O2 -Wno-pointer-sign   nsterm.m
In file included from nsterm.m:41:
nsterm.h:57: error: cannot find protocol declaration for ‘NSWindowDelegate’
nsterm.h:107: error: cannot find protocol declaration for ‘NSMenuDelegate’
nsterm.h:134: error: cannot find protocol declaration for ‘NSToolbarDelegate’
nsterm.h:177: error: cannot find protocol declaration for ‘NSWindowDelegate’
nsterm.m: In function ‘ns_color_to_lisp’:
nsterm.m:1452: error: ‘CGFloat’ undeclared (first use in this function)
nsterm.m:1452: error: (Each undeclared identifier is reported only once
nsterm.m:1452: error: for each function it appears in.)
nsterm.m:1452: error: parse error before ‘red’
nsterm.m:1467: error: ‘red’ undeclared (first use in this function)
nsterm.m:1467: error: ‘green’ undeclared (first use in this function)
nsterm.m:1467: error: ‘blue’ undeclared (first use in this function)
nsterm.m:1467: error: ‘alpha’ undeclared (first use in this function)
nsterm.m:1471: error: ‘gray’ undeclared (first use in this function)
nsterm.m: In function ‘ns_query_color’:
nsterm.m:1494: error: ‘CGFloat’ undeclared (first use in this function)
nsterm.m:1494: error: parse error before ‘r’
nsterm.m:1496: error: ‘r’ undeclared (first use in this function)
nsterm.m:1496: error: ‘g’ undeclared (first use in this function)
nsterm.m:1496: error: ‘b’ undeclared (first use in this function)
nsterm.m:1496: error: ‘a’ undeclared (first use in this function)
nsterm.m: At top level:
nsterm.m:4670: error: parse error before ‘NSInteger’
nsterm.m:4708: error: parse error before ‘NSUInteger’
nsterm.m:5398: error: parse error before ‘NSUInteger’
nsterm.m:5599: warning: incomplete implementation of class ‘EmacsView’
nsterm.m:5599: warning: method definition for ‘-characterIndexForPoint:’ not found
nsterm.m:5599: warning: method definition for ‘-conversationIdentifier’ not found
nsterm.m:5599: warning: class ‘EmacsView’ does not fully implement the ‘NSTextInput’ protocol
nsterm.m:5683: error: parse error before ‘CGFloat’
make[1]: *** [nsterm.o] Error 1
make: *** [src] Error 2  
#v-

I believe this problem can be attributed to the following change,
reported in src/Changelog:

> 2009-10-11  Adrian Robert  <Adrian.B.Robert@gmail.com>
>        Cleanups and changes for 64-bit compile under Snow Leopard.  Based
>        on suggestions by Erik Charlebois.

I am making this bug report from a version successfully built last week.

Thanks,
/au

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/Applications/Emacs.app/Contents/Resources/etc/DEBUG for instructions.


In GNU Emacs 23.1.50.3 (powerpc-apple-darwin8.11.0, NS apple-appkit-824.48)
 of 2009-10-09 on malibu.local
Windowing system distributor `Apple', version 10.3.824
configured using `configure  '--without-dbus' '--with-ns''

Important settings:
  value of $LC_ALL: en_US.UTF-8
  value of $LC_COLLATE: en_US.UTF-8
  value of $LC_CTYPE: en_US.UTF-8
  value of $LC_MESSAGES: en_US.UTF-8
  value of $LC_MONETARY: en_US.UTF-8
  value of $LC_NUMERIC: en_US.UTF-8
  value of $LC_TIME: en_US.UTF-8
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t
<#secure method=pgpmime mode=sign>

-- 
Austin Frank
http://aufrank.net
GPG Public Key (D7398C2F): http://aufrank.net/personal.asc


[-- Attachment #3: Type: message/rfc822, Size: 2427 bytes --]

From: Adrian Robert <adrian.b.robert@gmail.com>
To: 4722-done@emacsbugs.donarmstrong.com
Subject: Closing, verified fixed
Date: Sat, 17 Oct 2009 08:13:23 -0400
Message-ID: <A890E8D7-8768-457F-A19F-A775393E0D12@gmail.com>



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

end of thread, other threads:[~2009-10-17 12:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <A890E8D7-8768-457F-A19F-A775393E0D12@gmail.com>
2009-10-14 20:06 ` bug#4722: 23.1.50; CVS emacs no longer builds on Mac OSX 10.4 Austin Frank
2009-10-17 12:20   ` bug#4722: marked as done (23.1.50; CVS emacs no longer builds on Mac OSX 10.4) Emacs bug Tracking System

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