From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 11 08:52:51 2010 Received: (at submit) by debbugs.gnu.org; 11 Jun 2010 12:52:51 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ON3j8-000780-Sp for submit@debbugs.gnu.org; Fri, 11 Jun 2010 08:52:51 -0400 Received: from mx10.gnu.org ([199.232.76.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ON2xW-0006br-Dc for submit@debbugs.gnu.org; Fri, 11 Jun 2010 08:03:39 -0400 Received: from lists.gnu.org ([199.232.76.165]:37110) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ON2xR-000862-Aj for submit@debbugs.gnu.org; Fri, 11 Jun 2010 08:03:33 -0400 Received: from [140.186.70.92] (port=41910 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ON2xP-0001cF-5t for bug-gnu-emacs@gnu.org; Fri, 11 Jun 2010 08:03:33 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLACK autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ON2nz-0000yK-SA for bug-gnu-emacs@gnu.org; Fri, 11 Jun 2010 07:53:49 -0400 Received: from relay7.mail.ox.ac.uk ([129.67.1.167]:55833) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ON2nz-0000xG-KG for bug-gnu-emacs@gnu.org; Fri, 11 Jun 2010 07:53:47 -0400 Received: from smtp1.mail.ox.ac.uk ([129.67.1.207]) by relay7.mail.ox.ac.uk with esmtp (Exim 4.71) (envelope-from ) id 1ON2nv-0000IA-Ou for bug-gnu-emacs@gnu.org; Fri, 11 Jun 2010 12:53:43 +0100 Received: from cpc1-oxfd10-0-0-cust50.oxfd.cable.ntl.com ([86.3.40.51] helo=[192.168.0.102]) by smtp1.mail.ox.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1ON2nv-0005YT-4z for bug-gnu-emacs@gnu.org; Fri, 11 Jun 2010 12:53:43 +0100 Mime-Version: 1.0 (Apple Message framework v753.1) Content-Transfer-Encoding: 7bit Message-Id: <3ECA75E7-611F-4D2A-B6B9-C0FEC96D1070@hofland.no> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: bug-gnu-emacs@gnu.org From: Sigve Berge Hofland Subject: Failure in loading charset map: JISX0208 Date: Fri, 11 Jun 2010 12:53:41 +0100 X-Mailer: Apple Mail (2.753.1) X-Oxford-Username: chri3382 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 11 Jun 2010 08:52:48 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.7 (---) Hi My problem seems similar to bug#5249: 23.1.90 which has been closed, but I wasn't sure of the procedure of reopening, so I'm sending my report here. I hope that's all right. When trying to 'make' 23.2 (from http://ftp.gnu.org/pub/gnu/emacs/ emacs-23.2.tar.gz) I get the following error (where '....' is '~/ Desktop/d'): > Saving file ..../emacs-23.2/lisp/loaddefs.el... > Failure in loading charset map: JISX0208 > make[2]: *** [autoloads] Error 255 > make[2]: Leaving directory `..../emacs-23.2/lisp' > make[1]: *** [..../emacs-23.2/src/../lisp/loaddefs.el] Error 2 > make[1]: Leaving directory `..../emacs-23.2/src' > make: *** [src] Error 2 I've tried './congfigure' with the options '--with-ns', '--with-ns -- with-x=no', and '--with-x'. I've also tried the bzr version, and get a similar problem: ('....' = '/Users/sigve/Desktop/d/bzr-dir') > Saving file ..../emacs/trunk/lisp/calendar/cal-loaddefs.el... > Failure in loading charset map: JISX0208 > make[3]: *** [..../emacs/trunk/lisp/calendar/cal-loaddefs.el] Error > 255 > make[3]: Leaving directory `..../emacs/trunk/lisp' > make[2]: *** [..../emacs/trunk/src/../lisp/loaddefs.el] Error 2 > make[2]: Leaving directory `..../emacs/trunk/src' > make[1]: *** [src] Error 2 > make[1]: Leaving directory `..../emacs/trunk' > make: *** [bootstrap] Error 2 The commands I used before this were: > $ bzr init-repo emacs > $ cd emacs > $ bzr http://bzr.savannah.gnu.org/r/emacs/trunk/ trunk > Branched 100577 revision(s). > $ cd trunk > $ ./configure --with-ns > ... > $ bzr pull > Using saved parent location: http://bzr.savannah.gnu.org/r/emacs/ > trunk/ > M ChangeLog > M Makefile.in > M configure.in > M etc/NEWS > All changes applied successfully. > Now on revision 100579. > $ make bootstrap In 'INSTALL.BZR' it says that with problems with 'loaddefs.el' one should try updating it, but then I get: > ..../emacs/trunk/lisp sigve$ make autoloads > EMACSLOADPATH=..../emacs/trunk/lisp LC_ALL=C ..../emacs/trunk/src/ > emacs -batch --no-site-file --multibyte -l autoload \ > --eval "(setq generate-autoload-cookie \";;;###diary-autoload > \")" \ > --eval "(setq generated-autoload-file \"..../emacs/trunk/lisp/ > calendar/diary-loaddefs.el\")" \ > --eval "(setq make-backup-files nil)" \ > -f batch-update-autoloads ..../emacs/trunk/lisp/calendar > /bin/sh: line 1: ..../emacs/trunk/src/emacs: No such file or directory > make: *** [..../emacs/trunk/lisp/calendar/diary-loaddefs.el] Error 127 I'm running Mac OS 10.4.11 on a G4 PPC processor (powerpc-apple- darwin8.11.0). I hope that this report can be of some use, and apologize if it is not. Best wishes Sigve Berge Hofland From debbugs-submit-bounces@debbugs.gnu.org Tue May 24 12:32:17 2011 Received: (at 6401) by debbugs.gnu.org; 24 May 2011 16:32:18 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QOuWk-0007Fh-5T for submit@debbugs.gnu.org; Tue, 24 May 2011 12:32:17 -0400 Received: from relay2.mail.ox.ac.uk ([163.1.2.161]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QOuVh-0007E1-Hg for 6401@debbugs.gnu.org; Tue, 24 May 2011 12:31:14 -0400 Received: from smtp0.mail.ox.ac.uk ([129.67.1.205]) by relay2.mail.ox.ac.uk with esmtp (Exim 4.75) (envelope-from ) id 1QOuVb-0003T9-7d for 6401@debbugs.gnu.org; Tue, 24 May 2011 17:31:03 +0100 Received: from client-86-31-89-118.midd.adsl.virginmedia.com ([86.31.89.118] helo=[192.168.0.3]) by smtp0.mail.ox.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1QOuVY-0004AU-05 for 6401@debbugs.gnu.org; Tue, 24 May 2011 17:31:03 +0100 Mime-Version: 1.0 (Apple Message framework v753.1) To: 6401@debbugs.gnu.org Message-Id: Content-Type: multipart/mixed; boundary=Apple-Mail-2--617539502 From: Sigve Berge Hofland Subject: Date: Tue, 24 May 2011 17:30:58 +0100 X-Mailer: Apple Mail (2.753.1) X-Oxford-Username: chri3382 X-Debbugs-Envelope-To: 6401 X-Mailman-Approved-At: Tue, 24 May 2011 12:32:12 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org --Apple-Mail-2--617539502 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed The same error occurs in version 23.3: > Saving file ..../emacs-23.3/lisp/loaddefs.el... > Failure in loading charset map: JISX0208 > make[2]: *** [autoloads] Error 255 > make[1]: *** [..../emacs-23.3/src/../lisp/loaddefs.el] Error 2 > make: *** [src] Error 2 Attached are the outputs of configure and make. --Apple-Mail-2--617539502 Content-Transfer-Encoding: 7bit Content-Type: text/plain; x-unix-mode=0644; name=configure-output.txt Content-Disposition: attachment; filename=configure-output.txt ~/Desktop/emacs-23.3 sigve$ env CFLAGS='-arch ppc' ./configure --with-ns checking build system type... powerpc-apple-darwin8.11.0 checking host system type... powerpc-apple-darwin8.11.0 checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E -no-cpp-precomp -I/sw/include -L/sw/lib checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether gcc understands -Wno-pointer-sign... yes checking whether gcc understands -Wdeclaration-after-statement... yes checking whether ln -s works... yes checking how to run the C preprocessor... cc -E -no-cpp-precomp -I/sw/include -L/sw/lib checking for a BSD-compatible install... /sw/lib/coreutils/bin/install -c checking for ranlib... ranlib checking for install-info... /sw/sbin/install-info checking for install-info... (cached) /sw/sbin/install-info checking for install-info... (cached) /sw/sbin/install-info checking for gzip... /sw/bin/gzip checking for makeinfo... /sw/bin/makeinfo checking for -znocombreloc... no configure: checking the machine- and system-dependent files to find out - which libraries the lib-src programs will want, and - whether the GNU malloc routines are usable... checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking machine/soundcard.h usability... no checking machine/soundcard.h presence... no checking for machine/soundcard.h... no checking sys/soundcard.h usability... no checking sys/soundcard.h presence... no checking for sys/soundcard.h... no checking soundcard.h usability... no checking soundcard.h presence... no checking for soundcard.h... no checking for _oss_ioctl in -lossaudio... no checking for pkg-config... /sw/bin/pkg-config checking for alsa >= 1.0.0... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking linux/version.h usability... no checking linux/version.h presence... no checking for linux/version.h... no checking sys/systeminfo.h usability... no checking sys/systeminfo.h presence... no checking for sys/systeminfo.h... no checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for string.h... (cached) yes checking for stdlib.h... (cached) yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking stdio_ext.h usability... no checking stdio_ext.h presence... no checking for stdio_ext.h... no checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for strings.h... (cached) yes checking coff.h usability... no checking coff.h presence... no checking for coff.h... no checking pty.h usability... no checking pty.h presence... no checking for pty.h... no checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/vlimit.h usability... no checking sys/vlimit.h presence... no checking for sys/vlimit.h... no checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking sys/_mbstate_t.h usability... no checking sys/_mbstate_t.h presence... no checking for sys/_mbstate_t.h... no checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking utmp.h usability... yes checking utmp.h presence... yes checking for utmp.h... yes checking if personality LINUX32 can be set... no checking for term.h... yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking whether sys_siglist is declared... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for struct utimbuf... yes checking return type of signal handlers... void checking for speed_t... yes checking for struct timeval... yes checking for struct exception... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for net/if.h... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking for struct ifreq.ifr_flags... yes checking for struct ifreq.ifr_hwaddr... no checking for struct ifreq.ifr_netmask... no checking for struct ifreq.ifr_broadaddr... yes checking for struct ifreq.ifr_addr... yes checking for function prototypes... yes checking for working volatile... yes checking for an ANSI C-conforming const... yes checking for void * support... yes checking whether make sets $(MAKE)... yes checking whether we are using GNU Make... yes checking whether gcc understands -MMD -MF... yes checking for long file names... yes checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking AppKit/AppKit.h usability... yes checking AppKit/AppKit.h presence... yes checking for AppKit/AppKit.h... yes checking for malloc_get_state... no checking for malloc_set_state... no checking whether __after_morecore_hook exists... no checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for sys/time.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking for dnet_ntoa in -ldnet... no checking for main in -lXbsd... no checking for cma_open in -lpthreads... no checking for pkg-config... (cached) /sw/bin/pkg-config checking for dbus-1 >= 1.0... yes checking DBUS_CFLAGS... -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include checking DBUS_LIBS... -L/sw/lib -ldbus-1 -lpthread checking for dbus_watch_get_unix_fd... yes checking gpm.h usability... no checking gpm.h presence... no checking for gpm.h... no checking malloc/malloc.h usability... yes checking malloc/malloc.h presence... yes checking for malloc/malloc.h... yes checking whether netdb declares h_errno... yes checking for working alloca.h... yes checking for alloca... yes checking for sqrt in -lm... yes checking for maillock in -lmail... no checking for maillock in -llockfile... no checking for liblockfile.so... no checking for touchlock... no checking maillock.h usability... no checking maillock.h presence... no checking for maillock.h... no checking for gethostname... yes checking for getdomainname... yes checking for dup2... yes checking for rename... yes checking for closedir... yes checking for mkdir... yes checking for rmdir... yes checking for sysinfo... no checking for getrusage... yes checking for get_current_dir_name... no checking for random... yes checking for lrand48... yes checking for bcopy... yes checking for bcmp... yes checking for logb... yes checking for frexp... yes checking for fmod... yes checking for rint... yes checking for cbrt... yes checking for ftime... yes checking for setsid... yes checking for strerror... yes checking for fpathconf... yes checking for select... yes checking for mktime... yes checking for euidaccess... no checking for getpagesize... (cached) yes checking for tzset... yes checking for setlocale... yes checking for utimes... yes checking for getrlimit... yes checking for setrlimit... yes checking for setpgid... yes checking for getcwd... yes checking for getwd... yes checking for shutdown... yes checking for getaddrinfo... yes checking for __fpending... no checking for mblen... yes checking for mbrlen... yes checking for mbsinit... yes checking for strsignal... yes checking for setitimer... yes checking for ualarm... yes checking for index... yes checking for rindex... yes checking for sendto... yes checking for recvfrom... yes checking for getsockopt... yes checking for setsockopt... yes checking for getsockname... yes checking for getpeername... yes checking for gai_strerror... yes checking for mkstemp... yes checking for getline... no checking for getdelim... no checking for mremap... no checking for memmove... yes checking for fsync... yes checking for sync... yes checking for bzero... yes checking for memset... yes checking for memcmp... yes checking for difftime... yes checking for memcpy... yes checking for mempcpy... no checking for mblen... (cached) yes checking for mbrlen... (cached) yes checking for posix_memalign... no checking for cfmakeraw... yes checking for cfsetspeed... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking for alarm... yes checking for working mktime... yes checking for getloadavg... yes checking for pstat_getdynamic... no checking for kstat_open in -lkstat... no checking for getloadavg... yes checking whether getloadavg requires setgid... no checking for _LARGEFILE_SOURCE value needed for large files... no checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for getopt_long_only... yes checking whether optreset is declared... yes checking whether getpgrp requires zero arguments... yes checking for strftime... yes checking for grantpt... yes checking for getpt... no checking for tparm in -lncurses... yes checking for res_init with -lresolv... yes checking for dgettext in -lintl... yes checking whether localtime caches TZ... no checking for gettimeofday... yes checking whether gettimeofday can accept two arguments... yes checking for socket... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking whether system supports dynamic ptys... no checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for nl_langinfo and CODESET... yes checking for size_t... yes checking for mbstate_t... yes checking for C restrict keyword... __restrict checking for C restricted array declarations... yes Configured for `powerpc-apple-darwin8.11.0'. Where should the build process find the source code? /Users/sigve/Desktop/emacs-23.3 What operating system and machine description files should Emacs use? `s/darwin.h' and `m/macppc.h' What compiler should emacs be built with? gcc -I/sw/include -L/sw/lib -arch ppc Should Emacs use the GNU version of malloc? no (The GNU allocators don't work with this system configuration.) Should Emacs use a relocating allocator for buffers? no Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? nextstep What toolkit should Emacs use? none Where do we find X Windows header files? /usr/X11R6/include Where do we find X Windows libraries? /usr/X11R6/lib Does Emacs use -lXaw3d? no Does Emacs use -lXpm? no Does Emacs use -ljpeg? no Does Emacs use -ltiff? no Does Emacs use a gif library? no Does Emacs use -lpng? no Does Emacs use -lrsvg-2? no Does Emacs use -lgpm? no Does Emacs use -ldbus? yes Does Emacs use -lgconf? no Does Emacs use -lfreetype? no Does Emacs use -lm17n-flt? no Does Emacs use -lotf? no Does Emacs use -lxft? no Does Emacs use toolkit scroll bars? yes You must run "make install" in order to test the built application. The installed application will go to nextstep/Emacs.app and can be run or moved from there. The application will be fully self-contained. configure: creating ./config.status config.status: creating Makefile config.status: creating lib-src/Makefile.c config.status: creating oldXMenu/Makefile config.status: creating doc/emacs/Makefile config.status: creating doc/misc/Makefile config.status: creating doc/lispintro/Makefile config.status: creating doc/lispref/Makefile config.status: creating src/Makefile.c config.status: creating lwlib/Makefile config.status: creating lisp/Makefile config.status: creating leim/Makefile config.status: creating src/config.h config.status: executing default commands creating src/epaths.h creating lib-src/Makefile creating src/Makefile ~/Desktop/emacs-23.3 sigve$ --Apple-Mail-2--617539502 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; x-unix-mode=0644; name=make-output.txt Content-Disposition: attachment; filename=make-output.txt ~/Desktop/emacs-23.3 sigve$ make cd lib-src; make all \ CC=3D'gcc -I/sw/include -L/sw/lib' CFLAGS=3D'-arch ppc' CPPFLAGS=3D'' = \ LDFLAGS=3D'' MAKE=3D'make' gcc -I/sw/include -L/sw/lib -DHAVE_CONFIG_H -I. -I../src = -I/Users/sigve/Desktop/emacs-23.3/lib-src = -I/Users/sigve/Desktop/emacs-23.3/lib-src/../src -arch ppc -o = test-distrib /Users/sigve/Desktop/emacs-23.3/lib-src/test-distrib.c ./test-distrib /Users/sigve/Desktop/emacs-23.3/lib-src/testfile gcc -I/sw/include -L/sw/lib -DHAVE_CONFIG_H -I. -I../src = -I/Users/sigve/Desktop/emacs-23.3/lib-src = -I/Users/sigve/Desktop/emacs-23.3/lib-src/../src -arch ppc = /Users/sigve/Desktop/emacs-23.3/lib-src/make-docfile.c -o make-docfile gcc -I/sw/include -L/sw/lib -DHAVE_CONFIG_H -I. -I../src = -I/Users/sigve/Desktop/emacs-23.3/lib-src = -I/Users/sigve/Desktop/emacs-23.3/lib-src/../src -arch ppc = /Users/sigve/Desktop/emacs-23.3/lib-src/profile.c -o profile gcc -I/sw/include -L/sw/lib -DHAVE_CONFIG_H -I. -I../src = -I/Users/sigve/Desktop/emacs-23.3/lib-src = -I/Users/sigve/Desktop/emacs-23.3/lib-src/../src -arch ppc = /Users/sigve/Desktop/emacs-23.3/lib-src/digest-doc.c -o digest-doc gcc -I/sw/include -L/sw/lib -DHAVE_CONFIG_H -I. -I../src = -I/Users/sigve/Desktop/emacs-23.3/lib-src = -I/Users/sigve/Desktop/emacs-23.3/lib-src/../src -arch ppc = /Users/sigve/Desktop/emacs-23.3/lib-src/sorted-doc.c -o sorted-doc cp /Users/sigve/Desktop/emacs-23.3/lib-src/getopt_.h getopt.h-t mv getopt.h-t getopt.h gcc -I/sw/include -L/sw/lib -c -DHAVE_CONFIG_H -I. -I../src = -I/Users/sigve/Desktop/emacs-23.3/lib-src = -I/Users/sigve/Desktop/emacs-23.3/lib-src/../src -arch ppc = /Users/sigve/Desktop/emacs-23.3/lib-src/movemail.c gcc -I/sw/include -L/sw/lib -c -DHAVE_CONFIG_H -I. -I../src = -I/Users/sigve/Desktop/emacs-23.3/lib-src = -I/Users/sigve/Desktop/emacs-23.3/lib-src/../src -arch ppc = /Users/sigve/Desktop/emacs-23.3/lib-src/pop.c gcc -I/sw/include -L/sw/lib -c -DHAVE_CONFIG_H -I. -I../src = -I/Users/sigve/Desktop/emacs-23.3/lib-src = -I/Users/sigve/Desktop/emacs-23.3/lib-src/../src -arch ppc = /Users/sigve/Desktop/emacs-23.3/lib-src/getopt.c gcc -I/sw/include -L/sw/lib -c -DHAVE_CONFIG_H -I. -I../src = -I/Users/sigve/Desktop/emacs-23.3/lib-src = -I/Users/sigve/Desktop/emacs-23.3/lib-src/../src -arch ppc = /Users/sigve/Desktop/emacs-23.3/lib-src/getopt1.c gcc -I/sw/include -L/sw/lib -DHAVE_CONFIG_H -I. -I../src = -I/Users/sigve/Desktop/emacs-23.3/lib-src = -I/Users/sigve/Desktop/emacs-23.3/lib-src/../src -arch ppc movemail.o = pop.o getopt.o getopt1.o -o movemail gcc -I/sw/include -L/sw/lib -DHAVE_CONFIG_H -I. -I../src = -I/Users/sigve/Desktop/emacs-23.3/lib-src = -I/Users/sigve/Desktop/emacs-23.3/lib-src/../src -arch ppc = /Users/sigve/Desktop/emacs-23.3/lib-src/fakemail.c -o fakemail gcc -I/sw/include -L/sw/lib -DHAVE_CONFIG_H -I. -I../src = -I/Users/sigve/Desktop/emacs-23.3/lib-src = -I/Users/sigve/Desktop/emacs-23.3/lib-src/../src -arch ppc = /Users/sigve/Desktop/emacs-23.3/lib-src/hexl.c -o hexl gcc -I/sw/include -L/sw/lib -c -DHAVE_CONFIG_H -I. -I../src = -I/Users/sigve/Desktop/emacs-23.3/lib-src = -I/Users/sigve/Desktop/emacs-23.3/lib-src/../src -arch ppc = /Users/sigve/Desktop/emacs-23.3/lib-src/update-game-score.c = -DHAVE_SHARED_GAME_DIR=3D"\"/Users/sigve/Desktop/emacs-23.3/nextstep/Emacs= .app/Contents/Resources/var/games/emacs\"" gcc -I/sw/include -L/sw/lib -DHAVE_CONFIG_H -I. -I../src = -I/Users/sigve/Desktop/emacs-23.3/lib-src = -I/Users/sigve/Desktop/emacs-23.3/lib-src/../src -arch ppc = update-game-score.o getopt.o getopt1.o -o update-game-score gcc -I/sw/include -L/sw/lib -c -DHAVE_CONFIG_H -I. -I../src = -I/Users/sigve/Desktop/emacs-23.3/lib-src = -I/Users/sigve/Desktop/emacs-23.3/lib-src/../src -arch ppc = -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER = /Users/sigve/Desktop/emacs-23.3/lib-src/../src/regex.c /Users/sigve/Desktop/emacs-23.3/lib-src/../src/regex.c: In function = =E2=80=98re_wctype=E2=80=99: /Users/sigve/Desktop/emacs-23.3/lib-src/../src/regex.c:2156: warning: = pointer targets in initialization differ in signedness /Users/sigve/Desktop/emacs-23.3/lib-src/../src/regex.c: In function = =E2=80=98regex_compile=E2=80=99: /Users/sigve/Desktop/emacs-23.3/lib-src/../src/regex.c:2746: warning: = pointer targets in passing argument 1 of =E2=80=98strlen=E2=80=99 differ = in signedness gcc -I/sw/include -L/sw/lib -DHAVE_CONFIG_H -I. -I../src = -I/Users/sigve/Desktop/emacs-23.3/lib-src = -I/Users/sigve/Desktop/emacs-23.3/lib-src/../src -arch ppc = -DEMACS_NAME=3D"\"GNU Emacs\"" -DVERSION=3D"\"23.3\"" = /Users/sigve/Desktop/emacs-23.3/lib-src/etags.c getopt.o getopt1.o = regex.o -o etags gcc -I/sw/include -L/sw/lib -DHAVE_CONFIG_H -I. -I../src = -I/Users/sigve/Desktop/emacs-23.3/lib-src = -I/Users/sigve/Desktop/emacs-23.3/lib-src/../src -arch ppc -DCTAGS = -DEMACS_NAME=3D"\"GNU Emacs\"" -DVERSION=3D"\"23.3\"" = /Users/sigve/Desktop/emacs-23.3/lib-src/etags.c getopt.o getopt1.o = regex.o -o ctags gcc -I/sw/include -L/sw/lib -DHAVE_CONFIG_H -I. -I../src = -I/Users/sigve/Desktop/emacs-23.3/lib-src = -I/Users/sigve/Desktop/emacs-23.3/lib-src/../src -arch ppc = /Users/sigve/Desktop/emacs-23.3/lib-src/emacsclient.c getopt.o getopt1.o = -DVERSION=3D"\"23.3\"" -o emacsclient gcc -I/sw/include -L/sw/lib -DHAVE_CONFIG_H -I. -I../src = -I/Users/sigve/Desktop/emacs-23.3/lib-src = -I/Users/sigve/Desktop/emacs-23.3/lib-src/../src -arch ppc = /Users/sigve/Desktop/emacs-23.3/lib-src/b2m.c -DVERSION=3D"\"23.3\"" = getopt.o getopt1.o -o b2m gcc -I/sw/include -L/sw/lib -DHAVE_CONFIG_H -I. -I../src = -I/Users/sigve/Desktop/emacs-23.3/lib-src = -I/Users/sigve/Desktop/emacs-23.3/lib-src/../src -arch ppc = -DVERSION=3D"\"23.3\"" /Users/sigve/Desktop/emacs-23.3/lib-src/ebrowse.c = getopt.o getopt1.o -o ebrowse boot=3Dbootstrap-emacs; \ if [ ! -x "src/$boot" ]; then \ cd src; make all \ CC=3D'gcc -I/sw/include -L/sw/lib' CFLAGS=3D'-arch ppc' = CPPFLAGS=3D'' \ LDFLAGS=3D'' MAKE=3D'make' BOOTSTRAPEMACS=3D"$boot"; \ fi; gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/pre-crt0.d pre-crt0.c touch stamp-oldxmenu gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/dispnew.d dispnew.c dispnew.c: In function =E2=80=98Fopen_termscript=E2=80=99: dispnew.c:6462: warning: pointer targets in passing argument 1 of = =E2=80=98fopen=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/frame.d frame.c frame.c: In function =E2=80=98Fmake_terminal_frame=E2=80=99: frame.c:731: warning: pointer targets in passing argument 2 of = =E2=80=98strncpy=E2=80=99 differ in signedness frame.c:742: warning: pointer targets in passing argument 2 of = =E2=80=98strncpy=E2=80=99 differ in signedness frame.c: In function =E2=80=98Fframe_parameters=E2=80=99: frame.c:2405: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness frame.c:2409: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness frame.c:2419: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness frame.c:2423: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness frame.c: In function =E2=80=98Fframe_parameter=E2=80=99: frame.c:2511: warning: pointer targets in assignment differ in = signedness frame.c:2520: warning: pointer targets in assignment differ in = signedness frame.c: In function =E2=80=98x_set_font=E2=80=99: frame.c:3393: warning: pointer targets in passing argument 2 of = =E2=80=98font_open_by_name=E2=80=99 differ in signedness frame.c:3402: warning: pointer targets in passing argument 2 of = =E2=80=98font_open_by_name=E2=80=99 differ in signedness frame.c: In function =E2=80=98x_set_font_backend=E2=80=99: frame.c:3482: warning: pointer targets in assignment differ in = signedness frame.c: In function =E2=80=98xrdb_get_resource=E2=80=99: frame.c:3878: warning: pointer targets in passing argument 2 of = =E2=80=98strcpy=E2=80=99 differ in signedness frame.c:3879: warning: pointer targets in passing argument 2 of = =E2=80=98strcpy=E2=80=99 differ in signedness frame.c:3882: warning: pointer targets in passing argument 2 of = =E2=80=98strcat=E2=80=99 differ in signedness frame.c:3887: warning: pointer targets in passing argument 2 of = =E2=80=98strcat=E2=80=99 differ in signedness frame.c:3890: warning: pointer targets in passing argument 2 of = =E2=80=98strcat=E2=80=99 differ in signedness frame.c:3894: warning: pointer targets in passing argument 2 of = =E2=80=98strcat=E2=80=99 differ in signedness frame.c: In function =E2=80=98x_get_arg=E2=80=99: frame.c:4019: warning: pointer targets in passing argument 1 of = =E2=80=98atoi=E2=80=99 differ in signedness frame.c:4022: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness frame.c:4023: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness frame.c:4025: warning: pointer targets in passing argument 1 of = =E2=80=98atoi=E2=80=99 differ in signedness frame.c:4029: warning: pointer targets in passing argument 1 of = =E2=80=98atof=E2=80=99 differ in signedness frame.c:4033: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness frame.c:4035: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness frame.c:4037: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness frame.c:4051: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness frame.c:4053: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness frame.c:4055: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness frame.c:4057: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness frame.c:4059: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness frame.c:4061: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/scroll.d scroll.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/xdisp.d xdisp.c xdisp.c: In function =E2=80=98number_of_chars=E2=80=99: xdisp.c:1575: warning: pointer targets in passing argument 1 of = =E2=80=98strlen=E2=80=99 differ in signedness xdisp.c:1585: warning: pointer targets in passing argument 1 of = =E2=80=98strlen=E2=80=99 differ in signedness xdisp.c: In function =E2=80=98init_from_display_pos=E2=80=99: xdisp.c:2944: warning: pointer targets in initialization differ in = signedness xdisp.c: In function =E2=80=98reseat_to_string=E2=80=99: xdisp.c:5569: warning: pointer targets in passing argument 1 of = =E2=80=98strlen=E2=80=99 differ in signedness xdisp.c: In function =E2=80=98message_dolog=E2=80=99: xdisp.c:7711: warning: pointer targets in passing argument 1 of = =E2=80=98string_char_and_length=E2=80=99 differ in signedness xdisp.c:7735: warning: pointer targets in passing argument 1 of = =E2=80=98insert_1=E2=80=99 differ in signedness xdisp.c:7740: warning: pointer targets in passing argument 1 of = =E2=80=98insert_1=E2=80=99 differ in signedness xdisp.c:7770: warning: pointer targets in passing argument 1 of = =E2=80=98insert_1=E2=80=99 differ in signedness xdisp.c: In function =E2=80=98message_log_check_duplicate=E2=80=99: xdisp.c:7855: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness xdisp.c: In function =E2=80=98set_message_1=E2=80=99: xdisp.c:9016: warning: pointer targets in passing argument 1 of = =E2=80=98string_char_and_length=E2=80=99 differ in signedness xdisp.c:9041: warning: pointer targets in passing argument 1 of = =E2=80=98insert_1=E2=80=99 differ in signedness xdisp.c: In function =E2=80=98store_mode_line_noprop=E2=80=99: xdisp.c:9360: warning: pointer targets in passing argument 1 of = =E2=80=98strlen=E2=80=99 differ in signedness xdisp.c: In function =E2=80=98display_menu_bar=E2=80=99: xdisp.c:17110: warning: pointer targets in passing argument 1 of = =E2=80=98display_string=E2=80=99 differ in signedness xdisp.c: In function =E2=80=98display_mode_line=E2=80=99: xdisp.c:17274: warning: pointer targets in passing argument 1 of = =E2=80=98display_string=E2=80=99 differ in signedness xdisp.c: In function =E2=80=98display_mode_element=E2=80=99: xdisp.c:17562: warning: pointer targets in assignment differ in = signedness xdisp.c:17573: warning: pointer targets in passing argument 1 of = =E2=80=98strlen=E2=80=99 differ in signedness xdisp.c:17574: warning: pointer targets in passing argument 1 of = =E2=80=98make_string=E2=80=99 differ in signedness xdisp.c:17790: warning: pointer targets in passing argument 1 of = =E2=80=98store_mode_line_noprop=E2=80=99 differ in signedness xdisp.c:17797: warning: pointer targets in passing argument 1 of = =E2=80=98display_string=E2=80=99 differ in signedness xdisp.c: In function =E2=80=98calc_pixel_width_or_height=E2=80=99: xdisp.c:19167: warning: pointer targets in initialization differ in = signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/menu.d menu.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/window.d window.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/charset.d charset.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/coding.d coding.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/category.d category.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/ccl.d ccl.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/character.d character.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/chartab.d chartab.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/cm.d cm.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/term.d term.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/terminal.d terminal.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/xfaces.d xfaces.c xfaces.c: In function =E2=80=98load_pixmap=E2=80=99: xfaces.c:1073: warning: pointer targets in passing argument 2 of = =E2=80=98x_create_bitmap_from_data=E2=80=99 differ in signedness xfaces.c: In function =E2=80=98face_color_supported_p=E2=80=99: xfaces.c:1357: warning: pointer targets in passing argument 1 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness xfaces.c:1357: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness xfaces.c:1358: warning: pointer targets in passing argument 1 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness xfaces.c:1358: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness xfaces.c: In function =E2=80=98Fcolor_gray_p=E2=80=99: xfaces.c:1384: warning: pointer targets in passing argument 2 of = =E2=80=98face_color_gray_p=E2=80=99 differ in signedness xfaces.c: In function =E2=80=98compare_fonts_by_sort_order=E2=80=99: xfaces.c:1712: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness xfaces.c:1712: warning: pointer targets in passing argument 2 of = =E2=80=98strcmp=E2=80=99 differ in signedness xfaces.c: In function =E2=80=98resolve_face_name=E2=80=99: xfaces.c:2161: warning: pointer targets in passing argument 1 of = =E2=80=98intern=E2=80=99 differ in signedness xfaces.c: In function =E2=80=98face_boolean_x_resource_value=E2=80=99: xfaces.c:3636: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness xfaces.c:3637: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness xfaces.c:3639: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness xfaces.c:3640: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness xfaces.c:3642: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness xfaces.c: In function = =E2=80=98Finternal_set_lisp_face_attribute_from_resource=E2=80=99: xfaces.c:3662: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness xfaces.c:3673: warning: pointer targets in passing argument 1 of = =E2=80=98intern=E2=80=99 differ in signedness xfaces.c: In function =E2=80=98Fx_load_color_file=E2=80=99: xfaces.c:6628: warning: pointer targets in passing argument 1 of = =E2=80=98fopen=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/dbusbind.d dbusbind.c dbusbind.c: In function =E2=80=98xd_signature=E2=80=99: dbusbind.c:299: warning: pointer targets in passing argument 2 of = =E2=80=98strcpy=E2=80=99 differ in signedness dbusbind.c: In function =E2=80=98xd_append_arg=E2=80=99: dbusbind.c:505: warning: pointer targets in initialization differ in = signedness dbusbind.c:543: warning: pointer targets in passing argument 2 of = =E2=80=98strcpy=E2=80=99 differ in signedness dbusbind.c: In function =E2=80=98Fdbus_call_method=E2=80=99: dbusbind.c:1000: warning: pointer targets in passing argument 1 of = =E2=80=98dbus_message_new_method_call=E2=80=99 differ in signedness dbusbind.c:1000: warning: pointer targets in passing argument 2 of = =E2=80=98dbus_message_new_method_call=E2=80=99 differ in signedness dbusbind.c:1000: warning: pointer targets in passing argument 3 of = =E2=80=98dbus_message_new_method_call=E2=80=99 differ in signedness dbusbind.c:1000: warning: pointer targets in passing argument 4 of = =E2=80=98dbus_message_new_method_call=E2=80=99 differ in signedness dbusbind.c: In function =E2=80=98Fdbus_call_method_asynchronously=E2=80=99= : dbusbind.c:1189: warning: pointer targets in passing argument 1 of = =E2=80=98dbus_message_new_method_call=E2=80=99 differ in signedness dbusbind.c:1189: warning: pointer targets in passing argument 2 of = =E2=80=98dbus_message_new_method_call=E2=80=99 differ in signedness dbusbind.c:1189: warning: pointer targets in passing argument 3 of = =E2=80=98dbus_message_new_method_call=E2=80=99 differ in signedness dbusbind.c:1189: warning: pointer targets in passing argument 4 of = =E2=80=98dbus_message_new_method_call=E2=80=99 differ in signedness dbusbind.c: In function =E2=80=98Fdbus_method_return_internal=E2=80=99: dbusbind.c:1306: warning: pointer targets in passing argument 2 of = =E2=80=98dbus_message_set_destination=E2=80=99 differ in signedness dbusbind.c: In function =E2=80=98Fdbus_method_error_internal=E2=80=99: dbusbind.c:1401: warning: pointer targets in passing argument 2 of = =E2=80=98dbus_message_set_destination=E2=80=99 differ in signedness dbusbind.c: In function =E2=80=98Fdbus_send_signal=E2=80=99: dbusbind.c:1524: warning: pointer targets in passing argument 1 of = =E2=80=98dbus_message_new_signal=E2=80=99 differ in signedness dbusbind.c:1524: warning: pointer targets in passing argument 2 of = =E2=80=98dbus_message_new_signal=E2=80=99 differ in signedness dbusbind.c:1524: warning: pointer targets in passing argument 3 of = =E2=80=98dbus_message_new_signal=E2=80=99 differ in signedness dbusbind.c: In function =E2=80=98xd_read_message=E2=80=99: dbusbind.c:1733: warning: pointer targets in passing argument 2 of = =E2=80=98strcmp=E2=80=99 differ in signedness dbusbind.c:1737: warning: pointer targets in passing argument 2 of = =E2=80=98strcmp=E2=80=99 differ in signedness dbusbind.c: In function =E2=80=98Fdbus_register_signal=E2=80=99: dbusbind.c:1880: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness dbusbind.c:1881: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness dbusbind.c: In function =E2=80=98Fdbus_register_method=E2=80=99: dbusbind.c:1997: warning: pointer targets in passing argument 2 of = =E2=80=98dbus_bus_request_name=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/emacs.d emacs.c emacs.c: In function =E2=80=98bug_reporting_address=E2=80=99: emacs.c:768: warning: pointer targets in assignment differ in signedness emacs.c: In function =E2=80=98Fkill_emacs=E2=80=99: emacs.c:2144: warning: pointer targets in passing argument 1 of = =E2=80=98unlink=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/keyboard.d keyboard.c keyboard.c: In function =E2=80=98echo_char=E2=80=99: keyboard.c:713: warning: pointer targets in passing argument 2 of = =E2=80=98copy_text=E2=80=99 differ in signedness keyboard.c: In function =E2=80=98parse_modifiers_uncached=E2=80=99: keyboard.c:6473: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness keyboard.c:6474: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness keyboard.c:6475: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness keyboard.c:6479: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness keyboard.c:6504: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness keyboard.c:6510: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness keyboard.c: In function =E2=80=98parse_modifiers=E2=80=99: keyboard.c:6634: warning: pointer targets in passing argument 1 of = =E2=80=98make_string=E2=80=99 differ in signedness keyboard.c: In function =E2=80=98parse_solitary_modifier=E2=80=99: keyboard.c:6983: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness keyboard.c:6991: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness keyboard.c:6992: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness keyboard.c:7000: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness keyboard.c:7008: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness keyboard.c:7016: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness keyboard.c:7017: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness keyboard.c:7022: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness keyboard.c:7023: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness keyboard.c:7024: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness keyboard.c:7028: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness keyboard.c: In function =E2=80=98tty_read_avail_input=E2=80=99: keyboard.c:7414: warning: pointer targets in passing argument 2 of = =E2=80=98emacs_read=E2=80=99 differ in signedness keyboard.c: In function =E2=80=98read_char_minibuf_menu_prompt=E2=80=99: keyboard.c:8812: warning: pointer targets in passing argument 2 of = =E2=80=98strcpy=E2=80=99 differ in signedness keyboard.c: In function =E2=80=98Fopen_dribble_file=E2=80=99: keyboard.c:10976: warning: pointer targets in passing argument 1 of = =E2=80=98fopen=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/macros.d macros.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/keymap.d keymap.c keymap.c: In function =E2=80=98Ftext_char_description=E2=80=99: keymap.c:2605: warning: pointer targets in passing argument 1 of = =E2=80=98make_multibyte_string=E2=80=99 differ in signedness keymap.c:2610: warning: pointer targets in passing argument 1 of = =E2=80=98build_string=E2=80=99 differ in signedness keymap.c: In function =E2=80=98Fdescribe_buffer_bindings=E2=80=99: keymap.c:3088: warning: pointer targets in passing argument 1 of = =E2=80=98insert=E2=80=99 differ in signedness keymap.c:3091: warning: pointer targets in passing argument 1 of = =E2=80=98insert=E2=80=99 differ in signedness keymap.c:3093: warning: pointer targets in passing argument 1 of = =E2=80=98insert=E2=80=99 differ in signedness keymap.c:3099: warning: pointer targets in passing argument 1 of = =E2=80=98insert=E2=80=99 differ in signedness keymap.c: In function =E2=80=98describe_map=E2=80=99: keymap.c:3580: warning: pointer targets in passing argument 1 of = =E2=80=98insert=E2=80=99 differ in signedness keymap.c:3608: warning: pointer targets in passing argument 1 of = =E2=80=98insert=E2=80=99 differ in signedness keymap.c: In function =E2=80=98describe_vector=E2=80=99: keymap.c:3825: warning: pointer targets in passing argument 1 of = =E2=80=98insert=E2=80=99 differ in signedness keymap.c:3862: warning: pointer targets in passing argument 1 of = =E2=80=98insert=E2=80=99 differ in signedness keymap.c:3889: warning: pointer targets in passing argument 1 of = =E2=80=98insert=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/sysdep.d sysdep.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/buffer.d buffer.c buffer.c: In function =E2=80=98Fset_buffer_major_mode=E2=80=99: buffer.c:1725: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness buffer.c: In function =E2=80=98init_buffer=E2=80=99: buffer.c:5408: warning: pointer targets in passing argument 2 of = =E2=80=98strcmp=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/filelock.d filelock.c filelock.c: In function =E2=80=98fill_in_lock_file_name=E2=80=99: filelock.c:340: warning: pointer targets in passing argument 2 of = =E2=80=98strcpy=E2=80=99 differ in signedness filelock.c: In function =E2=80=98current_lock_owner=E2=80=99: filelock.c:508: warning: pointer targets in passing argument 2 of = =E2=80=98strcmp=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/insdel.d insdel.c insdel.c: In function =E2=80=98insert_string=E2=80=99: insdel.c:770: warning: pointer targets in passing argument 1 of = =E2=80=98insert=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/marker.d marker.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/minibuf.d minibuf.c minibuf.c: In function =E2=80=98Fread_buffer=E2=80=99: minibuf.c:1220: warning: pointer targets in passing argument 1 of = =E2=80=98strlen=E2=80=99 differ in signedness minibuf.c:1227: warning: pointer targets in passing argument 1 of = =E2=80=98make_specified_string=E2=80=99 differ in signedness minibuf.c: In function =E2=80=98Ftest_completion=E2=80=99: minibuf.c:1876: warning: pointer targets in passing argument 2 of = =E2=80=98oblookup=E2=80=99 differ in signedness minibuf.c:1887: warning: pointer targets in passing argument 2 of = =E2=80=98oblookup=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/fileio.d fileio.c fileio.c: In function =E2=80=98report_file_error=E2=80=99: fileio.c:286: warning: pointer targets in passing argument 1 of = =E2=80=98string_char=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Ffile_name_directory=E2=80=99: fileio.c:481: warning: pointer targets in passing argument 1 of = =E2=80=98make_specified_string=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Ffile_name_nondirectory=E2=80=99: fileio.c:517: warning: pointer targets in passing argument 1 of = =E2=80=98make_specified_string=E2=80=99 differ in signedness fileio.c: In function =E2=80=98make_temp_name=E2=80=99: fileio.c:777: warning: pointer targets in passing argument 1 of = =E2=80=98stat=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Fexpand_file_name=E2=80=99: fileio.c:1064: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness fileio.c:1064: warning: pointer targets in passing argument 2 of = =E2=80=98strcmp=E2=80=99 differ in signedness fileio.c:1066: warning: pointer targets in passing argument 1 of = =E2=80=98strlen=E2=80=99 differ in signedness fileio.c:1066: warning: pointer targets in passing argument 1 of = =E2=80=98make_specified_string=E2=80=99 differ in signedness fileio.c:1101: warning: pointer targets in passing argument 1 of = =E2=80=98build_string=E2=80=99 differ in signedness fileio.c:1120: warning: pointer targets in passing argument 1 of = =E2=80=98getpwnam=E2=80=99 differ in signedness fileio.c:1259: warning: pointer targets in passing argument 1 of = =E2=80=98strlen=E2=80=99 differ in signedness fileio.c:1277: warning: pointer targets in passing argument 1 of = =E2=80=98strlen=E2=80=99 differ in signedness fileio.c:1302: warning: pointer targets in passing argument 1 of = =E2=80=98strcpy=E2=80=99 differ in signedness fileio.c:1302: warning: pointer targets in passing argument 2 of = =E2=80=98strcpy=E2=80=99 differ in signedness fileio.c:1308: warning: pointer targets in passing argument 1 of = =E2=80=98strcat=E2=80=99 differ in signedness fileio.c:1308: warning: pointer targets in passing argument 2 of = =E2=80=98strcat=E2=80=99 differ in signedness fileio.c:1393: warning: pointer targets in passing argument 1 of = =E2=80=98make_specified_string=E2=80=99 differ in signedness fileio.c: In function =E2=80=98search_embedded_absfilename=E2=80=99: fileio.c:1615: warning: pointer targets in passing argument 1 of = =E2=80=98getpwnam=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Fsubstitute_in_file_name=E2=80=99: fileio.c:1680: warning: pointer targets in passing argument 1 of = =E2=80=98make_specified_string=E2=80=99 differ in signedness fileio.c:1717: warning: pointer targets in passing argument 1 of = =E2=80=98strncpy=E2=80=99 differ in signedness fileio.c:1717: warning: pointer targets in passing argument 2 of = =E2=80=98strncpy=E2=80=99 differ in signedness fileio.c:1724: warning: pointer targets in passing argument 1 of = =E2=80=98egetenv=E2=80=99 differ in signedness fileio.c:1733: warning: pointer targets in passing argument 1 of = =E2=80=98strlen=E2=80=99 differ in signedness fileio.c:1733: warning: pointer targets in passing argument 1 of = =E2=80=98make_unibyte_string=E2=80=99 differ in signedness fileio.c:1780: warning: pointer targets in passing argument 1 of = =E2=80=98strncpy=E2=80=99 differ in signedness fileio.c:1780: warning: pointer targets in passing argument 2 of = =E2=80=98strncpy=E2=80=99 differ in signedness fileio.c:1787: warning: pointer targets in passing argument 1 of = =E2=80=98egetenv=E2=80=99 differ in signedness fileio.c:1791: warning: pointer targets in passing argument 1 of = =E2=80=98strcpy=E2=80=99 differ in signedness fileio.c:1791: warning: pointer targets in passing argument 2 of = =E2=80=98strcpy=E2=80=99 differ in signedness fileio.c:1791: warning: pointer targets in passing argument 1 of = =E2=80=98strlen=E2=80=99 differ in signedness fileio.c:1797: warning: pointer targets in passing argument 1 of = =E2=80=98strlen=E2=80=99 differ in signedness fileio.c:1798: warning: pointer targets in passing argument 1 of = =E2=80=98make_unibyte_string=E2=80=99 differ in signedness fileio.c:1801: warning: pointer targets in passing argument 1 of = =E2=80=98strncpy=E2=80=99 differ in signedness fileio.c:1801: warning: pointer targets in passing argument 2 of = =E2=80=98strncpy=E2=80=99 differ in signedness fileio.c:1807: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness fileio.c:1807: warning: pointer targets in passing argument 2 of = =E2=80=98strncmp=E2=80=99 differ in signedness fileio.c:1821: warning: pointer targets in passing argument 1 of = =E2=80=98make_specified_string=E2=80=99 differ in signedness fileio.c: In function =E2=80=98barf_or_query_if_file_exists=E2=80=99: fileio.c:1883: warning: pointer targets in passing argument 1 of = =E2=80=98lstat=E2=80=99 differ in signedness fileio.c:1890: warning: pointer targets in passing argument 1 of = =E2=80=98build_string=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Fcopy_file=E2=80=99: fileio.c:1975: warning: pointer targets in passing argument 1 of = =E2=80=98stat=E2=80=99 differ in signedness fileio.c:2008: warning: pointer targets in passing argument 1 of = =E2=80=98emacs_open=E2=80=99 differ in signedness fileio.c:2054: warning: pointer targets in passing argument 1 of = =E2=80=98emacs_open=E2=80=99 differ in signedness fileio.c:2091: warning: pointer targets in passing argument 1 of = =E2=80=98set_file_times=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Fmake_directory_internal=E2=80=99: fileio.c:2143: warning: pointer targets in passing argument 1 of = =E2=80=98mkdir=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Fdelete_directory_internal=E2=80=99: fileio.c:2170: warning: pointer targets in passing argument 1 of = =E2=80=98rmdir=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Fdelete_file=E2=80=99: fileio.c:2204: warning: pointer targets in passing argument 1 of = =E2=80=98unlink=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Frename_file=E2=80=99: fileio.c:2286: warning: pointer targets in passing argument 1 of = =E2=80=98rename=E2=80=99 differ in signedness fileio.c:2286: warning: pointer targets in passing argument 2 of = =E2=80=98rename=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Fadd_name_to_file=E2=80=99: fileio.c:2374: warning: pointer targets in passing argument 1 of = =E2=80=98unlink=E2=80=99 differ in signedness fileio.c:2375: warning: pointer targets in passing argument 1 of = =E2=80=98link=E2=80=99 differ in signedness fileio.c:2375: warning: pointer targets in passing argument 2 of = =E2=80=98link=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Fmake_symbolic_link=E2=80=99: fileio.c:2435: warning: pointer targets in passing argument 1 of = =E2=80=98symlink=E2=80=99 differ in signedness fileio.c:2435: warning: pointer targets in passing argument 2 of = =E2=80=98symlink=E2=80=99 differ in signedness fileio.c:2440: warning: pointer targets in passing argument 1 of = =E2=80=98unlink=E2=80=99 differ in signedness fileio.c:2442: warning: pointer targets in passing argument 1 of = =E2=80=98symlink=E2=80=99 differ in signedness fileio.c:2442: warning: pointer targets in passing argument 2 of = =E2=80=98symlink=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Ffile_exists_p=E2=80=99: fileio.c:2555: warning: pointer targets in passing argument 1 of = =E2=80=98stat=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Ffile_readable_p=E2=80=99: fileio.c:2616: warning: pointer targets in passing argument 1 of = =E2=80=98stat=E2=80=99 differ in signedness fileio.c:2622: warning: pointer targets in passing argument 1 of = =E2=80=98emacs_open=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Ffile_writable_p=E2=80=99: fileio.c:2651: warning: pointer targets in passing argument 1 of = =E2=80=98stat=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Faccess_file=E2=80=99: fileio.c:2698: warning: pointer targets in passing argument 1 of = =E2=80=98emacs_open=E2=80=99 differ in signedness fileio.c:2700: warning: pointer targets in passing argument 1 of = =E2=80=98report_file_error=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Ffile_symlink_p=E2=80=99: fileio.c:2745: warning: pointer targets in passing argument 1 of = =E2=80=98readlink=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Ffile_directory_p=E2=80=99: fileio.c:2795: warning: pointer targets in passing argument 1 of = =E2=80=98stat=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Ffile_regular_p=E2=80=99: fileio.c:2865: warning: pointer targets in passing argument 1 of = =E2=80=98stat=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Ffile_modes=E2=80=99: fileio.c:2891: warning: pointer targets in passing argument 1 of = =E2=80=98stat=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Fset_file_modes=E2=80=99: fileio.c:2926: warning: pointer targets in passing argument 1 of = =E2=80=98chmod=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Fset_file_times=E2=80=99: fileio.c:2996: warning: pointer targets in passing argument 1 of = =E2=80=98set_file_times=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Ffile_newer_than_file_p=E2=80=99: fileio.c:3060: warning: pointer targets in passing argument 1 of = =E2=80=98stat=E2=80=99 differ in signedness fileio.c:3065: warning: pointer targets in passing argument 1 of = =E2=80=98stat=E2=80=99 differ in signedness fileio.c: In function =E2=80=98read_non_regular=E2=80=99: fileio.c:3141: warning: pointer targets in passing argument 2 of = =E2=80=98emacs_read=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Finsert_file_contents=E2=80=99: fileio.c:3254: warning: pointer targets in passing argument 1 of = =E2=80=98stat=E2=80=99 differ in signedness fileio.c:3286: warning: pointer targets in passing argument 1 of = =E2=80=98emacs_open=E2=80=99 differ in signedness fileio.c:3372: warning: pointer targets in passing argument 2 of = =E2=80=98emacs_read=E2=80=99 differ in signedness fileio.c:3375: warning: pointer targets in passing argument 2 of = =E2=80=98emacs_read=E2=80=99 differ in signedness fileio.c:3381: warning: pointer targets in passing argument 2 of = =E2=80=98emacs_read=E2=80=99 differ in signedness fileio.c:3502: warning: pointer targets in passing argument 2 of = =E2=80=98emacs_read=E2=80=99 differ in signedness fileio.c:3567: warning: pointer targets in passing argument 2 of = =E2=80=98emacs_read=E2=80=99 differ in signedness fileio.c:3699: warning: pointer targets in passing argument 2 of = =E2=80=98emacs_read=E2=80=99 differ in signedness fileio.c:3940: warning: pointer targets in passing argument 2 of = =E2=80=98emacs_read=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Fwrite_region=E2=80=99: fileio.c:4593: warning: pointer targets in passing argument 1 of = =E2=80=98emacs_open=E2=80=99 differ in signedness fileio.c:4605: warning: pointer targets in passing argument 1 of = =E2=80=98emacs_open=E2=80=99 differ in signedness fileio.c:4696: warning: pointer targets in passing argument 1 of = =E2=80=98stat=E2=80=99 differ in signedness fileio.c: In function =E2=80=98e_write=E2=80=99: fileio.c:4987: warning: pointer targets in passing argument 2 of = =E2=80=98emacs_write=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Fverify_visited_file_modtime=E2=80=99: fileio.c:5026: warning: pointer targets in passing argument 1 of = =E2=80=98stat=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Fset_visited_file_modtime=E2=80=99: fileio.c:5098: warning: pointer targets in passing argument 1 of = =E2=80=98stat=E2=80=99 differ in signedness fileio.c: In function =E2=80=98auto_save_1=E2=80=99: fileio.c:5153: warning: pointer targets in passing argument 1 of = =E2=80=98stat=E2=80=99 differ in signedness fileio.c: In function =E2=80=98Fdo_auto_save=E2=80=99: fileio.c:5279: warning: pointer targets in passing argument 1 of = =E2=80=98fopen=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/dired.d dired.c dired.c: In function =E2=80=98directory_files_internal=E2=80=99: dired.c:198: warning: pointer targets in passing argument 1 of = =E2=80=98opendir=E2=80=99 differ in signedness dired.c:281: warning: pointer targets in passing argument 2 of = =E2=80=98re_search=E2=80=99 differ in signedness dired.c: In function =E2=80=98file_name_completion=E2=80=99: dired.c:529: warning: pointer targets in passing argument 1 of = =E2=80=98opendir=E2=80=99 differ in signedness dired.c:565: warning: pointer targets in passing argument 1 of = =E2=80=98scmp=E2=80=99 differ in signedness dired.c:627: warning: pointer targets in passing argument 1 of = =E2=80=98scmp=E2=80=99 differ in signedness dired.c:651: warning: pointer targets in passing argument 1 of = =E2=80=98scmp=E2=80=99 differ in signedness dired.c: In function =E2=80=98Ffile_attributes=E2=80=99: dired.c:1012: warning: pointer targets in passing argument 1 of = =E2=80=98lstat=E2=80=99 differ in signedness dired.c:1059: warning: pointer targets in passing argument 1 of = =E2=80=98stat=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/filemode.d filemode.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/cmds.d cmds.c cmds.c: In function =E2=80=98internal_self_insert=E2=80=99: cmds.c:536: warning: pointer targets in passing argument 1 of = =E2=80=98make_string_from_bytes=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/casetab.d casetab.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/casefiddle.d casefiddle.c casefiddle.c: In function =E2=80=98casify_object=E2=80=99: casefiddle.c:147: warning: pointer targets in passing argument 1 of = =E2=80=98make_multibyte_string=E2=80=99 differ in signedness casefiddle.c: In function =E2=80=98casify_region=E2=80=99: casefiddle.c:288: warning: pointer targets in passing argument 5 of = =E2=80=98replace_range_2=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/indent.d indent.c indent.c: In function =E2=80=98Fvertical_motion=E2=80=99: indent.c:2081: warning: pointer targets in initialization differ in = signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/search.d search.c search.c: In function =E2=80=98compile_pattern_1=E2=80=99: search.c:164: warning: pointer targets in passing argument 1 of = =E2=80=98re_set_whitespace_regexp=E2=80=99 differ in signedness search.c: In function =E2=80=98Freplace_match=E2=80=99: search.c:2787: warning: pointer targets in assignment differ in = signedness search.c:2836: warning: pointer targets in passing argument 1 of = =E2=80=98make_multibyte_string=E2=80=99 differ in signedness search.c:2839: warning: pointer targets in passing argument 1 of = =E2=80=98make_unibyte_string=E2=80=99 differ in signedness search.c: In function =E2=80=98Fregexp_quote=E2=80=99: search.c:3261: warning: pointer targets in passing argument 1 of = =E2=80=98make_specified_string=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/regex.d regex.c regex.c: In function =E2=80=98re_wctype=E2=80=99: regex.c:2156: warning: pointer targets in initialization differ in = signedness regex.c: In function =E2=80=98regex_compile=E2=80=99: regex.c:2746: warning: pointer targets in passing argument 1 of = =E2=80=98strlen=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/undo.d undo.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/alloc.d alloc.c alloc.c: In function =E2=80=98make_string=E2=80=99: alloc.c:2377: warning: pointer targets in passing argument 1 of = =E2=80=98parse_str_as_multibyte=E2=80=99 differ in signedness alloc.c: In function =E2=80=98make_specified_string=E2=80=99: alloc.c:2451: warning: pointer targets in passing argument 1 of = =E2=80=98multibyte_chars_in_text=E2=80=99 differ in signedness alloc.c: In function =E2=80=98make_pure_string=E2=80=99: alloc.c:4807: warning: pointer targets in assignment differ in = signedness alloc.c: In function =E2=80=98Fpurecopy=E2=80=99: alloc.c:4912: warning: pointer targets in passing argument 1 of = =E2=80=98make_pure_string=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/data.d data.c data.c: In function =E2=80=98Fnumber_to_string=E2=80=99: data.c:2319: warning: pointer targets in passing argument 1 of = =E2=80=98float_to_string=E2=80=99 differ in signedness data.c: In function =E2=80=98Fstring_to_number=E2=80=99: data.c:2395: warning: pointer targets in passing argument 1 of = =E2=80=98isfloat_string=E2=80=99 differ in signedness data.c:2396: warning: pointer targets in passing argument 1 of = =E2=80=98atof=E2=80=99 differ in signedness echo "#define BUILDOBJ \"dispnew.o frame.o scroll.o xdisp.o menu.o = window.o charset.o coding.o category.o ccl.o character.o chartab.o cm.o = term.o terminal.o xfaces.o dbusbind.o emacs.o keyboard.o macros.o = keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o = fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o = search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o = floatfns.o fns.o font.o print.o lread.o syntax.o unexmacosx.o bytecode.o = process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o = intervals.o textprop.o composite.o md5.o nsterm.o nsfns.o nsmenu.o = nsselect.o nsimage.o nsfont.o fontset.o fringe.o image.o terminfo.o = lastfile.o " "\"" > buildobj.h gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/doc.d doc.c doc.c: In function =E2=80=98get_doc_string=E2=80=99: doc.c:150: warning: pointer targets in passing argument 2 of = =E2=80=98strcpy=E2=80=99 differ in signedness doc.c:151: warning: pointer targets in passing argument 2 of = =E2=80=98strcat=E2=80=99 differ in signedness doc.c:167: warning: pointer targets in passing argument 2 of = =E2=80=98strcat=E2=80=99 differ in signedness doc.c:290: warning: pointer targets in assignment differ in signedness doc.c:302: warning: pointer targets in passing argument 1 of = =E2=80=98multibyte_chars_in_text=E2=80=99 differ in signedness doc.c: In function =E2=80=98Fsnarf_documentation=E2=80=99: doc.c:597: warning: pointer targets in passing argument 2 of = =E2=80=98strcpy=E2=80=99 differ in signedness doc.c:599: warning: pointer targets in passing argument 2 of = =E2=80=98strcat=E2=80=99 differ in signedness doc.c:668: warning: pointer targets in passing argument 1 of = =E2=80=98multibyte_chars_in_text=E2=80=99 differ in signedness doc.c: In function =E2=80=98Fsubstitute_command_keys=E2=80=99: doc.c:807: warning: pointer targets in passing argument 1 of = =E2=80=98make_string=E2=80=99 differ in signedness doc.c:874: warning: pointer targets in passing argument 1 of = =E2=80=98make_string=E2=80=99 differ in signedness doc.c:950: warning: pointer targets in passing argument 1 of = =E2=80=98make_string_from_bytes=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/editfns.d editfns.c editfns.c: In function =E2=80=98init_editfns=E2=80=99: editfns.c:194: warning: pointer targets in passing argument 1 of = =E2=80=98build_string=E2=80=99 differ in signedness editfns.c: In function =E2=80=98Fchar_to_string=E2=80=99: editfns.c:221: warning: pointer targets in passing argument 1 of = =E2=80=98make_string_from_bytes=E2=80=99 differ in signedness editfns.c: In function =E2=80=98Fbyte_to_string=E2=80=99: editfns.c:234: warning: pointer targets in passing argument 1 of = =E2=80=98make_string_from_bytes=E2=80=99 differ in signedness editfns.c: In function =E2=80=98Fuser_full_name=E2=80=99: editfns.c:1398: warning: pointer targets in passing argument 1 of = =E2=80=98getpwnam=E2=80=99 differ in signedness editfns.c:1409: warning: pointer targets in passing argument 1 of = =E2=80=98index=E2=80=99 differ in signedness editfns.c:1410: warning: pointer targets in passing argument 1 of = =E2=80=98strlen=E2=80=99 differ in signedness editfns.c:1410: warning: pointer targets in passing argument 1 of = =E2=80=98make_string=E2=80=99 differ in signedness editfns.c:1414: warning: pointer targets in passing argument 1 of = =E2=80=98index=E2=80=99 differ in signedness editfns.c:1422: warning: pointer targets in passing argument 1 of = =E2=80=98strlen=E2=80=99 differ in signedness editfns.c:1425: warning: pointer targets in passing argument 1 of = =E2=80=98strcat=E2=80=99 differ in signedness editfns.c:1425: warning: pointer targets in passing argument 2 of = =E2=80=98strcat=E2=80=99 differ in signedness editfns.c:1427: warning: pointer targets in passing argument 1 of = =E2=80=98strcat=E2=80=99 differ in signedness editfns.c:1427: warning: pointer targets in passing argument 2 of = =E2=80=98strcat=E2=80=99 differ in signedness editfns.c:1428: warning: pointer targets in passing argument 1 of = =E2=80=98build_string=E2=80=99 differ in signedness editfns.c: In function =E2=80=98Fformat_time_string=E2=80=99: editfns.c:1746: warning: pointer targets in passing argument 3 of = =E2=80=98emacs_memftimeu=E2=80=99 differ in signedness editfns.c:1757: warning: pointer targets in passing argument 3 of = =E2=80=98emacs_memftimeu=E2=80=99 differ in signedness editfns.c: In function =E2=80=98Fsubst_char_in_region=E2=80=99: editfns.c:2915: warning: pointer targets in passing argument 1 of = =E2=80=98make_multibyte_string=E2=80=99 differ in signedness editfns.c: In function =E2=80=98Ftranslate_region_internal=E2=80=99: editfns.c:3132: warning: pointer targets in passing argument 1 of = =E2=80=98make_multibyte_string=E2=80=99 differ in signedness editfns.c: In function =E2=80=98Fformat=E2=80=99: editfns.c:3929: warning: pointer targets in passing argument 1 of = =E2=80=98atoi=E2=80=99 differ in signedness editfns.c:3996: warning: pointer targets in passing argument 2 of = =E2=80=98copy_text=E2=80=99 differ in signedness editfns.c:4021: warning: pointer targets in passing argument 2 of = =E2=80=98sprintf=E2=80=99 differ in signedness editfns.c:4037: warning: pointer targets in passing argument 2 of = =E2=80=98sprintf=E2=80=99 differ in signedness editfns.c:4039: warning: pointer targets in passing argument 2 of = =E2=80=98sprintf=E2=80=99 differ in signedness editfns.c:4042: warning: pointer targets in passing argument 2 of = =E2=80=98sprintf=E2=80=99 differ in signedness editfns.c:4045: warning: pointer targets in passing argument 2 of = =E2=80=98sprintf=E2=80=99 differ in signedness editfns.c:4049: warning: pointer targets in passing argument 2 of = =E2=80=98sprintf=E2=80=99 differ in signedness editfns.c:4052: warning: pointer targets in passing argument 2 of = =E2=80=98sprintf=E2=80=99 differ in signedness editfns.c:4062: warning: pointer targets in passing argument 1 of = =E2=80=98str_to_multibyte=E2=80=99 differ in signedness editfns.c:4089: warning: pointer targets in passing argument 2 of = =E2=80=98copy_text=E2=80=99 differ in signedness editfns.c:4103: warning: pointer targets in passing argument 1 of = =E2=80=98multibyte_chars_in_text=E2=80=99 differ in signedness editfns.c: In function =E2=80=98Ftranspose_regions=E2=80=99: editfns.c:4581: warning: pointer targets in passing argument 1 of = =E2=80=98safe_bcopy=E2=80=99 differ in signedness editfns.c:4581: warning: pointer targets in passing argument 2 of = =E2=80=98safe_bcopy=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/callint.d callint.c callint.c: In function =E2=80=98Fcall_interactively=E2=80=99: callint.c:479: warning: pointer targets in passing argument 1 of = =E2=80=98index=E2=80=99 differ in signedness callint.c:508: warning: pointer targets in passing argument 2 of = =E2=80=98strncpy=E2=80=99 differ in signedness callint.c:819: warning: pointer targets in passing argument 1 of = =E2=80=98index=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/eval.d eval.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/floatfns.d floatfns.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/fns.d fns.c fns.c: In function =E2=80=98string_make_multibyte=E2=80=99: fns.c:945: warning: pointer targets in passing argument 1 of = =E2=80=98make_multibyte_string=E2=80=99 differ in signedness fns.c: In function =E2=80=98string_to_multibyte=E2=80=99: fns.c:972: warning: pointer targets in passing argument 1 of = =E2=80=98make_multibyte_string=E2=80=99 differ in signedness fns.c:978: warning: pointer targets in passing argument 1 of = =E2=80=98make_multibyte_string=E2=80=99 differ in signedness fns.c: In function =E2=80=98string_make_unibyte=E2=80=99: fns.c:1005: warning: pointer targets in passing argument 1 of = =E2=80=98make_unibyte_string=E2=80=99 differ in signedness fns.c: In function =E2=80=98Fstring_as_unibyte=E2=80=99: fns.c:1064: warning: pointer targets in passing argument 1 of = =E2=80=98make_unibyte_string=E2=80=99 differ in signedness fns.c: In function =E2=80=98Fstring_to_unibyte=E2=80=99: fns.c:1151: warning: pointer targets in passing argument 1 of = =E2=80=98make_unibyte_string=E2=80=99 differ in signedness fns.c: In function =E2=80=98Fsubstring=E2=80=99: fns.c:1248: warning: pointer targets in passing argument 1 of = =E2=80=98make_specified_string=E2=80=99 differ in signedness fns.c: In function =E2=80=98Fsubstring_no_properties=E2=80=99: fns.c:1314: warning: pointer targets in passing argument 1 of = =E2=80=98make_specified_string=E2=80=99 differ in signedness fns.c: In function =E2=80=98substring_both=E2=80=99: fns.c:1346: warning: pointer targets in passing argument 1 of = =E2=80=98make_specified_string=E2=80=99 differ in signedness fns.c: In function =E2=80=98Fyes_or_no_p=E2=80=99: fns.c:2772: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness fns.c:2777: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness fns.c: In function =E2=80=98Fbase64_encode_region=E2=80=99: fns.c:3272: warning: pointer targets in passing argument 1 of = =E2=80=98base64_encode_1=E2=80=99 differ in signedness fns.c:3286: warning: pointer targets in passing argument 1 of = =E2=80=98insert=E2=80=99 differ in signedness fns.c: In function =E2=80=98Fbase64_encode_string=E2=80=99: fns.c:3329: warning: pointer targets in passing argument 1 of = =E2=80=98base64_encode_1=E2=80=99 differ in signedness fns.c: In function =E2=80=98base64_encode_1=E2=80=99: fns.c:3364: warning: pointer targets in passing argument 1 of = =E2=80=98string_char=E2=80=99 differ in signedness fns.c:3404: warning: pointer targets in passing argument 1 of = =E2=80=98string_char=E2=80=99 differ in signedness fns.c:3428: warning: pointer targets in passing argument 1 of = =E2=80=98string_char=E2=80=99 differ in signedness fns.c: In function =E2=80=98Fbase64_decode_region=E2=80=99: fns.c:3477: warning: pointer targets in passing argument 1 of = =E2=80=98base64_decode_1=E2=80=99 differ in signedness fns.c:3491: warning: pointer targets in passing argument 1 of = =E2=80=98insert_1_both=E2=80=99 differ in signedness fns.c: In function =E2=80=98Fbase64_decode_string=E2=80=99: fns.c:3528: warning: pointer targets in passing argument 1 of = =E2=80=98base64_decode_1=E2=80=99 differ in signedness fns.c: In function =E2=80=98Fmd5=E2=80=99: fns.c:5113: warning: pointer targets in passing argument 1 of = =E2=80=98md5_buffer=E2=80=99 differ in signedness fns.c:5116: warning: pointer targets in passing argument 1 of = =E2=80=98sprintf=E2=80=99 differ in signedness fns.c:5119: warning: pointer targets in passing argument 1 of = =E2=80=98make_string=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/font.d font.c font.c: In function =E2=80=98font_filter_properties=E2=80=99: font.c:3920: warning: pointer targets in initialization differ in = signedness font.c:3945: warning: pointer targets in initialization differ in = signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/print.d print.c print.c: In function =E2=80=98printchar=E2=80=99: print.c:338: warning: pointer targets in passing argument 1 of = =E2=80=98message_dolog=E2=80=99 differ in signedness print.c: In function =E2=80=98strout=E2=80=99: print.c:404: warning: pointer targets in passing argument 1 of = =E2=80=98string_char=E2=80=99 differ in signedness print.c:430: warning: pointer targets in passing argument 1 of = =E2=80=98string_char=E2=80=99 differ in signedness print.c: In function =E2=80=98Fwrite_char=E2=80=99: print.c:543: warning: pointer targets in passing argument 1 of = =E2=80=98copy_text=E2=80=99 differ in signedness print.c:543: warning: pointer targets in passing argument 1 of = =E2=80=98insert_1_both=E2=80=99 differ in signedness print.c: In function =E2=80=98write_string=E2=80=99: print.c:563: warning: pointer targets in passing argument 1 of = =E2=80=98copy_text=E2=80=99 differ in signedness print.c:563: warning: pointer targets in passing argument 1 of = =E2=80=98insert_1_both=E2=80=99 differ in signedness print.c: In function =E2=80=98write_string_1=E2=80=99: print.c:580: warning: pointer targets in passing argument 1 of = =E2=80=98copy_text=E2=80=99 differ in signedness print.c:580: warning: pointer targets in passing argument 1 of = =E2=80=98insert_1_both=E2=80=99 differ in signedness print.c: In function =E2=80=98Fwith_output_to_temp_buffer=E2=80=99: print.c:684: warning: pointer targets in passing argument 1 of = =E2=80=98temp_output_buffer_setup=E2=80=99 differ in signedness print.c: In function =E2=80=98Fterpri=E2=80=99: print.c:715: warning: pointer targets in passing argument 1 of = =E2=80=98copy_text=E2=80=99 differ in signedness print.c:715: warning: pointer targets in passing argument 1 of = =E2=80=98insert_1_both=E2=80=99 differ in signedness print.c: In function =E2=80=98Fprin1=E2=80=99: print.c:751: warning: pointer targets in passing argument 1 of = =E2=80=98copy_text=E2=80=99 differ in signedness print.c:751: warning: pointer targets in passing argument 1 of = =E2=80=98insert_1_both=E2=80=99 differ in signedness print.c: In function =E2=80=98Fprin1_to_string=E2=80=99: print.c:794: warning: pointer targets in passing argument 1 of = =E2=80=98copy_text=E2=80=99 differ in signedness print.c:794: warning: pointer targets in passing argument 1 of = =E2=80=98insert_1_both=E2=80=99 differ in signedness print.c: In function =E2=80=98Fprinc=E2=80=99: print.c:847: warning: pointer targets in passing argument 1 of = =E2=80=98copy_text=E2=80=99 differ in signedness print.c:847: warning: pointer targets in passing argument 1 of = =E2=80=98insert_1_both=E2=80=99 differ in signedness print.c: In function =E2=80=98Fprint=E2=80=99: print.c:887: warning: pointer targets in passing argument 1 of = =E2=80=98copy_text=E2=80=99 differ in signedness print.c:887: warning: pointer targets in passing argument 1 of = =E2=80=98insert_1_both=E2=80=99 differ in signedness print.c: In function =E2=80=98float_to_string=E2=80=99: print.c:1139: warning: pointer targets in passing argument 1 of = =E2=80=98strcpy=E2=80=99 differ in signedness print.c:1145: warning: pointer targets in passing argument 1 of = =E2=80=98strcpy=E2=80=99 differ in signedness print.c:1164: warning: pointer targets in passing argument 1 of = =E2=80=98strcpy=E2=80=99 differ in signedness print.c:1185: warning: pointer targets in passing argument 1 of = =E2=80=98sprintf=E2=80=99 differ in signedness print.c:1186: warning: pointer targets in passing argument 1 of = =E2=80=98atof=E2=80=99 differ in signedness print.c:1223: warning: pointer targets in passing argument 1 of = =E2=80=98sprintf=E2=80=99 differ in signedness print.c:1223: warning: pointer targets in passing argument 2 of = =E2=80=98sprintf=E2=80=99 differ in signedness print.c: In function =E2=80=98print_object=E2=80=99: print.c:1611: warning: pointer targets in passing argument 1 of = =E2=80=98float_to_string=E2=80=99 differ in signedness print.c:1684: warning: pointer targets in passing argument 1 of = =E2=80=98sprintf=E2=80=99 differ in signedness print.c:1687: warning: pointer targets in passing argument 1 of = =E2=80=98sprintf=E2=80=99 differ in signedness print.c:1701: warning: pointer targets in passing argument 1 of = =E2=80=98sprintf=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/lread.d lread.c lread.c: In function =E2=80=98Fload=E2=80=99: lread.c:1077: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness lread.c:1080: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness lread.c: In function =E2=80=98openp=E2=80=99: lread.c:1472: warning: pointer targets in passing argument 2 of = =E2=80=98strncpy=E2=80=99 differ in signedness lread.c:1478: warning: pointer targets in passing argument 2 of = =E2=80=98strncpy=E2=80=99 differ in signedness lread.c:1483: warning: pointer targets in passing argument 2 of = =E2=80=98strncat=E2=80=99 differ in signedness lread.c:1518: warning: pointer targets in assignment differ in = signedness lread.c: In function =E2=80=98read1=E2=80=99: lread.c:2906: warning: pointer targets in passing argument 1 of = =E2=80=98str_as_unibyte=E2=80=99 differ in signedness lread.c:2983: warning: pointer targets in passing argument 2 of = =E2=80=98char_string=E2=80=99 differ in signedness lread.c:3089: warning: pointer targets in passing argument 1 of = =E2=80=98multibyte_chars_in_text=E2=80=99 differ in signedness lread.c: In function =E2=80=98Fintern=E2=80=99: lread.c:3686: warning: pointer targets in passing argument 2 of = =E2=80=98oblookup=E2=80=99 differ in signedness lread.c: In function =E2=80=98Fintern_soft=E2=80=99: lread.c:3737: warning: pointer targets in passing argument 2 of = =E2=80=98oblookup=E2=80=99 differ in signedness lread.c: In function =E2=80=98Funintern=E2=80=99: lread.c:3769: warning: pointer targets in passing argument 2 of = =E2=80=98oblookup=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/syntax.d syntax.c syntax.c: In function =E2=80=98Finternal_describe_syntax_value=E2=80=99: syntax.c:1094: warning: pointer targets in passing argument 1 of = =E2=80=98insert=E2=80=99 differ in signedness syntax.c:1097: warning: pointer targets in passing argument 1 of = =E2=80=98insert=E2=80=99 differ in signedness syntax.c:1102: warning: pointer targets in passing argument 1 of = =E2=80=98insert=E2=80=99 differ in signedness syntax.c:1104: warning: pointer targets in passing argument 1 of = =E2=80=98insert=E2=80=99 differ in signedness syntax.c:1107: warning: pointer targets in passing argument 1 of = =E2=80=98insert=E2=80=99 differ in signedness syntax.c:1109: warning: pointer targets in passing argument 1 of = =E2=80=98insert=E2=80=99 differ in signedness syntax.c:1112: warning: pointer targets in passing argument 1 of = =E2=80=98insert=E2=80=99 differ in signedness syntax.c:1114: warning: pointer targets in passing argument 1 of = =E2=80=98insert=E2=80=99 differ in signedness syntax.c:1116: warning: pointer targets in passing argument 1 of = =E2=80=98insert=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/unexmacosx.d unexmacosx.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/bytecode.d bytecode.c bytecode.c: In function =E2=80=98Fbyte_code=E2=80=99: bytecode.c:878: warning: pointer targets in passing argument 1 of = =E2=80=98temp_output_buffer_setup=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/process.d process.c process.c: In function =E2=80=98status_message=E2=80=99: process.c:491: warning: pointer targets in passing argument 1 of = =E2=80=98string_char=E2=80=99 differ in signedness process.c: In function =E2=80=98list_processes_1=E2=80=99: process.c:1531: warning: pointer targets in passing argument 1 of = =E2=80=98insert_string=E2=80=99 differ in signedness process.c: In function =E2=80=98Fmake_network_process=E2=80=99: process.c:3427: warning: pointer targets in passing argument 2 of = =E2=80=98strncpy=E2=80=99 differ in signedness process.c:3472: warning: pointer targets in assignment differ in = signedness process.c:3487: warning: pointer targets in passing argument 1 of = =E2=80=98getaddrinfo=E2=80=99 differ in signedness process.c:3512: warning: pointer targets in passing argument 1 of = =E2=80=98getservbyname=E2=80=99 differ in signedness process.c:3641: warning: pointer targets in passing argument 3 of = =E2=80=98getsockname=E2=80=99 differ in signedness process.c:3706: warning: pointer targets in passing argument 5 of = =E2=80=98getsockopt=E2=80=99 differ in signedness process.c:3761: warning: pointer targets in passing argument 3 of = =E2=80=98getsockname=E2=80=99 differ in signedness process.c: In function =E2=80=98Fnetwork_interface_info=E2=80=99: process.c:4122: warning: pointer targets in passing argument 2 of = =E2=80=98strncpy=E2=80=99 differ in signedness process.c: In function =E2=80=98server_accept_connection=E2=80=99: process.c:4396: warning: pointer targets in passing argument 3 of = =E2=80=98accept=E2=80=99 differ in signedness process.c:4524: warning: pointer targets in passing argument 3 of = =E2=80=98getsockname=E2=80=99 differ in signedness process.c: In function =E2=80=98wait_reading_process_output=E2=80=99: process.c:5271: warning: pointer targets in passing argument 3 of = =E2=80=98getpeername=E2=80=99 differ in signedness process.c: In function =E2=80=98read_process_output=E2=80=99: process.c:5376: warning: pointer targets in passing argument 6 of = =E2=80=98recvfrom=E2=80=99 differ in signedness process.c:5476: warning: pointer targets in assignment differ in = signedness process.c:5591: warning: pointer targets in assignment differ in = signedness process.c: In function =E2=80=98send_process=E2=80=99: process.c:5800: warning: pointer targets in passing argument 1 of = =E2=80=98make_unibyte_string=E2=80=99 differ in signedness process.c: In function =E2=80=98emacs_get_tty_pgrp=E2=80=99: process.c:6047: warning: pointer targets in passing argument 1 of = =E2=80=98emacs_open=E2=80=99 differ in signedness process.c: In function =E2=80=98Fsignal_process=E2=80=99: process.c:6490: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness process.c:6490: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness process.c:6496: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6499: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6502: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6505: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6508: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6511: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6514: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6517: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6520: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6523: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6526: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6529: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6532: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6535: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6538: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6541: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6544: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6547: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6550: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6553: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6556: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6559: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6562: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6565: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6568: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6571: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6574: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6577: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6580: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness process.c:6583: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/callproc.d callproc.c callproc.c: In function =E2=80=98Fcall_process=E2=80=99: callproc.c:397: warning: pointer targets in passing argument 1 of = =E2=80=98emacs_open=E2=80=99 differ in signedness callproc.c:517: warning: pointer targets in passing argument 1 of = =E2=80=98creat=E2=80=99 differ in signedness callproc.c:737: warning: pointer targets in passing argument 1 of = =E2=80=98insert_1_both=E2=80=99 differ in signedness callproc.c:750: warning: pointer targets in assignment differ in = signedness callproc.c:784: warning: pointer targets in initialization differ in = signedness callproc.c: In function =E2=80=98child_setup=E2=80=99: callproc.c:1148: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness callproc.c:1180: warning: pointer targets in passing argument 1 of = =E2=80=98strlen=E2=80=99 differ in signedness callproc.c:1183: warning: pointer targets in passing argument 2 of = =E2=80=98strcat=E2=80=99 differ in signedness callproc.c:1191: warning: pointer targets in passing argument 3 of = =E2=80=98add_env=E2=80=99 differ in signedness callproc.c: In function =E2=80=98init_callproc=E2=80=99: callproc.c:1531: warning: pointer targets in passing argument 1 of = =E2=80=98access=E2=80=99 differ in signedness callproc.c:1537: warning: pointer targets in passing argument 1 of = =E2=80=98access=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/region-cache.d region-cache.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/sound.d sound.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/atimer.d atimer.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/doprnt.d doprnt.c doprnt.c: In function =E2=80=98doprnt=E2=80=99: doprnt.c:212: warning: pointer targets in passing argument 1 of = =E2=80=98strlen=E2=80=99 differ in signedness doprnt.c:219: warning: pointer targets in passing argument 1 of = =E2=80=98strlen=E2=80=99 differ in signedness doprnt.c:242: warning: pointer targets in passing argument 1 of = =E2=80=98strwidth=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/strftime.d strftime.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/intervals.d intervals.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/textprop.d textprop.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/composite.d composite.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/md5.d md5.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/nsterm.d nsterm.m nsterm.m: In function =E2=80=98ns_lisp_to_color=E2=80=99: nsterm.m:1465: warning: pointer targets in passing argument 1 of = =E2=80=98ns_get_color=E2=80=99 differ in signedness nsterm.m:1467: warning: pointer targets in passing argument 1 of = =E2=80=98ns_get_color=E2=80=99 differ in signedness nsterm.m: In function =E2=80=98ns_string_to_lispmod=E2=80=99: nsterm.m:3468: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness nsterm.m:3470: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness nsterm.m:3472: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness nsterm.m:3474: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness nsterm.m:3476: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness nsterm.m:3478: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness nsterm.m: In function =E2=80=98ns_term_init=E2=80=99: nsterm.m:3762: warning: pointer targets in passing argument 2 of = =E2=80=98strncpy=E2=80=99 differ in signedness nsterm.m:3806: warning: pointer targets in assignment differ in = signedness nsterm.m: In function =E2=80=98ns_term_shutdown=E2=80=99: nsterm.m:3908: warning: pointer targets in passing argument 1 of = =E2=80=98unlink=E2=80=99 differ in signedness nsterm.m: In function =E2=80=98-[EmacsApp = requestService:userData:error:]=E2=80=99: nsterm.m:4239: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsterm.m: In function =E2=80=98-[EmacsView initFrameFromEmacs:]=E2=80=99: nsterm.m:5134: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsterm.m:5153: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/nsfns.d nsfns.m nsfns.m: In function =E2=80=98x_set_icon_name=E2=80=99: nsfns.m:465: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfns.m:469: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfns.m: In function =E2=80=98ns_set_name_internal=E2=80=99: nsfns.m:484: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfns.m:495: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfns.m: In function =E2=80=98ns_set_name_as_filename=E2=80=99: nsfns.m:635: warning: pointer targets in passing argument 2 of = =E2=80=98strcmp=E2=80=99 differ in signedness nsfns.m:642: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfns.m:657: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfns.m: In function =E2=80=98ns_implicitly_set_icon_type=E2=80=99: nsfns.m:774: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfns.m:799: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfns.m:812: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfns.m: In function =E2=80=98x_set_icon_type=E2=80=99: nsfns.m:841: warning: pointer targets in passing argument 1 of = =E2=80=98build_string=E2=80=99 differ in signedness nsfns.m:857: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfns.m: In function =E2=80=98ns_lisp_to_cursor_type=E2=80=99: nsfns.m:886: warning: pointer targets in assignment differ in signedness nsfns.m:888: warning: pointer targets in assignment differ in signedness nsfns.m: In function =E2=80=98Fns_read_file_name=E2=80=99: nsfns.m:1436: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfns.m:1438: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfns.m:1439: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfns.m:1441: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfns.m: In function =E2=80=98Fns_get_resource=E2=80=99: nsfns.m:1504: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfns.m: In function =E2=80=98Fns_set_resource=E2=80=99: nsfns.m:1527: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfns.m:1533: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfns.m:1535: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfns.m: In function =E2=80=98Fns_font_name=E2=80=99: nsfns.m:1842: warning: pointer targets in assignment differ in = signedness nsfns.m:1849: warning: pointer targets in passing argument 1 of = =E2=80=98ns_xlfd_to_fontname=E2=80=99 differ in signedness nsfns.m: In function =E2=80=98Fns_perform_service=E2=80=99: nsfns.m:1961: warning: pointer targets in assignment differ in = signedness nsfns.m: In function =E2=80=98Fns_convert_utf8_nfd_to_nfc=E2=80=99: nsfns.m:1987: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfns.m: In function =E2=80=98ns_do_applescript=E2=80=99: nsfns.m:2018: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfns.m: In function =E2=80=98Fx_show_tip=E2=80=99: nsfns.m:2471: warning: pointer targets in assignment differ in = signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/nsmenu.d nsmenu.m nsmenu.m: In function =E2=80=98ns_update_menubar=E2=80=99: nsmenu.m:319: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness nsmenu.m:319: warning: pointer targets in passing argument 2 of = =E2=80=98strcmp=E2=80=99 differ in signedness nsmenu.m:425: warning: pointer targets in passing argument 2 of = =E2=80=98strncmp=E2=80=99 differ in signedness nsmenu.m:445: warning: pointer targets in passing argument 2 of = =E2=80=98strncpy=E2=80=99 differ in signedness nsmenu.m: In function =E2=80=98ns_menu_show=E2=80=99: nsmenu.m:976: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsmenu.m: In function =E2=80=98process_dialog=E2=80=99: nsmenu.m:1550: warning: pointer targets in passing argument 1 of = =E2=80=98addString:row:=E2=80=99 differ in signedness nsmenu.m:1555: warning: pointer targets in passing argument 1 of = =E2=80=98addButton:value:row:=E2=80=99 differ in signedness nsmenu.m: In function =E2=80=98-[EmacsDialogPanel = initFromContents:isQuestion:]=E2=80=99: nsmenu.m:1644: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/nsselect.d nsselect.m nsselect.m: In function =E2=80=98symbol_to_nsstring=E2=80=99: nsselect.m:66: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsselect.m: In function =E2=80=98ns_string_to_pasteboard_internal=E2=80=99= : nsselect.m:154: warning: pointer targets in assignment differ in = signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/nsimage.d nsimage.m nsimage.m: In function =E2=80=98+[EmacsImage allocInitFromFile:]=E2=80=99:= nsimage.m:172: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsimage.m:188: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsimage.m:202: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/nsfont.d nsfont.m nsfont.m: In function =E2=80=98ns_get_family=E2=80=99: nsfont.m:104: warning: pointer targets in passing argument 1 of = =E2=80=98strdup=E2=80=99 differ in signedness nsfont.m: In function =E2=80=98ns_lang_to_script=E2=80=99: nsfont.m:285: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness nsfont.m:289: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness nsfont.m:291: warning: pointer targets in passing argument 1 of = =E2=80=98strcmp=E2=80=99 differ in signedness nsfont.m: In function =E2=80=98ns_otf_to_script=E2=80=99: nsfont.m:305: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfont.m: In function =E2=80=98ns_registry_to_script=E2=80=99: nsfont.m:318: warning: pointer targets in passing argument 1 of = =E2=80=98strlen=E2=80=99 differ in signedness nsfont.m:318: warning: pointer targets in passing argument 1 of = =E2=80=98strncmp=E2=80=99 differ in signedness nsfont.m:321: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfont.m: In function =E2=80=98ns_get_req_script=E2=80=99: nsfont.m:347: warning: pointer targets in passing argument 1 of = =E2=80=98stringWithUTF8String:=E2=80=99 differ in signedness nsfont.m:365: warning: pointer targets in passing argument 1 of = =E2=80=98ns_registry_to_script=E2=80=99 differ in signedness nsfont.m: In function =E2=80=98nsfont_open=E2=80=99: nsfont.m:709: warning: pointer targets in passing argument 2 of = =E2=80=98strncmp=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/fontset.d fontset.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/fringe.d fringe.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/image.d image.c image.c: In function =E2=80=98x_create_bitmap_from_data=E2=80=99: image.c:296: warning: pointer targets in passing argument 1 of = =E2=80=98ns_image_from_XBM=E2=80=99 differ in signedness image.c: In function =E2=80=98x_create_bitmap_from_file=E2=80=99: image.c:356: warning: pointer targets in passing argument 2 of = =E2=80=98strcpy=E2=80=99 differ in signedness image.c: In function =E2=80=98parse_image_spec=E2=80=99: image.c:827: warning: pointer targets in passing argument 2 of = =E2=80=98strcmp=E2=80=99 differ in signedness image.c: In function =E2=80=98x_alloc_image_color=E2=80=99: image.c:1457: warning: pointer targets in passing argument 2 of = =E2=80=98ns_defined_color=E2=80=99 differ in signedness image.c: In function =E2=80=98Create_Pixmap_From_Bitmap_Data=E2=80=99: image.c:2695: warning: pointer targets in passing argument 1 of = =E2=80=98ns_image_from_XBM=E2=80=99 differ in signedness image.c: In function =E2=80=98xbm_load=E2=80=99: image.c:2975: warning: pointer targets in passing argument 1 of = =E2=80=98slurp_file=E2=80=99 differ in signedness image.c:3054: warning: pointer targets in assignment differ in = signedness image.c:3056: warning: pointer targets in assignment differ in = signedness image.c: In function =E2=80=98xpm_put_color_table_h=E2=80=99: image.c:3889: warning: pointer targets in passing argument 1 of = =E2=80=98make_unibyte_string=E2=80=99 differ in signedness image.c: In function =E2=80=98xpm_get_color_table_h=E2=80=99: image.c:3902: warning: pointer targets in passing argument 1 of = =E2=80=98make_unibyte_string=E2=80=99 differ in signedness image.c: In function =E2=80=98xpm_load_image=E2=80=99: image.c:3983: warning: pointer targets in passing argument 1 of = =E2=80=98sscanf=E2=80=99 differ in signedness image.c:4026: warning: pointer targets in passing argument 1 of = =E2=80=98strtok=E2=80=99 differ in signedness image.c:4026: warning: pointer targets in assignment differ in = signedness image.c:4029: warning: pointer targets in passing argument 1 of = =E2=80=98xpm_str_to_color_key=E2=80=99 differ in signedness image.c:4034: warning: pointer targets in assignment differ in = signedness image.c:4038: warning: pointer targets in assignment differ in = signedness image.c:4040: warning: pointer targets in passing argument 1 of = =E2=80=98xpm_str_to_color_key=E2=80=99 differ in signedness image.c:4043: warning: pointer targets in passing argument 1 of = =E2=80=98strlen=E2=80=99 differ in signedness image.c:4049: warning: pointer targets in passing argument 1 of = =E2=80=98build_string=E2=80=99 differ in signedness image.c:4067: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness image.c:4069: warning: pointer targets in passing argument 2 of = =E2=80=98ns_defined_color=E2=80=99 differ in signedness image.c:4076: warning: pointer targets in passing argument 2 of = =E2=80=98xstrcasecmp=E2=80=99 differ in signedness image.c:4078: warning: pointer targets in passing argument 2 of = =E2=80=98ns_defined_color=E2=80=99 differ in signedness image.c: In function =E2=80=98xpm_load=E2=80=99: image.c:4193: warning: pointer targets in passing argument 1 of = =E2=80=98slurp_file=E2=80=99 differ in signedness image.c: In function =E2=80=98pbm_load=E2=80=99: image.c:5254: warning: pointer targets in passing argument 1 of = =E2=80=98slurp_file=E2=80=99 differ in signedness gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/terminfo.d terminfo.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/lastfile.d lastfile.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/prefix-args.d prefix-args.c gcc -I/sw/include -L/sw/lib -Demacs -DHAVE_CONFIG_H -I. = -I/Users/sigve/Desktop/emacs-23.3/src -I/usr/X11R6/include -Dtemacs = -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -arch ppc -MMD -MF = deps/.d prefix-args.o -o prefix-args gcc -I/sw/include -L/sw/lib -prebind -framework AppKit -Xlinker = -headerpad -Xlinker 6C8 -o temacs pre-crt0.o dispnew.o frame.o scroll.o = xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o = chartab.o cm.o term.o terminal.o xfaces.o dbusbind.o emacs.o = keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o = marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o = casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o = editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o = syntax.o unexmacosx.o bytecode.o process.o callproc.o region-cache.o = sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o = md5.o nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o fontset.o = fringe.o image.o terminfo.o lastfile.o -L/sw/lib -ldbus-1 = -lpthread -lncurses =20 /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: warning prebinding = disabled because dependent library: /sw/lib/libdbus-1.3.dylib is not = prebound cd ../lisp; make update-subdirs wd=3D/Users/sigve/Desktop/emacs-23.3/lisp; subdirs=3D`(cd $wd; find . = -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | = */CVS | */CVS/* | */.* | */.*/* | */=3D* | */cedet* ) ;; *) wins=3D"$wins = $wd/$file" ;; esac; done; \ for file in $wins; do \ /Users/sigve/Desktop/emacs-23.3/lisp/../update-subdirs $file; \ done; `/bin/pwd`/temacs --batch --load loadup bootstrap Loading loadup.el (source)... Using load-path (/Users/sigve/Desktop/emacs-23.3/lisp = /Users/sigve/Desktop/emacs-23.3/lisp/emacs-lisp = /Users/sigve/Desktop/emacs-23.3/lisp/language = /Users/sigve/Desktop/emacs-23.3/lisp/international = /Users/sigve/Desktop/emacs-23.3/lisp/textmodes) Loading emacs-lisp/byte-run... Loading emacs-lisp/backquote... Loading subr... Loading version.el (source)... Loading widget... Loading custom... Loading emacs-lisp/map-ynp... Loading cus-start... Loading international/mule... Loading international/mule-conf... Loading env... Loading format... Loading bindings... Loading files... Loading cus-face... Loading faces... Loading minibuffer... Loading button... Loading startup... Loading /Users/sigve/Desktop/emacs-23.3/lisp/loaddefs.el (source)... Loading abbrev... Loading simple... Loading help... Loading jka-cmpr-hook... Loading epa-hook... Loading international/mule-cmds... Loading case-table... Loading international/characters... Loading composite... Loading /Users/sigve/Desktop/emacs-23.3/lisp/international/charprop.el = (source)... Loading language/chinese... Loading language/cyrillic... Loading language/indian... Loading /Users/sigve/Desktop/emacs-23.3/lisp/language/sinhala.el = (source)... Loading /Users/sigve/Desktop/emacs-23.3/lisp/language/english.el = (source)... Loading language/ethiopic... Loading language/european... Loading /Users/sigve/Desktop/emacs-23.3/lisp/language/czech.el = (source)... Loading /Users/sigve/Desktop/emacs-23.3/lisp/language/slovak.el = (source)... Loading /Users/sigve/Desktop/emacs-23.3/lisp/language/romanian.el = (source)... Loading /Users/sigve/Desktop/emacs-23.3/lisp/language/greek.el = (source)... Loading /Users/sigve/Desktop/emacs-23.3/lisp/language/hebrew.el = (source)... Loading /Users/sigve/Desktop/emacs-23.3/lisp/language/japanese.el = (source)... Loading /Users/sigve/Desktop/emacs-23.3/lisp/international/cp51932.el = (source)... Loading /Users/sigve/Desktop/emacs-23.3/lisp/international/eucjp-ms.el = (source)... Loading /Users/sigve/Desktop/emacs-23.3/lisp/language/korean.el = (source)... Loading /Users/sigve/Desktop/emacs-23.3/lisp/language/lao.el (source)... Loading /Users/sigve/Desktop/emacs-23.3/lisp/language/tai-viet.el = (source)... Loading /Users/sigve/Desktop/emacs-23.3/lisp/language/thai.el = (source)... Loading language/tibetan... Loading language/vietnamese... Loading /Users/sigve/Desktop/emacs-23.3/lisp/language/misc-lang.el = (source)... Loading /Users/sigve/Desktop/emacs-23.3/lisp/language/utf-8-lang.el = (source)... Loading /Users/sigve/Desktop/emacs-23.3/lisp/language/georgian.el = (source)... Loading /Users/sigve/Desktop/emacs-23.3/lisp/language/khmer.el = (source)... Loading /Users/sigve/Desktop/emacs-23.3/lisp/language/burmese.el = (source)... Loading /Users/sigve/Desktop/emacs-23.3/lisp/language/cham.el = (source)... Loading indent... Loading window... Loading frame... Loading term/tty-colors... Loading font-core... Loading facemenu... Loading emacs-lisp/syntax... Loading font-lock... Loading jit-lock... Loading mouse... Loading scroll-bar... Loading select... Loading emacs-lisp/timer... Loading isearch... Loading rfn-eshadow... Loading menu-bar... Loading /Users/sigve/Desktop/emacs-23.3/lisp/paths.el (source)... Loading emacs-lisp/lisp... Loading textmodes/page... Loading register... Loading textmodes/paragraphs... Loading emacs-lisp/lisp-mode... Loading textmodes/text-mode... Loading textmodes/fill... Loading replace... Loading buff-menu... Loading fringe... Loading image... Loading international/fontset... Loading dnd... Loading tool-bar... Loading emacs-lisp/easymenu... Loading term/ns-win... Loading mwheel... Loading emacs-lisp/float-sup... Loading vc-hooks... Loading ediff-hook... Loading tooltip... Finding pointers to doc strings... Finding pointers to doc strings...done Dumping under the name emacs --- List of All Regions --- address size prot maxp 0 0x1000 none none 0x1000 0x318000 r x rwx=20 0x319000 0x1c9000 rw rwx=20 0x4e2000 0x43000 rw rwx=20 0x525000 0x2000 rw rwx=20 0x527000 0x3a000 r rwx=20 0x561000 0x38000 r x rwx=20 0x599000 0x3000 rw rwx=20 0x59c000 0xe000 r rwx=20 0x5aa000 0x4000 rw rwx=20 0x5ae000 0xb000 rw rwx=20 0x5b9000 0x10000 rw rwx=20 0x5c9000 0x19000 rw rwx=20 0x5e2000 0x1a000 rw rwx=20 0x5fc000 0x1000 r rw =20 0x5fd000 0x1000 r rw =20 0x5fe000 0x1000 rw rwx=20 0x600000 0x105000 rw rwx=20 0x705000 0x31000 r x rwx=20 0x736000 0x1000 rw rwx=20 0x737000 0x89000 r rwx=20 0x7c0000 0x1e000 rw rwx=20 0x7de000 0x1f000 rw rwx=20 0x7fd000 0x1000 rw rw =20 0x7fe000 0x1000 rw rwx=20 0x7ff000 0x1000 r r =20 0x800000 0x808000 rw rwx=20 0x1008000 0xef000 r x rwx=20 0x10f7000 0x5000 rw rwx=20 0x10fc000 0x9000 rw rwx=20 0x1105000 0x1e000 r rwx=20 0x1123000 0x1e000 rw rwx=20 0x1141000 0x1e000 rw rwx=20 0x115f000 0x1e000 rw rwx=20 0x117d000 0x1d000 rw rwx=20 0x119a000 0x5000 rw rwx=20 0x119f000 0x20000 rw rwx=20 0x11e0000 0x1e000 rw rwx=20 0x11ff000 0x1000 rw rwx=20 0x1200000 0x105000 rw rwx=20 0x1305000 0x400000 rw rwx=20 --- List of Regions to be Dumped --- address size prot maxp 0 0x1000 none none 0x1000 0x318000 r x rwx=20 0x319000 0x20e000 rw rwx=20 0x527000 0x3a000 r rwx=20 0x561000 0x38000 r x rwx=20 0x599000 0x3000 rw rwx=20 0x59c000 0xe000 r rwx=20 0x5aa000 0x52000 rw rwx=20 0x5fc000 0x2000 r rw =20 0x5fe000 0x1000 rw rwx=20 0x600000 0x105000 rw rwx=20 0x705000 0x31000 r x rwx=20 0x736000 0x1000 rw rwx=20 0x737000 0x89000 r rwx=20 0x7c0000 0x3d000 rw rwx=20 0x7fd000 0x1000 rw rw =20 0x7fe000 0x1000 rw rwx=20 0x7ff000 0x1000 r r =20 0x800000 0x808000 rw rwx=20 0x1008000 0xef000 r x rwx=20 0x10f7000 0xe000 rw rwx=20 0x1105000 0x1e000 r rwx=20 0x1123000 0x9c000 rw rwx=20 0x11e0000 0x1e000 rw rwx=20 0x11ff000 0x506000 rw rwx=20 --- Header Information --- Magic =3D 0xfeedface CPUType =3D 18 CPUSubType =3D 0 FileType =3D 0x2 NCmds =3D 14 SizeOfCmds =3D 3100 Flags =3D 0x00002085 Highest address of load commands in input file: 0x561000 Lowest offset of all sections in __TEXT segment: 0x1a20 --- List of Load Commands in Input File --- # cmd cmdsize name address size 0 LC_SEGMENT 56 __PAGEZERO 0 0x1000 1 LC_SEGMENT 668 __TEXT 0x1000 0x318000 __text 0x2a20 0x2fadf4 __symbol_stub 0x2fd814 0 __picsymbol_stub 0x2fd814 0 __symbol_stub1 0x2fd820 0x30 __cstring 0x2fd850 0x18c84 __picsymbolstub1 0x3164e0 0x25e0 __literal8 0x318ac0 0x158 __const 0x318c18 0x33c __literal4 0x318f54 0x94 2 LC_SEGMENT 532 __DATA 0x319000 0x20c000 __data 0x319000 0x1c581c __nl_symbol_ptr 0x4de81c 0x1908 __la_symbol_ptr 0x4e0124 0x4c4 __dyld 0x4e05e8 0x8 __const 0x4e05f0 0xeb0 __bss 0x4e14a0 0x379a0 __common 0x518e40 0xb930 3 LC_SEGMENT 1212 __OBJC 0x525000 0x2000 __cat_cls_meth 0x525000 0x20 __cat_inst_meth 0x525020 0x88 __string_object 0x5250a8 0 __cstring_object 0x5250a8 0x2a0 __message_refs 0x525348 0x758 __sel_fixup 0x525aa0 0 __cls_refs 0x525aa0 0xf8 __class 0x525b98 0x2a0 __meta_class 0x525e38 0x2a0 __cls_meth 0x5260d8 0x28 __inst_meth 0x526100 0x82c __protocol 0x52692c 0x28 __category 0x526954 0 __class_vars 0x526954 0 __instance_vars 0x526954 0x27c __module_info 0x526bd0 0x60 __symbols 0x526c30 0x74 4 LC_SEGMENT 56 __LINKEDIT 0x527000 0x3a000 5 LC_LOAD_DYLINKER 28 6 LC_LOAD_DYLIB 88 7 LC_LOAD_DYLIB 52 8 LC_LOAD_DYLIB 52 9 LC_LOAD_DYLIB 60 10 LC_SYMTAB 24 11 LC_DYSYMTAB 80 12 LC_TWOLEVEL_HINTS 16 13 LC_UNIXTHREAD 176 0x2200000 (sz: 0x4004/ 0x5000) 0x2100000 (sz: 0x100000/0x100000) 0x2400000 (sz: 0x3baf/ 0x5000) 0x2300000 (sz: 0xdd530/0x100000) 0x3000000 (sz: 0x475c/ 0x8000) 0x2800000 (sz: 0x475a00/0x800000) 0x5f7000 (sz: 0x3fff/ 0x5000) 0x11ea000 (sz: 0x3fff/ 0x5000) 0x11e5000 (sz: 0x3fff/ 0x5000) 0x5f2000 (sz: 0x3fff/ 0x5000) 0x7ef000 (sz: 0xd482/ 0xe000) 0x11e0000 (sz: 0x3fff/ 0x5000) 0x5ed000 (sz: 0x3fff/ 0x5000) 0x7ea000 (sz: 0x3fff/ 0x5000) 0x5e2000 (sz: 0xaa03/ 0xb000) 0x7de000 (sz: 0xbf43/ 0xc000) 0x5dd000 (sz: 0x3fff/ 0x5000) 0x7d9000 (sz: 0x3fff/ 0x5000) 0x7d4000 (sz: 0x3fff/ 0x5000) 0x7cf000 (sz: 0x3fff/ 0x5000) 0x7ca000 (sz: 0x3fff/ 0x5000) 0x7c5000 (sz: 0x3fff/ 0x5000) 0x7c0000 (sz: 0x3fff/ 0x5000) 0x119a000 (sz: 0x3fff/ 0x5000) 0x1195000 (sz: 0x3fff/ 0x5000) 0x1190000 (sz: 0x3fff/ 0x5000) 0x118b000 (sz: 0x3fff/ 0x5000) 0x1184000 (sz: 0x6122/ 0x7000) 0x117d000 (sz: 0x6116/ 0x7000) 0x1178000 (sz: 0x3fff/ 0x5000) 0x1173000 (sz: 0x3fff/ 0x5000) 0x116e000 (sz: 0x3fff/ 0x5000) 0x1169000 (sz: 0x3fff/ 0x5000) 0x1164000 (sz: 0x3fff/ 0x5000) 0x115f000 (sz: 0x3fff/ 0x5000) 0x115a000 (sz: 0x3fff/ 0x5000) 0x1155000 (sz: 0x3fff/ 0x5000) 0x1150000 (sz: 0x3fff/ 0x5000) 0x1746000 (sz: 0x3fff/ 0x5000) 0x114b000 (sz: 0x3fff/ 0x5000) 0x1741000 (sz: 0x3fff/ 0x5000) 0x1146000 (sz: 0x3fff/ 0x5000) 0x173c000 (sz: 0x3fff/ 0x5000) 0x1141000 (sz: 0x3fff/ 0x5000) 0x1737000 (sz: 0x3fff/ 0x5000) 0x113c000 (sz: 0x3fff/ 0x5000) 0x1732000 (sz: 0x3fff/ 0x5000) 0x1137000 (sz: 0x3fff/ 0x5000) 0x172d000 (sz: 0x3fff/ 0x5000) 0x1728000 (sz: 0x3fff/ 0x5000) 0x1723000 (sz: 0x3fff/ 0x5000) 0x1128000 (sz: 0xdc7b/ 0xf000) 0x171e000 (sz: 0x3fff/ 0x5000) 0x1123000 (sz: 0x3fff/ 0x5000) 0x1719000 (sz: 0x3fff/ 0x5000) 0x1714000 (sz: 0x3fff/ 0x5000) 0x170f000 (sz: 0x3fff/ 0x5000) 0x170a000 (sz: 0x3fff/ 0x5000) 0x1705000 (sz: 0x3fff/ 0x5000) 0x11f9000 (sz: 0x3fff/ 0x5000) 0x11f4000 (sz: 0x3fff/ 0x5000) 0x17eb000 (sz: 0x3fff/ 0x5000) 0x11ef000 (sz: 0x3fff/ 0x5000) --- Load Commands written to Output File --- Writing segment __PAGEZERO @ 0 ( 0/ 0x1000 @ = 0) Writing segment __TEXT @ 0 (0x318000/0x318000 @ = 0x1000) Writing segment __DATA @ 0x318000 (0x20c000/0x20c000 @ = 0x319000) section __data at 0x318000 - 0x4dd81c (sz: 0x1c581c) section __nl_symbol_ptr at 0x4dd81c - 0x4df124 (sz: 0x1908) section __la_symbol_ptr at 0x4df124 - 0x4df5e8 (sz: 0x4c4) section __dyld at 0x4df5e8 - 0x4df5f0 (sz: 0x8) section __const at 0x4df5f0 - 0x4e04a0 (sz: 0xeb0) section __bss at 0x4e04a0 - 0x517e40 (sz: 0x379a0) section __common at 0x517e40 - 0x523770 (sz: 0xb930) Writing segment __DATA @ 0x524000 ( 0x1dfff/ 0x1f000 @ = 0x5dd000) Writing segment __DATA @ 0x542000 ( 0x3c482/ 0x3d000 @ = 0x7c0000) Writing segment __DATA @ 0x57f000 ( 0x7afff/ 0x7c000 @ = 0x1123000) Writing segment __DATA @ 0x5fa000 ( 0x1cfff/ 0x1e000 @ = 0x11e0000) Writing segment __DATA @ 0x617000 ( 0x44fff/ 0x46000 @ = 0x1705000) Writing segment __DATA @ 0x65c000 ( 0x3fff/ 0x5000 @ = 0x17eb000) Writing segment __DATA @ 0x660000 (0x104004/0x105000 @ = 0x2100000) Writing segment __DATA @ 0x765000 ( 0xdd530/0x100000 @ = 0x2300000) Writing segment __DATA @ 0x843000 ( 0x3baf/ 0x5000 @ = 0x2400000) Writing segment __DATA @ 0x847000 (0x475a00/0x800000 @ = 0x2800000) Writing segment __DATA @ 0xcbd000 ( 0x475c/ 0x8000 @ = 0x3000000) Writing segment __OBJC @ 0xcc2000 ( 0x2000/ 0x2000 @ = 0x525000) Writing segment __LINKEDIT @ 0xcc4000 ( 0x39c60/ 0x3a000 @ = 0x527000) Writing LC_LOAD_DYLINKER command Writing LC_LOAD_DYLIB command Writing LC_LOAD_DYLIB command Writing LC_LOAD_DYLIB command Writing LC_LOAD_DYLIB command Writing LC_SYMTAB command Fixed up 0/56 external relocation entries in data segment. Writing LC_DYSYMTAB command Writing LC_TWOLEVEL_HINTS command Writing LC_UNIXTHREAD command 2944 unused bytes follow Mach-O header 40895 pure bytes used mv -f emacs bootstrap-emacs cd ../lisp; make compile-first EMACS=3D../src/bootstrap-emacs make[2]: Nothing to be done for `compile-first'. cd ../lisp; make autoloads EMACS=3D../src/bootstrap-emacs chmod +w /Users/sigve/Desktop/emacs-23.3/lisp/ps-print.el = /Users/sigve/Desktop/emacs-23.3/lisp/emulation/tpu-edt.el \ /Users/sigve/Desktop/emacs-23.3/lisp/emacs-lisp/cl-loaddefs.el = /Users/sigve/Desktop/emacs-23.3/lisp/mail/rmail.el \ /Users/sigve/Desktop/emacs-23.3/lisp/dired.el = /Users/sigve/Desktop/emacs-23.3/lisp/ibuffer.el wd=3D/Users/sigve/Desktop/emacs-23.3/lisp; subdirs=3D`(cd $wd; find . = -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | = */CVS | */CVS/* | */.* | */.*/* | */=3D* | */obsolete | */term ) ;; *) = wins=3D"$wins $wd/$file" ;; esac; done; \ echo Directories: $wins; \ EMACSLOADPATH=3D/Users/sigve/Desktop/emacs-23.3/lisp LC_ALL=3DC = ../src/bootstrap-emacs -batch --no-site-file --multibyte -l autoload = --eval '(setq generated-autoload-file = "/Users/sigve/Desktop/emacs-23.3/lisp/loaddefs.el")' -f = batch-update-autoloads $wins Directories: /Users/sigve/Desktop/emacs-23.3/lisp/. = /Users/sigve/Desktop/emacs-23.3/lisp/./calc = /Users/sigve/Desktop/emacs-23.3/lisp/./calendar = /Users/sigve/Desktop/emacs-23.3/lisp/./cedet = /Users/sigve/Desktop/emacs-23.3/lisp/./cedet/ede = /Users/sigve/Desktop/emacs-23.3/lisp/./cedet/semantic = /Users/sigve/Desktop/emacs-23.3/lisp/./cedet/semantic/analyze = /Users/sigve/Desktop/emacs-23.3/lisp/./cedet/semantic/bovine = /Users/sigve/Desktop/emacs-23.3/lisp/./cedet/semantic/decorate = /Users/sigve/Desktop/emacs-23.3/lisp/./cedet/semantic/symref = /Users/sigve/Desktop/emacs-23.3/lisp/./cedet/semantic/wisent = /Users/sigve/Desktop/emacs-23.3/lisp/./cedet/srecode = /Users/sigve/Desktop/emacs-23.3/lisp/./emacs-lisp = /Users/sigve/Desktop/emacs-23.3/lisp/./emulation = /Users/sigve/Desktop/emacs-23.3/lisp/./erc = /Users/sigve/Desktop/emacs-23.3/lisp/./eshell = /Users/sigve/Desktop/emacs-23.3/lisp/./gnus = /Users/sigve/Desktop/emacs-23.3/lisp/./international = /Users/sigve/Desktop/emacs-23.3/lisp/./language = /Users/sigve/Desktop/emacs-23.3/lisp/./mail = /Users/sigve/Desktop/emacs-23.3/lisp/./mh-e = /Users/sigve/Desktop/emacs-23.3/lisp/./net = /Users/sigve/Desktop/emacs-23.3/lisp/./nxml = /Users/sigve/Desktop/emacs-23.3/lisp/./org = /Users/sigve/Desktop/emacs-23.3/lisp/./play = /Users/sigve/Desktop/emacs-23.3/lisp/./progmodes = /Users/sigve/Desktop/emacs-23.3/lisp/./textmodes = /Users/sigve/Desktop/emacs-23.3/lisp/./url Saving file /Users/sigve/Desktop/emacs-23.3/lisp/loaddefs.el... Failure in loading charset map: JISX0208 make[2]: *** [autoloads] Error 255 make[1]: *** [/Users/sigve/Desktop/emacs-23.3/src/../lisp/loaddefs.el] = Error 2 make: *** [src] Error 2 ~/Desktop/emacs-23.3 sigve$=20 --Apple-Mail-2--617539502 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=WINDOWS-1252; format=flowed -- =96 Sigve --Apple-Mail-2--617539502-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 01 21:01:41 2011 Received: (at 6401) by debbugs.gnu.org; 2 Jul 2011 01:01:41 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qcoab-0000eB-3b for submit@debbugs.gnu.org; Fri, 01 Jul 2011 21:01:41 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcoaY-0000dy-3M for 6401@debbugs.gnu.org; Fri, 01 Jul 2011 21:01:38 -0400 Received: from localhost ([127.0.0.1]:53694) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcoaR-0008A5-No; Fri, 01 Jul 2011 21:01:31 -0400 From: Glenn Morris To: Sigve Berge Hofland Subject: Re: bug#6401: References: <3ECA75E7-611F-4D2A-B6B9-C0FEC96D1070@hofland.no> X-Spook: Albanian bomb Israel kilo class quarter CID Area 51 JFK X-Ran: OxCVD8Yln&F@-~omk<:I+>=cEck#{nv.Fq<>{+gEXx/>}vjWNoe2k{,`K)VdSJ`NKyMsIl X-Hue: white X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 01 Jul 2011 21:01:31 -0400 Message-ID: <3tk4c1wl5g.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 6401 Cc: 6401@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Sigve Berge Hofland wrote: > The same error occurs in version 23.3: > >> Saving file ..../emacs-23.3/lisp/loaddefs.el... >> Failure in loading charset map: JISX0208 >> make[2]: *** [autoloads] Error 255 >> make[1]: *** [..../emacs-23.3/src/../lisp/loaddefs.el] Error 2 I'm sorry that you can't build Emacs. I doubt the following is going to help, but: It looks like you manage to build an emacs binary, but then fail compiling some files. 1) Does the bootstrap-emacs start? ./src/bootstrap-emacs -Q 2) If it starts, what is the value of `charset-map-path'? Does the specified directory exist? Is it readable? Does it contain JISX0208.map? Is it readable? Failing that, you might try putting a breakpoint in load_charset_map_from_file in charset.c to see if you can see why it fails. From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 21 15:10:02 2011 Received: (at 6401-quiet) by debbugs.gnu.org; 21 Jul 2011 19:10:02 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QjydG-000871-IQ for submit@debbugs.gnu.org; Thu, 21 Jul 2011 15:10:02 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QjydF-00086h-9O for 6401-quiet@debbugs.gnu.org; Thu, 21 Jul 2011 15:10:01 -0400 Received: from localhost ([127.0.0.1]:44767) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qjyd8-0004RE-R6; Thu, 21 Jul 2011 15:09:54 -0400 From: Glenn Morris To: 6401-quiet@debbugs.gnu.org Subject: Re: bug#6401: References: <3ECA75E7-611F-4D2A-B6B9-C0FEC96D1070@hofland.no> <3tk4c1wl5g.fsf@fencepost.gnu.org> X-Spook: espionage Ruby Ridge Firewalls Etacs 9/11 Islam X-Ran: ),K}XV2XS{.]opQ6QfY3~GoW_3l)T/\^e,-R'=y (Glenn Morris's message of "Fri, 01 Jul 2011 21:01:31 -0400") Message-ID: <38d3h34fi5.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 6401-quiet X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Comment from bug#9132: > Failure in loading charset map: GB2312 This comes from charset.c, FWIW, and the reason is a failed call to `fopen'. It would be good to know the errno value for that failure, and also the value of Vcharset_map_path. Could it be that your system runs out of available file handles? I didn't see such problems since the old DOS days, but what else can explain this? From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 21 02:21:29 2011 Received: (at 6401) by debbugs.gnu.org; 21 Nov 2011 07:21:30 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSOBz-0003jM-Mp for submit@debbugs.gnu.org; Mon, 21 Nov 2011 02:21:29 -0500 Received: from tenkan.org ([216.114.78.229]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSJiq-0004n5-Rk for 6401@debbugs.gnu.org; Sun, 20 Nov 2011 21:35:05 -0500 Received: from [10.0.0.255] (c-24-5-122-5.hsd1.ca.comcast.net [24.5.122.5]) by tenkan.org (Postfix) with ESMTPSA id 75F0016F4062 for <6401@debbugs.gnu.org>; Mon, 21 Nov 2011 02:33:43 +0000 (UTC) From: "Tim Daly Jr." Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: bug#6401: Date: Sun, 20 Nov 2011 18:33:50 -0800 Message-Id: <822479C3-8B02-4BD7-AB56-C5D7DD31D9D6@tenkan.org> To: 6401@debbugs.gnu.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 6401 X-Mailman-Approved-At: Mon, 21 Nov 2011 02:21:26 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) I had the same problem. Here's what seems to be going on: charset.c is looking in Vdata_directory/charsets. Vdata_directory gets set in callproc.c: char *data_dir =3D egetenv ("EMACSDATA"); ... Vdata_directory =3D Ffile_name_as_directory (build_string (data_dir ? data_dir : PATH_DATA)); I ran make from a shell buffer inside a carbon emacs process. = EMACSDATA, as well as several other such variables, are set: $ env |grep ^EMACS EMACSDATA=3D/Applications/Emacs.app/Contents/Resources/etc = EMACSPATH=3D/Applications/Emacs.app/Contents/MacOS/libexec:/Applications/E= macs.app/Contents/MacOS/bin EMACS=3Dt = EMACSLOADPATH=3D/Applications/Emacs.app/Contents/Resources/site-lisp:/Appl= ications/Emacs.app/Contents/Resources/lisp:/Applications/Emacs.app/Content= s/Resources/leim EMACSDOC=3D/Applications/Emacs.app/Contents/Resources/etc I unset EMACSDATA (and a few others, for the heck of it), and the build = succeeded. Cheers, Tim= From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 21 18:32:48 2011 Received: (at 6401) by debbugs.gnu.org; 21 Nov 2011 23:32:48 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSdLw-0004wW-7v for submit@debbugs.gnu.org; Mon, 21 Nov 2011 18:32:48 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSdLp-0004wL-TD for 6401@debbugs.gnu.org; Mon, 21 Nov 2011 18:32:42 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RSdKY-00073E-VK; Mon, 21 Nov 2011 18:31:19 -0500 From: Glenn Morris To: "Tim Daly Jr." Subject: Re: bug#6401: References: <3ECA75E7-611F-4D2A-B6B9-C0FEC96D1070@hofland.no> <822479C3-8B02-4BD7-AB56-C5D7DD31D9D6@tenkan.org> X-Spook: RSA Janet Reno bank cybercash Dateline Ansar al-Islam DRM X-Ran: :\w_`qJ2:-!a^2/{xpIG)6\>1tDXsP'L'pmYRJ6'3YSZ{JW#3/,vWm*6ot!jZ~,pt?g_X. X-Hue: black X-Debbugs-No-Ack: yes X-Attribution: GM Date: Mon, 21 Nov 2011 18:31:18 -0500 In-Reply-To: <822479C3-8B02-4BD7-AB56-C5D7DD31D9D6@tenkan.org> (Tim Daly, Jr.'s message of "Sun, 20 Nov 2011 18:33:50 -0800") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 6401 Cc: 6401@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) "Tim Daly Jr." wrote: > I ran make from a shell buffer inside a carbon emacs process. > EMACSDATA, as well as several other such variables, are set: Thanks for adding that comment, that would definitely explain it. Although IIUC this particular issue would only occur if building Emacs 23+ from inside Emacs 22, and the OP did not mention that he was doing that, so it might not be the same issue. If it is this issue, I don't know what to do about it. It came up before in the context of the MS Windows port: http://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00432.html I don't know if a solution was ever found for that. From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 22 00:40:14 2011 Received: (at 6401) by debbugs.gnu.org; 22 Nov 2011 05:40:14 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSj5Z-0006Tn-MD for submit@debbugs.gnu.org; Tue, 22 Nov 2011 00:40:14 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSj5W-0006Te-1I for 6401@debbugs.gnu.org; Tue, 22 Nov 2011 00:40:11 -0500 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RSj4F-0006cf-9s; Tue, 22 Nov 2011 00:38:51 -0500 Date: Tue, 22 Nov 2011 00:38:51 -0500 Message-Id: From: Eli Zaretskii To: Glenn Morris In-reply-to: (message from Glenn Morris on Mon, 21 Nov 2011 18:31:18 -0500) Subject: Re: bug#6401: References: <3ECA75E7-611F-4D2A-B6B9-C0FEC96D1070@hofland.no> <822479C3-8B02-4BD7-AB56-C5D7DD31D9D6@tenkan.org> X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: 6401 Cc: 6401@debbugs.gnu.org, tim@tenkan.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) > From: Glenn Morris > Date: Mon, 21 Nov 2011 18:31:18 -0500 > Cc: 6401@debbugs.gnu.org > > If it is this issue, I don't know what to do about it. It came up before > in the context of the MS Windows port: > > http://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00432.html > > I don't know if a solution was ever found for that. No solution was found, because I, like you, don't know what to do about it. Emacs has no way of knowing whether EMACSDATA etc. is set for it or for some other Emacs. So it cannot remove it from the environment when running subprocesses. Maybe someone could come up with some clever idea. From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 22 02:50:52 2011 Received: (at 6401) by debbugs.gnu.org; 22 Nov 2011 07:50:52 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSl7z-0001O6-Gw for submit@debbugs.gnu.org; Tue, 22 Nov 2011 02:50:51 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSl7x-0001Nz-R3 for 6401@debbugs.gnu.org; Tue, 22 Nov 2011 02:50:50 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RSl6g-00050U-Gg; Tue, 22 Nov 2011 02:49:30 -0500 From: Glenn Morris To: Eli Zaretskii Subject: Re: bug#6401: References: <3ECA75E7-611F-4D2A-B6B9-C0FEC96D1070@hofland.no> <822479C3-8B02-4BD7-AB56-C5D7DD31D9D6@tenkan.org> X-Spook: JUWTF Saudi Arabia unclassified Mena oil fundamentalist X-Ran: fPT#hZ*{[@6S#v^$R%iPXdWCu%:)sBHvx#$7]>]HE`%ziJc.>Ab|SU|fJ"1F;.3[KqTN+: X-Hue: blue X-Debbugs-No-Ack: yes X-Attribution: GM Date: Tue, 22 Nov 2011 02:49:30 -0500 In-Reply-To: (Eli Zaretskii's message of "Tue, 22 Nov 2011 00:38:51 -0500") Message-ID: <2cmxboiol1.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 6401 Cc: 6401@debbugs.gnu.org, tim@tenkan.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Eli Zaretskii wrote: >> http://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00432.html >> >> I don't know if a solution was ever found for that. > > No solution was found, because I, like you, don't know what to do > about it. Emacs has no way of knowing whether EMACSDATA etc. is set > for it or for some other Emacs. So it cannot remove it from the > environment when running subprocesses. Maybe someone could come up > with some clever idea. If all else fails, we can at least write a PROBLEMS entry. Why does a --with-ns build actually need to set these env-vars for child processes? Could they specifically be unset in spawned M-x shells? Similar to the suggestion in emacs-devel, could configure unset $EMACSDATA if $EMACS is set (which indicates it is running from an Emacs shell)? Under what circusmtances would one want to set EMACSDATA when building Emacs? Or could we replace the env-var with a --with-emacsdata argument to configure instead? Then people who need the functionality can still access it, and people who don't won't inadvertently get affected by it. From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 22 03:38:15 2011 Received: (at 6401) by debbugs.gnu.org; 22 Nov 2011 08:38:15 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSlrr-0002Sp-NX for submit@debbugs.gnu.org; Tue, 22 Nov 2011 03:38:15 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSlrq-0002Si-2E for 6401@debbugs.gnu.org; Tue, 22 Nov 2011 03:38:14 -0500 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RSlqX-00087N-22; Tue, 22 Nov 2011 03:36:53 -0500 Date: Tue, 22 Nov 2011 03:36:53 -0500 Message-Id: From: Eli Zaretskii To: Glenn Morris In-reply-to: <2cmxboiol1.fsf@fencepost.gnu.org> (message from Glenn Morris on Tue, 22 Nov 2011 02:49:30 -0500) Subject: Re: bug#6401: References: <3ECA75E7-611F-4D2A-B6B9-C0FEC96D1070@hofland.no> <822479C3-8B02-4BD7-AB56-C5D7DD31D9D6@tenkan.org> <2cmxboiol1.fsf@fencepost.gnu.org> X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: 6401 Cc: 6401@debbugs.gnu.org, tim@tenkan.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) > From: Glenn Morris > Cc: tim@tenkan.org, 6401@debbugs.gnu.org > Date: Tue, 22 Nov 2011 02:49:30 -0500 > > Why does a --with-ns build actually need to set these env-vars for child > processes? > Could they specifically be unset in spawned M-x shells? How will Emacs know that these variables weren't set by the parent shell? > Similar to the suggestion in emacs-devel, could configure unset > $EMACSDATA if $EMACS is set (which indicates it is running from an Emacs > shell)? Under what circusmtances would one want to set EMACSDATA when > building Emacs? Building Emacs is just one use case, even if we find a solution for it. The problem is much broader: Emacs running as a child of another Emacs gets EMACSDATA etc. variables that could well point to a wrong place, because they were set by a different Emacs version. From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 22 12:31:27 2011 Received: (at 6401) by debbugs.gnu.org; 22 Nov 2011 17:31:27 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSuBm-0007MP-M0 for submit@debbugs.gnu.org; Tue, 22 Nov 2011 12:31:25 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSuBk-0007MF-6O for 6401@debbugs.gnu.org; Tue, 22 Nov 2011 12:31:20 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RSuAQ-0002TP-KH; Tue, 22 Nov 2011 12:29:58 -0500 From: Glenn Morris To: Eli Zaretskii Subject: Re: bug#6401: References: <3ECA75E7-611F-4D2A-B6B9-C0FEC96D1070@hofland.no> <822479C3-8B02-4BD7-AB56-C5D7DD31D9D6@tenkan.org> <2cmxboiol1.fsf@fencepost.gnu.org> X-Spook: Mafia RSA Nazi global bemd Guantanamo kilderkin AUTODIN X-Ran: rGQoR<2C644Y`"]Q@}~bEf685VcR:v[HBm6rO3e2uCx~J,@#z$AmQVL2Q{J]ry>tlKn};W X-Hue: black X-Debbugs-No-Ack: yes X-Attribution: GM Date: Tue, 22 Nov 2011 12:29:58 -0500 In-Reply-To: (Eli Zaretskii's message of "Tue, 22 Nov 2011 03:36:53 -0500") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 6401 Cc: 6401@debbugs.gnu.org, tim@tenkan.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Eli Zaretskii wrote: >> Why does a --with-ns build actually need to set these env-vars for child >> processes? >> Could they specifically be unset in spawned M-x shells? > > How will Emacs know that these variables weren't set by the parent > shell? I'm ignorant of all this. What do child processes of Emacs need these variables for? Can you give me one example of something I might want to run inside an emacs M-x shell buffer that needs to know EMACSDATA? It's not set in shells spawned by a GNU/Linux build. Also, don't you get a clear error about the charsets directory not being found if EMACSDATA is wrong (from init_charset), rather than a failue to load some particular charset? Which makes me think this is probably not the problem the OP was having anyway... From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 22 12:34:16 2011 Received: (at 6401) by debbugs.gnu.org; 22 Nov 2011 17:34:16 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSuEa-0007Qf-9p for submit@debbugs.gnu.org; Tue, 22 Nov 2011 12:34:16 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSuEX-0007QV-I2 for 6401@debbugs.gnu.org; Tue, 22 Nov 2011 12:34:14 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RSuDC-0002oW-8S; Tue, 22 Nov 2011 12:32:50 -0500 From: Glenn Morris To: Eli Zaretskii Subject: Re: bug#6401: References: <3ECA75E7-611F-4D2A-B6B9-C0FEC96D1070@hofland.no> <822479C3-8B02-4BD7-AB56-C5D7DD31D9D6@tenkan.org> <2cmxboiol1.fsf@fencepost.gnu.org> X-Spook: CISU Merlin Bletchley Park Marxist basement PGP X-Ran: yEiqG$5dqfgPH6^M-|@UaO9zV)>#Z:+rY/_`=9Fav:E{T9|u{Pi}C\Le*X=NjPs?LM" (Eli Zaretskii's message of "Tue, 22 Nov 2011 03:36:53 -0500") Message-ID: <5kmxbovz9a.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 6401 Cc: 6401@debbugs.gnu.org, tim@tenkan.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Eli Zaretskii wrote: > Building Emacs is just one use case, even if we find a solution for > it. The problem is much broader: Emacs running as a child of another > Emacs gets EMACSDATA etc. variables that could well point to a wrong > place, because they were set by a different Emacs version. But I would imagine that building Emacs from inside Emacs accounts for the majority of cases where Emacs is run as a child of another Emacs. (I can't think of any other reason one would want to do it.) From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 22 12:41:43 2011 Received: (at 6401) by debbugs.gnu.org; 22 Nov 2011 17:41:43 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSuLl-0007d5-Q4 for submit@debbugs.gnu.org; Tue, 22 Nov 2011 12:41:42 -0500 Received: from tenkan.org ([216.114.78.229]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSuFx-0007Sf-AY for 6401@debbugs.gnu.org; Tue, 22 Nov 2011 12:35:42 -0500 Received: from [10.0.0.255] (c-24-5-122-5.hsd1.ca.comcast.net [24.5.122.5]) by tenkan.org (Postfix) with ESMTPSA id 4BB2416F4062; Tue, 22 Nov 2011 17:34:15 +0000 (UTC) Subject: Re: bug#6401: Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: "Tim Daly Jr." In-Reply-To: Date: Tue, 22 Nov 2011 09:34:17 -0800 Content-Transfer-Encoding: 7bit Message-Id: <4B5357E6-24F4-402C-B631-C8AA60C39000@tenkan.org> References: <3ECA75E7-611F-4D2A-B6B9-C0FEC96D1070@hofland.no> <822479C3-8B02-4BD7-AB56-C5D7DD31D9D6@tenkan.org> <2cmxboiol1.fsf@fencepost.gnu.org> To: Glenn Morris X-Mailer: Apple Mail (2.1084) X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 6401 X-Mailman-Approved-At: Tue, 22 Nov 2011 12:41:39 -0500 Cc: 6401@debbugs.gnu.org, Eli Zaretskii X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) On Nov 22, 2011, at 9:29 AM, Glenn Morris wrote: > > I'm ignorant of all this. What do child processes of Emacs need these > variables for? Can you give me one example of something I might want to > run inside an emacs M-x shell buffer that needs to know EMACSDATA? It's > not set in shells spawned by a GNU/Linux build. > > Also, don't you get a clear error about the charsets directory not being > found if EMACSDATA is wrong (from init_charset), rather than a failue to > load some particular charset? Which makes me think this is probably not > the problem the OP was having anyway... It's a warning: dir_warning ("Error: charsets directory (%s) does not exist.\n\ Emacs will not function correctly without the character map files.\n\ Please check your installation!\n", tempdir); /* TODO should this be a fatal error? (Bug#909) */ what actually stopped my build was an error about loading that JIS charset. -tim From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 22 12:43:58 2011 Received: (at 6401) by debbugs.gnu.org; 22 Nov 2011 17:43:58 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSuNx-0007h0-G5 for submit@debbugs.gnu.org; Tue, 22 Nov 2011 12:43:57 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSuNv-0007gt-Gm for 6401@debbugs.gnu.org; Tue, 22 Nov 2011 12:43:56 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RSuMb-0003r5-Dr; Tue, 22 Nov 2011 12:42:33 -0500 From: Glenn Morris To: Eli Zaretskii Subject: Re: bug#6401: References: <3ECA75E7-611F-4D2A-B6B9-C0FEC96D1070@hofland.no> <822479C3-8B02-4BD7-AB56-C5D7DD31D9D6@tenkan.org> <2cmxboiol1.fsf@fencepost.gnu.org> X-Spook: Yukon World Trade Center assassinate ASLET import X-Ran: VAdNts@U/RWBB;%Lm6v-JYKc*?(cmB=NZ^H>k^(qXqq*TT:{fGF#]J$uM<>!qcW";M/s1Q X-Hue: black X-Debbugs-No-Ack: yes X-Attribution: GM Date: Tue, 22 Nov 2011 12:42:33 -0500 In-Reply-To: (Glenn Morris's message of "Tue, 22 Nov 2011 12:29:58 -0500") Message-ID: <4taa7o9hpy.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 6401 Cc: 6401@debbugs.gnu.org, tim@tenkan.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Glenn Morris wrote: > What do child processes of Emacs need these variables for? To be clear, I'm asking why ns_init_paths needs to do this kind of thing: if (!getenv ("EMACSDATA")) setenv ("EMACSDATA", [resourcePath UTF8String], 1); From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 22 13:11:28 2011 Received: (at 6401) by debbugs.gnu.org; 22 Nov 2011 18:11:28 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSuoZ-0008Lr-Sh for submit@debbugs.gnu.org; Tue, 22 Nov 2011 13:11:28 -0500 Received: from mtaout22.012.net.il ([80.179.55.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSuoS-0008Lf-8a for 6401@debbugs.gnu.org; Tue, 22 Nov 2011 13:11:26 -0500 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LV200F00QFBMX00@a-mtaout22.012.net.il> for 6401@debbugs.gnu.org; Tue, 22 Nov 2011 20:09:58 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.237.133]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LV200EEAQGG7IW0@a-mtaout22.012.net.il>; Tue, 22 Nov 2011 20:09:58 +0200 (IST) Date: Tue, 22 Nov 2011 20:08:05 +0200 From: Eli Zaretskii Subject: Re: bug#6401: In-reply-to: X-012-Sender: halo1@inter.net.il To: Glenn Morris Message-id: <83k46s9gje.fsf@gnu.org> References: <3ECA75E7-611F-4D2A-B6B9-C0FEC96D1070@hofland.no> <822479C3-8B02-4BD7-AB56-C5D7DD31D9D6@tenkan.org> <2cmxboiol1.fsf@fencepost.gnu.org> X-Spam-Score: -2.0 (--) X-Debbugs-Envelope-To: 6401 Cc: 6401@debbugs.gnu.org, tim@tenkan.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.0 (--) > From: Glenn Morris > Cc: tim@tenkan.org, 6401@debbugs.gnu.org > Date: Tue, 22 Nov 2011 12:29:58 -0500 > > Eli Zaretskii wrote: > > >> Why does a --with-ns build actually need to set these env-vars for child > >> processes? > >> Could they specifically be unset in spawned M-x shells? > > > > How will Emacs know that these variables weren't set by the parent > > shell? > > I'm ignorant of all this. What do child processes of Emacs need these > variables for? Can you give me one example of something I might want to > run inside an emacs M-x shell buffer that needs to know EMACSDATA? It's > not set in shells spawned by a GNU/Linux build. Consider the case when the user sets this in the parent shell. Then a sub-shell will inherit it, and so will a sub-Emacs. Don't know if this is the problems with ns, though. From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 22 13:13:58 2011 Received: (at 6401) by debbugs.gnu.org; 22 Nov 2011 18:13:58 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSur0-0008PO-IG for submit@debbugs.gnu.org; Tue, 22 Nov 2011 13:13:58 -0500 Received: from mtaout21.012.net.il ([80.179.55.169]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSuqy-0008PC-9h for 6401@debbugs.gnu.org; Tue, 22 Nov 2011 13:13:56 -0500 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LV200A00QAVT800@a-mtaout21.012.net.il> for 6401@debbugs.gnu.org; Tue, 22 Nov 2011 20:11:52 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.237.133]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LV200ADCQJHKKD0@a-mtaout21.012.net.il>; Tue, 22 Nov 2011 20:11:49 +0200 (IST) Date: Tue, 22 Nov 2011 20:09:54 +0200 From: Eli Zaretskii Subject: Re: bug#6401: In-reply-to: <5kmxbovz9a.fsf@fencepost.gnu.org> X-012-Sender: halo1@inter.net.il To: Glenn Morris Message-id: <83ipmc9ggd.fsf@gnu.org> References: <3ECA75E7-611F-4D2A-B6B9-C0FEC96D1070@hofland.no> <822479C3-8B02-4BD7-AB56-C5D7DD31D9D6@tenkan.org> <2cmxboiol1.fsf@fencepost.gnu.org> <5kmxbovz9a.fsf@fencepost.gnu.org> X-Spam-Score: -2.0 (--) X-Debbugs-Envelope-To: 6401 Cc: 6401@debbugs.gnu.org, tim@tenkan.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.0 (--) > From: Glenn Morris > Cc: tim@tenkan.org, 6401@debbugs.gnu.org > Date: Tue, 22 Nov 2011 12:32:49 -0500 > > Eli Zaretskii wrote: > > > Building Emacs is just one use case, even if we find a solution for > > it. The problem is much broader: Emacs running as a child of another > > Emacs gets EMACSDATA etc. variables that could well point to a wrong > > place, because they were set by a different Emacs version. > > But I would imagine that building Emacs from inside Emacs accounts for > the majority of cases where Emacs is run as a child of another Emacs. > (I can't think of any other reason one would want to do it.) The other important use case is running Emacs under a debugger invoked through GUD. This actually runs a higher risk of having two different Emacs versions: imagine that a newer Emacs has a grave bug that doesn't allow it to be used to run a debugger. From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 22 17:17:14 2011 Received: (at 6401) by debbugs.gnu.org; 22 Nov 2011 22:17:14 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSyeP-0006jT-Lw for submit@debbugs.gnu.org; Tue, 22 Nov 2011 17:17:14 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSyeN-0006jM-In for 6401@debbugs.gnu.org; Tue, 22 Nov 2011 17:17:12 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RSyd3-0004Cb-Aa; Tue, 22 Nov 2011 17:15:49 -0500 From: Glenn Morris To: 6401@debbugs.gnu.org Subject: Re: bug#6401: References: <3ECA75E7-611F-4D2A-B6B9-C0FEC96D1070@hofland.no> <822479C3-8B02-4BD7-AB56-C5D7DD31D9D6@tenkan.org> <2cmxboiol1.fsf@fencepost.gnu.org> <4taa7o9hpy.fsf@fencepost.gnu.org> X-Spook: red noise emc cryptanalysis Majic mania propaganda X-Ran: wP6CCaZ3k3>C?CE&&G].CA/*gUs'HVD*2d User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 6401 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Glenn Morris wrote: > To be clear, I'm asking why ns_init_paths needs to do this kind of thing: > > if (!getenv ("EMACSDATA")) > setenv ("EMACSDATA", [resourcePath UTF8String], 1); IIUC, what's going on is: The NS build can be made as some kind of relocatable "app bundle" where paths to the doc file etc are not set during the build, but are figured out at runtime. So there needs to be special NS-specific code to initialize Vdata_directory etc. Rather than do this directly, the method adopted is to call ns_init_paths early on in startup, to set environment variables EMACSDATA etc. init_callproc_1 then uses these to initialize Vdata_directory etc. After this point, the environment variables hang around affecting all sub-processes started by Emacs for no good reason. I imagine the NS build could unset these environment variables, if it set them itself, after initialization is complete. Or an NS-specific init_callproc_1 would seem less clunky to me. I also note that nsterm.m is still setting INFOPATH whereas w32.c has stopped doing that. The complete list is internal variables: Vexec_path, Vdata_directory, Vdoc_directory, Vload_path, Info-directory-list being set via env-vars: EMACSPATH, EMACSDATA, EMACSDOC, EMACSLOADPATH, INFOPATH From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 09 21:11:55 2012 Received: (at 6401-done) by debbugs.gnu.org; 10 Jul 2012 01:11:55 +0000 Received: from localhost ([127.0.0.1]:58798 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SoOzb-0002p2-DN for submit@debbugs.gnu.org; Mon, 09 Jul 2012 21:11:55 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:38618) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SoOzZ-0002ou-It for 6401-done@debbugs.gnu.org; Mon, 09 Jul 2012 21:11:54 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SoOuQ-0006Ta-V2; Mon, 09 Jul 2012 21:06:35 -0400 From: Glenn Morris To: 6401-done@debbugs.gnu.org Subject: Re: bug#6401: Failure in loading charset map: JISX0208 References: <3ECA75E7-611F-4D2A-B6B9-C0FEC96D1070@hofland.no> <822479C3-8B02-4BD7-AB56-C5D7DD31D9D6@tenkan.org> <2cmxboiol1.fsf@fencepost.gnu.org> <4taa7o9hpy.fsf@fencepost.gnu.org> X-Spook: lock picking global STARLAN import doctrine e-cash X-Ran: Is[]N+QDMfplCJS.rS[4*!d*G8# X-Hue: cyan X-Attribution: GM Date: Mon, 09 Jul 2012 21:06:34 -0400 In-Reply-To: (Glenn Morris's message of "Tue, 22 Nov 2011 17:15:48 -0500") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 6401-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Version: 24.2 In the emacs trunk, a missing charsets directory is now a fatal error; also the ns port no longer sets any of the following environment variables: EMACSPATH, EMACSDATA, EMACSDOC, EMACSLOADPATH, INFOPATH. So this should be fixed. From unknown Sun Jun 22 00:48:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 07 Aug 2012 11:24:02 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator