unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#6401: Failure in loading charset map: JISX0208
@ 2010-06-11 11:53 Sigve Berge Hofland
  2011-05-24 16:30 ` bug#6401: Sigve Berge Hofland
  2011-11-21  2:33 ` bug#6401: Tim Daly Jr.
  0 siblings, 2 replies; 16+ messages in thread
From: Sigve Berge Hofland @ 2010-06-11 11:53 UTC (permalink / raw)
  To: 6401

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





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

* bug#6401:
  2010-06-11 11:53 bug#6401: Failure in loading charset map: JISX0208 Sigve Berge Hofland
@ 2011-05-24 16:30 ` Sigve Berge Hofland
  2011-07-02  1:01   ` bug#6401: Glenn Morris
  2011-11-21  2:33 ` bug#6401: Tim Daly Jr.
  1 sibling, 1 reply; 16+ messages in thread
From: Sigve Berge Hofland @ 2011-05-24 16:30 UTC (permalink / raw)
  To: 6401

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

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.


[-- Attachment #2: configure-output.txt --]
[-- Type: text/plain, Size: 14456 bytes --]

~/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$ 

[-- Attachment #3: make-output.txt --]
[-- Type: text/plain, Size: 106367 bytes --]

~/Desktop/emacs-23.3 sigve$ make
cd lib-src; make all                            \
  CC='gcc -I/sw/include -L/sw/lib' CFLAGS='-arch ppc' CPPFLAGS='' \
  LDFLAGS='' MAKE='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="\"/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 ‘re_wctype’:
/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 ‘regex_compile’:
/Users/sigve/Desktop/emacs-23.3/lib-src/../src/regex.c:2746: warning: pointer targets in passing argument 1 of ‘strlen’ 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="\"GNU Emacs\"" -DVERSION="\"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="\"GNU Emacs\"" -DVERSION="\"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="\"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="\"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="\"23.3\"" /Users/sigve/Desktop/emacs-23.3/lib-src/ebrowse.c getopt.o getopt1.o  -o ebrowse
boot=bootstrap-emacs;                         \
if [ ! -x "src/$boot" ]; then                                     \
    cd src; make all                                    \
      CC='gcc -I/sw/include -L/sw/lib' CFLAGS='-arch ppc' CPPFLAGS=''         \
      LDFLAGS='' MAKE='make' BOOTSTRAPEMACS="$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 ‘Fopen_termscript’:
dispnew.c:6462: warning: pointer targets in passing argument 1 of ‘fopen’ 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 ‘Fmake_terminal_frame’:
frame.c:731: warning: pointer targets in passing argument 2 of ‘strncpy’ differ in signedness
frame.c:742: warning: pointer targets in passing argument 2 of ‘strncpy’ differ in signedness
frame.c: In function ‘Fframe_parameters’:
frame.c:2405: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
frame.c:2409: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
frame.c:2419: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
frame.c:2423: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
frame.c: In function ‘Fframe_parameter’:
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 ‘x_set_font’:
frame.c:3393: warning: pointer targets in passing argument 2 of ‘font_open_by_name’ differ in signedness
frame.c:3402: warning: pointer targets in passing argument 2 of ‘font_open_by_name’ differ in signedness
frame.c: In function ‘x_set_font_backend’:
frame.c:3482: warning: pointer targets in assignment differ in signedness
frame.c: In function ‘xrdb_get_resource’:
frame.c:3878: warning: pointer targets in passing argument 2 of ‘strcpy’ differ in signedness
frame.c:3879: warning: pointer targets in passing argument 2 of ‘strcpy’ differ in signedness
frame.c:3882: warning: pointer targets in passing argument 2 of ‘strcat’ differ in signedness
frame.c:3887: warning: pointer targets in passing argument 2 of ‘strcat’ differ in signedness
frame.c:3890: warning: pointer targets in passing argument 2 of ‘strcat’ differ in signedness
frame.c:3894: warning: pointer targets in passing argument 2 of ‘strcat’ differ in signedness
frame.c: In function ‘x_get_arg’:
frame.c:4019: warning: pointer targets in passing argument 1 of ‘atoi’ differ in signedness
frame.c:4022: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
frame.c:4023: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
frame.c:4025: warning: pointer targets in passing argument 1 of ‘atoi’ differ in signedness
frame.c:4029: warning: pointer targets in passing argument 1 of ‘atof’ differ in signedness
frame.c:4033: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
frame.c:4035: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
frame.c:4037: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
frame.c:4051: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
frame.c:4053: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
frame.c:4055: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
frame.c:4057: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
frame.c:4059: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
frame.c:4061: warning: pointer targets in passing argument 1 of ‘strcmp’ 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 ‘number_of_chars’:
xdisp.c:1575: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
xdisp.c:1585: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
xdisp.c: In function ‘init_from_display_pos’:
xdisp.c:2944: warning: pointer targets in initialization differ in signedness
xdisp.c: In function ‘reseat_to_string’:
xdisp.c:5569: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
xdisp.c: In function ‘message_dolog’:
xdisp.c:7711: warning: pointer targets in passing argument 1 of ‘string_char_and_length’ differ in signedness
xdisp.c:7735: warning: pointer targets in passing argument 1 of ‘insert_1’ differ in signedness
xdisp.c:7740: warning: pointer targets in passing argument 1 of ‘insert_1’ differ in signedness
xdisp.c:7770: warning: pointer targets in passing argument 1 of ‘insert_1’ differ in signedness
xdisp.c: In function ‘message_log_check_duplicate’:
xdisp.c:7855: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
xdisp.c: In function ‘set_message_1’:
xdisp.c:9016: warning: pointer targets in passing argument 1 of ‘string_char_and_length’ differ in signedness
xdisp.c:9041: warning: pointer targets in passing argument 1 of ‘insert_1’ differ in signedness
xdisp.c: In function ‘store_mode_line_noprop’:
xdisp.c:9360: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
xdisp.c: In function ‘display_menu_bar’:
xdisp.c:17110: warning: pointer targets in passing argument 1 of ‘display_string’ differ in signedness
xdisp.c: In function ‘display_mode_line’:
xdisp.c:17274: warning: pointer targets in passing argument 1 of ‘display_string’ differ in signedness
xdisp.c: In function ‘display_mode_element’:
xdisp.c:17562: warning: pointer targets in assignment differ in signedness
xdisp.c:17573: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
xdisp.c:17574: warning: pointer targets in passing argument 1 of ‘make_string’ differ in signedness
xdisp.c:17790: warning: pointer targets in passing argument 1 of ‘store_mode_line_noprop’ differ in signedness
xdisp.c:17797: warning: pointer targets in passing argument 1 of ‘display_string’ differ in signedness
xdisp.c: In function ‘calc_pixel_width_or_height’:
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 ‘load_pixmap’:
xfaces.c:1073: warning: pointer targets in passing argument 2 of ‘x_create_bitmap_from_data’ differ in signedness
xfaces.c: In function ‘face_color_supported_p’:
xfaces.c:1357: warning: pointer targets in passing argument 1 of ‘xstrcasecmp’ differ in signedness
xfaces.c:1357: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
xfaces.c:1358: warning: pointer targets in passing argument 1 of ‘xstrcasecmp’ differ in signedness
xfaces.c:1358: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
xfaces.c: In function ‘Fcolor_gray_p’:
xfaces.c:1384: warning: pointer targets in passing argument 2 of ‘face_color_gray_p’ differ in signedness
xfaces.c: In function ‘compare_fonts_by_sort_order’:
xfaces.c:1712: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
xfaces.c:1712: warning: pointer targets in passing argument 2 of ‘strcmp’ differ in signedness
xfaces.c: In function ‘resolve_face_name’:
xfaces.c:2161: warning: pointer targets in passing argument 1 of ‘intern’ differ in signedness
xfaces.c: In function ‘face_boolean_x_resource_value’:
xfaces.c:3636: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
xfaces.c:3637: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
xfaces.c:3639: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
xfaces.c:3640: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
xfaces.c:3642: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
xfaces.c: In function ‘Finternal_set_lisp_face_attribute_from_resource’:
xfaces.c:3662: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
xfaces.c:3673: warning: pointer targets in passing argument 1 of ‘intern’ differ in signedness
xfaces.c: In function ‘Fx_load_color_file’:
xfaces.c:6628: warning: pointer targets in passing argument 1 of ‘fopen’ 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 ‘xd_signature’:
dbusbind.c:299: warning: pointer targets in passing argument 2 of ‘strcpy’ differ in signedness
dbusbind.c: In function ‘xd_append_arg’:
dbusbind.c:505: warning: pointer targets in initialization differ in signedness
dbusbind.c:543: warning: pointer targets in passing argument 2 of ‘strcpy’ differ in signedness
dbusbind.c: In function ‘Fdbus_call_method’:
dbusbind.c:1000: warning: pointer targets in passing argument 1 of ‘dbus_message_new_method_call’ differ in signedness
dbusbind.c:1000: warning: pointer targets in passing argument 2 of ‘dbus_message_new_method_call’ differ in signedness
dbusbind.c:1000: warning: pointer targets in passing argument 3 of ‘dbus_message_new_method_call’ differ in signedness
dbusbind.c:1000: warning: pointer targets in passing argument 4 of ‘dbus_message_new_method_call’ differ in signedness
dbusbind.c: In function ‘Fdbus_call_method_asynchronously’:
dbusbind.c:1189: warning: pointer targets in passing argument 1 of ‘dbus_message_new_method_call’ differ in signedness
dbusbind.c:1189: warning: pointer targets in passing argument 2 of ‘dbus_message_new_method_call’ differ in signedness
dbusbind.c:1189: warning: pointer targets in passing argument 3 of ‘dbus_message_new_method_call’ differ in signedness
dbusbind.c:1189: warning: pointer targets in passing argument 4 of ‘dbus_message_new_method_call’ differ in signedness
dbusbind.c: In function ‘Fdbus_method_return_internal’:
dbusbind.c:1306: warning: pointer targets in passing argument 2 of ‘dbus_message_set_destination’ differ in signedness
dbusbind.c: In function ‘Fdbus_method_error_internal’:
dbusbind.c:1401: warning: pointer targets in passing argument 2 of ‘dbus_message_set_destination’ differ in signedness
dbusbind.c: In function ‘Fdbus_send_signal’:
dbusbind.c:1524: warning: pointer targets in passing argument 1 of ‘dbus_message_new_signal’ differ in signedness
dbusbind.c:1524: warning: pointer targets in passing argument 2 of ‘dbus_message_new_signal’ differ in signedness
dbusbind.c:1524: warning: pointer targets in passing argument 3 of ‘dbus_message_new_signal’ differ in signedness
dbusbind.c: In function ‘xd_read_message’:
dbusbind.c:1733: warning: pointer targets in passing argument 2 of ‘strcmp’ differ in signedness
dbusbind.c:1737: warning: pointer targets in passing argument 2 of ‘strcmp’ differ in signedness
dbusbind.c: In function ‘Fdbus_register_signal’:
dbusbind.c:1880: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
dbusbind.c:1881: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
dbusbind.c: In function ‘Fdbus_register_method’:
dbusbind.c:1997: warning: pointer targets in passing argument 2 of ‘dbus_bus_request_name’ 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 ‘bug_reporting_address’:
emacs.c:768: warning: pointer targets in assignment differ in signedness
emacs.c: In function ‘Fkill_emacs’:
emacs.c:2144: warning: pointer targets in passing argument 1 of ‘unlink’ 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 ‘echo_char’:
keyboard.c:713: warning: pointer targets in passing argument 2 of ‘copy_text’ differ in signedness
keyboard.c: In function ‘parse_modifiers_uncached’:
keyboard.c:6473: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
keyboard.c:6474: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
keyboard.c:6475: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
keyboard.c:6479: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
keyboard.c:6504: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
keyboard.c:6510: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
keyboard.c: In function ‘parse_modifiers’:
keyboard.c:6634: warning: pointer targets in passing argument 1 of ‘make_string’ differ in signedness
keyboard.c: In function ‘parse_solitary_modifier’:
keyboard.c:6983: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
keyboard.c:6991: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
keyboard.c:6992: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
keyboard.c:7000: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
keyboard.c:7008: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
keyboard.c:7016: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
keyboard.c:7017: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
keyboard.c:7022: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
keyboard.c:7023: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
keyboard.c:7024: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
keyboard.c:7028: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
keyboard.c: In function ‘tty_read_avail_input’:
keyboard.c:7414: warning: pointer targets in passing argument 2 of ‘emacs_read’ differ in signedness
keyboard.c: In function ‘read_char_minibuf_menu_prompt’:
keyboard.c:8812: warning: pointer targets in passing argument 2 of ‘strcpy’ differ in signedness
keyboard.c: In function ‘Fopen_dribble_file’:
keyboard.c:10976: warning: pointer targets in passing argument 1 of ‘fopen’ 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 ‘Ftext_char_description’:
keymap.c:2605: warning: pointer targets in passing argument 1 of ‘make_multibyte_string’ differ in signedness
keymap.c:2610: warning: pointer targets in passing argument 1 of ‘build_string’ differ in signedness
keymap.c: In function ‘Fdescribe_buffer_bindings’:
keymap.c:3088: warning: pointer targets in passing argument 1 of ‘insert’ differ in signedness
keymap.c:3091: warning: pointer targets in passing argument 1 of ‘insert’ differ in signedness
keymap.c:3093: warning: pointer targets in passing argument 1 of ‘insert’ differ in signedness
keymap.c:3099: warning: pointer targets in passing argument 1 of ‘insert’ differ in signedness
keymap.c: In function ‘describe_map’:
keymap.c:3580: warning: pointer targets in passing argument 1 of ‘insert’ differ in signedness
keymap.c:3608: warning: pointer targets in passing argument 1 of ‘insert’ differ in signedness
keymap.c: In function ‘describe_vector’:
keymap.c:3825: warning: pointer targets in passing argument 1 of ‘insert’ differ in signedness
keymap.c:3862: warning: pointer targets in passing argument 1 of ‘insert’ differ in signedness
keymap.c:3889: warning: pointer targets in passing argument 1 of ‘insert’ 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 ‘Fset_buffer_major_mode’:
buffer.c:1725: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
buffer.c: In function ‘init_buffer’:
buffer.c:5408: warning: pointer targets in passing argument 2 of ‘strcmp’ 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 ‘fill_in_lock_file_name’:
filelock.c:340: warning: pointer targets in passing argument 2 of ‘strcpy’ differ in signedness
filelock.c: In function ‘current_lock_owner’:
filelock.c:508: warning: pointer targets in passing argument 2 of ‘strcmp’ 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 ‘insert_string’:
insdel.c:770: warning: pointer targets in passing argument 1 of ‘insert’ 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 ‘Fread_buffer’:
minibuf.c:1220: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
minibuf.c:1227: warning: pointer targets in passing argument 1 of ‘make_specified_string’ differ in signedness
minibuf.c: In function ‘Ftest_completion’:
minibuf.c:1876: warning: pointer targets in passing argument 2 of ‘oblookup’ differ in signedness
minibuf.c:1887: warning: pointer targets in passing argument 2 of ‘oblookup’ 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 ‘report_file_error’:
fileio.c:286: warning: pointer targets in passing argument 1 of ‘string_char’ differ in signedness
fileio.c: In function ‘Ffile_name_directory’:
fileio.c:481: warning: pointer targets in passing argument 1 of ‘make_specified_string’ differ in signedness
fileio.c: In function ‘Ffile_name_nondirectory’:
fileio.c:517: warning: pointer targets in passing argument 1 of ‘make_specified_string’ differ in signedness
fileio.c: In function ‘make_temp_name’:
fileio.c:777: warning: pointer targets in passing argument 1 of ‘stat’ differ in signedness
fileio.c: In function ‘Fexpand_file_name’:
fileio.c:1064: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
fileio.c:1064: warning: pointer targets in passing argument 2 of ‘strcmp’ differ in signedness
fileio.c:1066: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
fileio.c:1066: warning: pointer targets in passing argument 1 of ‘make_specified_string’ differ in signedness
fileio.c:1101: warning: pointer targets in passing argument 1 of ‘build_string’ differ in signedness
fileio.c:1120: warning: pointer targets in passing argument 1 of ‘getpwnam’ differ in signedness
fileio.c:1259: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
fileio.c:1277: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
fileio.c:1302: warning: pointer targets in passing argument 1 of ‘strcpy’ differ in signedness
fileio.c:1302: warning: pointer targets in passing argument 2 of ‘strcpy’ differ in signedness
fileio.c:1308: warning: pointer targets in passing argument 1 of ‘strcat’ differ in signedness
fileio.c:1308: warning: pointer targets in passing argument 2 of ‘strcat’ differ in signedness
fileio.c:1393: warning: pointer targets in passing argument 1 of ‘make_specified_string’ differ in signedness
fileio.c: In function ‘search_embedded_absfilename’:
fileio.c:1615: warning: pointer targets in passing argument 1 of ‘getpwnam’ differ in signedness
fileio.c: In function ‘Fsubstitute_in_file_name’:
fileio.c:1680: warning: pointer targets in passing argument 1 of ‘make_specified_string’ differ in signedness
fileio.c:1717: warning: pointer targets in passing argument 1 of ‘strncpy’ differ in signedness
fileio.c:1717: warning: pointer targets in passing argument 2 of ‘strncpy’ differ in signedness
fileio.c:1724: warning: pointer targets in passing argument 1 of ‘egetenv’ differ in signedness
fileio.c:1733: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
fileio.c:1733: warning: pointer targets in passing argument 1 of ‘make_unibyte_string’ differ in signedness
fileio.c:1780: warning: pointer targets in passing argument 1 of ‘strncpy’ differ in signedness
fileio.c:1780: warning: pointer targets in passing argument 2 of ‘strncpy’ differ in signedness
fileio.c:1787: warning: pointer targets in passing argument 1 of ‘egetenv’ differ in signedness
fileio.c:1791: warning: pointer targets in passing argument 1 of ‘strcpy’ differ in signedness
fileio.c:1791: warning: pointer targets in passing argument 2 of ‘strcpy’ differ in signedness
fileio.c:1791: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
fileio.c:1797: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
fileio.c:1798: warning: pointer targets in passing argument 1 of ‘make_unibyte_string’ differ in signedness
fileio.c:1801: warning: pointer targets in passing argument 1 of ‘strncpy’ differ in signedness
fileio.c:1801: warning: pointer targets in passing argument 2 of ‘strncpy’ differ in signedness
fileio.c:1807: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
fileio.c:1807: warning: pointer targets in passing argument 2 of ‘strncmp’ differ in signedness
fileio.c:1821: warning: pointer targets in passing argument 1 of ‘make_specified_string’ differ in signedness
fileio.c: In function ‘barf_or_query_if_file_exists’:
fileio.c:1883: warning: pointer targets in passing argument 1 of ‘lstat’ differ in signedness
fileio.c:1890: warning: pointer targets in passing argument 1 of ‘build_string’ differ in signedness
fileio.c: In function ‘Fcopy_file’:
fileio.c:1975: warning: pointer targets in passing argument 1 of ‘stat’ differ in signedness
fileio.c:2008: warning: pointer targets in passing argument 1 of ‘emacs_open’ differ in signedness
fileio.c:2054: warning: pointer targets in passing argument 1 of ‘emacs_open’ differ in signedness
fileio.c:2091: warning: pointer targets in passing argument 1 of ‘set_file_times’ differ in signedness
fileio.c: In function ‘Fmake_directory_internal’:
fileio.c:2143: warning: pointer targets in passing argument 1 of ‘mkdir’ differ in signedness
fileio.c: In function ‘Fdelete_directory_internal’:
fileio.c:2170: warning: pointer targets in passing argument 1 of ‘rmdir’ differ in signedness
fileio.c: In function ‘Fdelete_file’:
fileio.c:2204: warning: pointer targets in passing argument 1 of ‘unlink’ differ in signedness
fileio.c: In function ‘Frename_file’:
fileio.c:2286: warning: pointer targets in passing argument 1 of ‘rename’ differ in signedness
fileio.c:2286: warning: pointer targets in passing argument 2 of ‘rename’ differ in signedness
fileio.c: In function ‘Fadd_name_to_file’:
fileio.c:2374: warning: pointer targets in passing argument 1 of ‘unlink’ differ in signedness
fileio.c:2375: warning: pointer targets in passing argument 1 of ‘link’ differ in signedness
fileio.c:2375: warning: pointer targets in passing argument 2 of ‘link’ differ in signedness
fileio.c: In function ‘Fmake_symbolic_link’:
fileio.c:2435: warning: pointer targets in passing argument 1 of ‘symlink’ differ in signedness
fileio.c:2435: warning: pointer targets in passing argument 2 of ‘symlink’ differ in signedness
fileio.c:2440: warning: pointer targets in passing argument 1 of ‘unlink’ differ in signedness
fileio.c:2442: warning: pointer targets in passing argument 1 of ‘symlink’ differ in signedness
fileio.c:2442: warning: pointer targets in passing argument 2 of ‘symlink’ differ in signedness
fileio.c: In function ‘Ffile_exists_p’:
fileio.c:2555: warning: pointer targets in passing argument 1 of ‘stat’ differ in signedness
fileio.c: In function ‘Ffile_readable_p’:
fileio.c:2616: warning: pointer targets in passing argument 1 of ‘stat’ differ in signedness
fileio.c:2622: warning: pointer targets in passing argument 1 of ‘emacs_open’ differ in signedness
fileio.c: In function ‘Ffile_writable_p’:
fileio.c:2651: warning: pointer targets in passing argument 1 of ‘stat’ differ in signedness
fileio.c: In function ‘Faccess_file’:
fileio.c:2698: warning: pointer targets in passing argument 1 of ‘emacs_open’ differ in signedness
fileio.c:2700: warning: pointer targets in passing argument 1 of ‘report_file_error’ differ in signedness
fileio.c: In function ‘Ffile_symlink_p’:
fileio.c:2745: warning: pointer targets in passing argument 1 of ‘readlink’ differ in signedness
fileio.c: In function ‘Ffile_directory_p’:
fileio.c:2795: warning: pointer targets in passing argument 1 of ‘stat’ differ in signedness
fileio.c: In function ‘Ffile_regular_p’:
fileio.c:2865: warning: pointer targets in passing argument 1 of ‘stat’ differ in signedness
fileio.c: In function ‘Ffile_modes’:
fileio.c:2891: warning: pointer targets in passing argument 1 of ‘stat’ differ in signedness
fileio.c: In function ‘Fset_file_modes’:
fileio.c:2926: warning: pointer targets in passing argument 1 of ‘chmod’ differ in signedness
fileio.c: In function ‘Fset_file_times’:
fileio.c:2996: warning: pointer targets in passing argument 1 of ‘set_file_times’ differ in signedness
fileio.c: In function ‘Ffile_newer_than_file_p’:
fileio.c:3060: warning: pointer targets in passing argument 1 of ‘stat’ differ in signedness
fileio.c:3065: warning: pointer targets in passing argument 1 of ‘stat’ differ in signedness
fileio.c: In function ‘read_non_regular’:
fileio.c:3141: warning: pointer targets in passing argument 2 of ‘emacs_read’ differ in signedness
fileio.c: In function ‘Finsert_file_contents’:
fileio.c:3254: warning: pointer targets in passing argument 1 of ‘stat’ differ in signedness
fileio.c:3286: warning: pointer targets in passing argument 1 of ‘emacs_open’ differ in signedness
fileio.c:3372: warning: pointer targets in passing argument 2 of ‘emacs_read’ differ in signedness
fileio.c:3375: warning: pointer targets in passing argument 2 of ‘emacs_read’ differ in signedness
fileio.c:3381: warning: pointer targets in passing argument 2 of ‘emacs_read’ differ in signedness
fileio.c:3502: warning: pointer targets in passing argument 2 of ‘emacs_read’ differ in signedness
fileio.c:3567: warning: pointer targets in passing argument 2 of ‘emacs_read’ differ in signedness
fileio.c:3699: warning: pointer targets in passing argument 2 of ‘emacs_read’ differ in signedness
fileio.c:3940: warning: pointer targets in passing argument 2 of ‘emacs_read’ differ in signedness
fileio.c: In function ‘Fwrite_region’:
fileio.c:4593: warning: pointer targets in passing argument 1 of ‘emacs_open’ differ in signedness
fileio.c:4605: warning: pointer targets in passing argument 1 of ‘emacs_open’ differ in signedness
fileio.c:4696: warning: pointer targets in passing argument 1 of ‘stat’ differ in signedness
fileio.c: In function ‘e_write’:
fileio.c:4987: warning: pointer targets in passing argument 2 of ‘emacs_write’ differ in signedness
fileio.c: In function ‘Fverify_visited_file_modtime’:
fileio.c:5026: warning: pointer targets in passing argument 1 of ‘stat’ differ in signedness
fileio.c: In function ‘Fset_visited_file_modtime’:
fileio.c:5098: warning: pointer targets in passing argument 1 of ‘stat’ differ in signedness
fileio.c: In function ‘auto_save_1’:
fileio.c:5153: warning: pointer targets in passing argument 1 of ‘stat’ differ in signedness
fileio.c: In function ‘Fdo_auto_save’:
fileio.c:5279: warning: pointer targets in passing argument 1 of ‘fopen’ 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 ‘directory_files_internal’:
dired.c:198: warning: pointer targets in passing argument 1 of ‘opendir’ differ in signedness
dired.c:281: warning: pointer targets in passing argument 2 of ‘re_search’ differ in signedness
dired.c: In function ‘file_name_completion’:
dired.c:529: warning: pointer targets in passing argument 1 of ‘opendir’ differ in signedness
dired.c:565: warning: pointer targets in passing argument 1 of ‘scmp’ differ in signedness
dired.c:627: warning: pointer targets in passing argument 1 of ‘scmp’ differ in signedness
dired.c:651: warning: pointer targets in passing argument 1 of ‘scmp’ differ in signedness
dired.c: In function ‘Ffile_attributes’:
dired.c:1012: warning: pointer targets in passing argument 1 of ‘lstat’ differ in signedness
dired.c:1059: warning: pointer targets in passing argument 1 of ‘stat’ 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 ‘internal_self_insert’:
cmds.c:536: warning: pointer targets in passing argument 1 of ‘make_string_from_bytes’ 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 ‘casify_object’:
casefiddle.c:147: warning: pointer targets in passing argument 1 of ‘make_multibyte_string’ differ in signedness
casefiddle.c: In function ‘casify_region’:
casefiddle.c:288: warning: pointer targets in passing argument 5 of ‘replace_range_2’ 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 ‘Fvertical_motion’:
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 ‘compile_pattern_1’:
search.c:164: warning: pointer targets in passing argument 1 of ‘re_set_whitespace_regexp’ differ in signedness
search.c: In function ‘Freplace_match’:
search.c:2787: warning: pointer targets in assignment differ in signedness
search.c:2836: warning: pointer targets in passing argument 1 of ‘make_multibyte_string’ differ in signedness
search.c:2839: warning: pointer targets in passing argument 1 of ‘make_unibyte_string’ differ in signedness
search.c: In function ‘Fregexp_quote’:
search.c:3261: warning: pointer targets in passing argument 1 of ‘make_specified_string’ 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 ‘re_wctype’:
regex.c:2156: warning: pointer targets in initialization differ in signedness
regex.c: In function ‘regex_compile’:
regex.c:2746: warning: pointer targets in passing argument 1 of ‘strlen’ 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 ‘make_string’:
alloc.c:2377: warning: pointer targets in passing argument 1 of ‘parse_str_as_multibyte’ differ in signedness
alloc.c: In function ‘make_specified_string’:
alloc.c:2451: warning: pointer targets in passing argument 1 of ‘multibyte_chars_in_text’ differ in signedness
alloc.c: In function ‘make_pure_string’:
alloc.c:4807: warning: pointer targets in assignment differ in signedness
alloc.c: In function ‘Fpurecopy’:
alloc.c:4912: warning: pointer targets in passing argument 1 of ‘make_pure_string’ 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 ‘Fnumber_to_string’:
data.c:2319: warning: pointer targets in passing argument 1 of ‘float_to_string’ differ in signedness
data.c: In function ‘Fstring_to_number’:
data.c:2395: warning: pointer targets in passing argument 1 of ‘isfloat_string’ differ in signedness
data.c:2396: warning: pointer targets in passing argument 1 of ‘atof’ 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 ‘get_doc_string’:
doc.c:150: warning: pointer targets in passing argument 2 of ‘strcpy’ differ in signedness
doc.c:151: warning: pointer targets in passing argument 2 of ‘strcat’ differ in signedness
doc.c:167: warning: pointer targets in passing argument 2 of ‘strcat’ 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 ‘multibyte_chars_in_text’ differ in signedness
doc.c: In function ‘Fsnarf_documentation’:
doc.c:597: warning: pointer targets in passing argument 2 of ‘strcpy’ differ in signedness
doc.c:599: warning: pointer targets in passing argument 2 of ‘strcat’ differ in signedness
doc.c:668: warning: pointer targets in passing argument 1 of ‘multibyte_chars_in_text’ differ in signedness
doc.c: In function ‘Fsubstitute_command_keys’:
doc.c:807: warning: pointer targets in passing argument 1 of ‘make_string’ differ in signedness
doc.c:874: warning: pointer targets in passing argument 1 of ‘make_string’ differ in signedness
doc.c:950: warning: pointer targets in passing argument 1 of ‘make_string_from_bytes’ 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 ‘init_editfns’:
editfns.c:194: warning: pointer targets in passing argument 1 of ‘build_string’ differ in signedness
editfns.c: In function ‘Fchar_to_string’:
editfns.c:221: warning: pointer targets in passing argument 1 of ‘make_string_from_bytes’ differ in signedness
editfns.c: In function ‘Fbyte_to_string’:
editfns.c:234: warning: pointer targets in passing argument 1 of ‘make_string_from_bytes’ differ in signedness
editfns.c: In function ‘Fuser_full_name’:
editfns.c:1398: warning: pointer targets in passing argument 1 of ‘getpwnam’ differ in signedness
editfns.c:1409: warning: pointer targets in passing argument 1 of ‘index’ differ in signedness
editfns.c:1410: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
editfns.c:1410: warning: pointer targets in passing argument 1 of ‘make_string’ differ in signedness
editfns.c:1414: warning: pointer targets in passing argument 1 of ‘index’ differ in signedness
editfns.c:1422: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
editfns.c:1425: warning: pointer targets in passing argument 1 of ‘strcat’ differ in signedness
editfns.c:1425: warning: pointer targets in passing argument 2 of ‘strcat’ differ in signedness
editfns.c:1427: warning: pointer targets in passing argument 1 of ‘strcat’ differ in signedness
editfns.c:1427: warning: pointer targets in passing argument 2 of ‘strcat’ differ in signedness
editfns.c:1428: warning: pointer targets in passing argument 1 of ‘build_string’ differ in signedness
editfns.c: In function ‘Fformat_time_string’:
editfns.c:1746: warning: pointer targets in passing argument 3 of ‘emacs_memftimeu’ differ in signedness
editfns.c:1757: warning: pointer targets in passing argument 3 of ‘emacs_memftimeu’ differ in signedness
editfns.c: In function ‘Fsubst_char_in_region’:
editfns.c:2915: warning: pointer targets in passing argument 1 of ‘make_multibyte_string’ differ in signedness
editfns.c: In function ‘Ftranslate_region_internal’:
editfns.c:3132: warning: pointer targets in passing argument 1 of ‘make_multibyte_string’ differ in signedness
editfns.c: In function ‘Fformat’:
editfns.c:3929: warning: pointer targets in passing argument 1 of ‘atoi’ differ in signedness
editfns.c:3996: warning: pointer targets in passing argument 2 of ‘copy_text’ differ in signedness
editfns.c:4021: warning: pointer targets in passing argument 2 of ‘sprintf’ differ in signedness
editfns.c:4037: warning: pointer targets in passing argument 2 of ‘sprintf’ differ in signedness
editfns.c:4039: warning: pointer targets in passing argument 2 of ‘sprintf’ differ in signedness
editfns.c:4042: warning: pointer targets in passing argument 2 of ‘sprintf’ differ in signedness
editfns.c:4045: warning: pointer targets in passing argument 2 of ‘sprintf’ differ in signedness
editfns.c:4049: warning: pointer targets in passing argument 2 of ‘sprintf’ differ in signedness
editfns.c:4052: warning: pointer targets in passing argument 2 of ‘sprintf’ differ in signedness
editfns.c:4062: warning: pointer targets in passing argument 1 of ‘str_to_multibyte’ differ in signedness
editfns.c:4089: warning: pointer targets in passing argument 2 of ‘copy_text’ differ in signedness
editfns.c:4103: warning: pointer targets in passing argument 1 of ‘multibyte_chars_in_text’ differ in signedness
editfns.c: In function ‘Ftranspose_regions’:
editfns.c:4581: warning: pointer targets in passing argument 1 of ‘safe_bcopy’ differ in signedness
editfns.c:4581: warning: pointer targets in passing argument 2 of ‘safe_bcopy’ 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 ‘Fcall_interactively’:
callint.c:479: warning: pointer targets in passing argument 1 of ‘index’ differ in signedness
callint.c:508: warning: pointer targets in passing argument 2 of ‘strncpy’ differ in signedness
callint.c:819: warning: pointer targets in passing argument 1 of ‘index’ 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 ‘string_make_multibyte’:
fns.c:945: warning: pointer targets in passing argument 1 of ‘make_multibyte_string’ differ in signedness
fns.c: In function ‘string_to_multibyte’:
fns.c:972: warning: pointer targets in passing argument 1 of ‘make_multibyte_string’ differ in signedness
fns.c:978: warning: pointer targets in passing argument 1 of ‘make_multibyte_string’ differ in signedness
fns.c: In function ‘string_make_unibyte’:
fns.c:1005: warning: pointer targets in passing argument 1 of ‘make_unibyte_string’ differ in signedness
fns.c: In function ‘Fstring_as_unibyte’:
fns.c:1064: warning: pointer targets in passing argument 1 of ‘make_unibyte_string’ differ in signedness
fns.c: In function ‘Fstring_to_unibyte’:
fns.c:1151: warning: pointer targets in passing argument 1 of ‘make_unibyte_string’ differ in signedness
fns.c: In function ‘Fsubstring’:
fns.c:1248: warning: pointer targets in passing argument 1 of ‘make_specified_string’ differ in signedness
fns.c: In function ‘Fsubstring_no_properties’:
fns.c:1314: warning: pointer targets in passing argument 1 of ‘make_specified_string’ differ in signedness
fns.c: In function ‘substring_both’:
fns.c:1346: warning: pointer targets in passing argument 1 of ‘make_specified_string’ differ in signedness
fns.c: In function ‘Fyes_or_no_p’:
fns.c:2772: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
fns.c:2777: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
fns.c: In function ‘Fbase64_encode_region’:
fns.c:3272: warning: pointer targets in passing argument 1 of ‘base64_encode_1’ differ in signedness
fns.c:3286: warning: pointer targets in passing argument 1 of ‘insert’ differ in signedness
fns.c: In function ‘Fbase64_encode_string’:
fns.c:3329: warning: pointer targets in passing argument 1 of ‘base64_encode_1’ differ in signedness
fns.c: In function ‘base64_encode_1’:
fns.c:3364: warning: pointer targets in passing argument 1 of ‘string_char’ differ in signedness
fns.c:3404: warning: pointer targets in passing argument 1 of ‘string_char’ differ in signedness
fns.c:3428: warning: pointer targets in passing argument 1 of ‘string_char’ differ in signedness
fns.c: In function ‘Fbase64_decode_region’:
fns.c:3477: warning: pointer targets in passing argument 1 of ‘base64_decode_1’ differ in signedness
fns.c:3491: warning: pointer targets in passing argument 1 of ‘insert_1_both’ differ in signedness
fns.c: In function ‘Fbase64_decode_string’:
fns.c:3528: warning: pointer targets in passing argument 1 of ‘base64_decode_1’ differ in signedness
fns.c: In function ‘Fmd5’:
fns.c:5113: warning: pointer targets in passing argument 1 of ‘md5_buffer’ differ in signedness
fns.c:5116: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fns.c:5119: warning: pointer targets in passing argument 1 of ‘make_string’ 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 ‘font_filter_properties’:
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 ‘printchar’:
print.c:338: warning: pointer targets in passing argument 1 of ‘message_dolog’ differ in signedness
print.c: In function ‘strout’:
print.c:404: warning: pointer targets in passing argument 1 of ‘string_char’ differ in signedness
print.c:430: warning: pointer targets in passing argument 1 of ‘string_char’ differ in signedness
print.c: In function ‘Fwrite_char’:
print.c:543: warning: pointer targets in passing argument 1 of ‘copy_text’ differ in signedness
print.c:543: warning: pointer targets in passing argument 1 of ‘insert_1_both’ differ in signedness
print.c: In function ‘write_string’:
print.c:563: warning: pointer targets in passing argument 1 of ‘copy_text’ differ in signedness
print.c:563: warning: pointer targets in passing argument 1 of ‘insert_1_both’ differ in signedness
print.c: In function ‘write_string_1’:
print.c:580: warning: pointer targets in passing argument 1 of ‘copy_text’ differ in signedness
print.c:580: warning: pointer targets in passing argument 1 of ‘insert_1_both’ differ in signedness
print.c: In function ‘Fwith_output_to_temp_buffer’:
print.c:684: warning: pointer targets in passing argument 1 of ‘temp_output_buffer_setup’ differ in signedness
print.c: In function ‘Fterpri’:
print.c:715: warning: pointer targets in passing argument 1 of ‘copy_text’ differ in signedness
print.c:715: warning: pointer targets in passing argument 1 of ‘insert_1_both’ differ in signedness
print.c: In function ‘Fprin1’:
print.c:751: warning: pointer targets in passing argument 1 of ‘copy_text’ differ in signedness
print.c:751: warning: pointer targets in passing argument 1 of ‘insert_1_both’ differ in signedness
print.c: In function ‘Fprin1_to_string’:
print.c:794: warning: pointer targets in passing argument 1 of ‘copy_text’ differ in signedness
print.c:794: warning: pointer targets in passing argument 1 of ‘insert_1_both’ differ in signedness
print.c: In function ‘Fprinc’:
print.c:847: warning: pointer targets in passing argument 1 of ‘copy_text’ differ in signedness
print.c:847: warning: pointer targets in passing argument 1 of ‘insert_1_both’ differ in signedness
print.c: In function ‘Fprint’:
print.c:887: warning: pointer targets in passing argument 1 of ‘copy_text’ differ in signedness
print.c:887: warning: pointer targets in passing argument 1 of ‘insert_1_both’ differ in signedness
print.c: In function ‘float_to_string’:
print.c:1139: warning: pointer targets in passing argument 1 of ‘strcpy’ differ in signedness
print.c:1145: warning: pointer targets in passing argument 1 of ‘strcpy’ differ in signedness
print.c:1164: warning: pointer targets in passing argument 1 of ‘strcpy’ differ in signedness
print.c:1185: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
print.c:1186: warning: pointer targets in passing argument 1 of ‘atof’ differ in signedness
print.c:1223: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
print.c:1223: warning: pointer targets in passing argument 2 of ‘sprintf’ differ in signedness
print.c: In function ‘print_object’:
print.c:1611: warning: pointer targets in passing argument 1 of ‘float_to_string’ differ in signedness
print.c:1684: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
print.c:1687: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
print.c:1701: warning: pointer targets in passing argument 1 of ‘sprintf’ 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 ‘Fload’:
lread.c:1077: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
lread.c:1080: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
lread.c: In function ‘openp’:
lread.c:1472: warning: pointer targets in passing argument 2 of ‘strncpy’ differ in signedness
lread.c:1478: warning: pointer targets in passing argument 2 of ‘strncpy’ differ in signedness
lread.c:1483: warning: pointer targets in passing argument 2 of ‘strncat’ differ in signedness
lread.c:1518: warning: pointer targets in assignment differ in signedness
lread.c: In function ‘read1’:
lread.c:2906: warning: pointer targets in passing argument 1 of ‘str_as_unibyte’ differ in signedness
lread.c:2983: warning: pointer targets in passing argument 2 of ‘char_string’ differ in signedness
lread.c:3089: warning: pointer targets in passing argument 1 of ‘multibyte_chars_in_text’ differ in signedness
lread.c: In function ‘Fintern’:
lread.c:3686: warning: pointer targets in passing argument 2 of ‘oblookup’ differ in signedness
lread.c: In function ‘Fintern_soft’:
lread.c:3737: warning: pointer targets in passing argument 2 of ‘oblookup’ differ in signedness
lread.c: In function ‘Funintern’:
lread.c:3769: warning: pointer targets in passing argument 2 of ‘oblookup’ 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 ‘Finternal_describe_syntax_value’:
syntax.c:1094: warning: pointer targets in passing argument 1 of ‘insert’ differ in signedness
syntax.c:1097: warning: pointer targets in passing argument 1 of ‘insert’ differ in signedness
syntax.c:1102: warning: pointer targets in passing argument 1 of ‘insert’ differ in signedness
syntax.c:1104: warning: pointer targets in passing argument 1 of ‘insert’ differ in signedness
syntax.c:1107: warning: pointer targets in passing argument 1 of ‘insert’ differ in signedness
syntax.c:1109: warning: pointer targets in passing argument 1 of ‘insert’ differ in signedness
syntax.c:1112: warning: pointer targets in passing argument 1 of ‘insert’ differ in signedness
syntax.c:1114: warning: pointer targets in passing argument 1 of ‘insert’ differ in signedness
syntax.c:1116: warning: pointer targets in passing argument 1 of ‘insert’ 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 ‘Fbyte_code’:
bytecode.c:878: warning: pointer targets in passing argument 1 of ‘temp_output_buffer_setup’ 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 ‘status_message’:
process.c:491: warning: pointer targets in passing argument 1 of ‘string_char’ differ in signedness
process.c: In function ‘list_processes_1’:
process.c:1531: warning: pointer targets in passing argument 1 of ‘insert_string’ differ in signedness
process.c: In function ‘Fmake_network_process’:
process.c:3427: warning: pointer targets in passing argument 2 of ‘strncpy’ 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 ‘getaddrinfo’ differ in signedness
process.c:3512: warning: pointer targets in passing argument 1 of ‘getservbyname’ differ in signedness
process.c:3641: warning: pointer targets in passing argument 3 of ‘getsockname’ differ in signedness
process.c:3706: warning: pointer targets in passing argument 5 of ‘getsockopt’ differ in signedness
process.c:3761: warning: pointer targets in passing argument 3 of ‘getsockname’ differ in signedness
process.c: In function ‘Fnetwork_interface_info’:
process.c:4122: warning: pointer targets in passing argument 2 of ‘strncpy’ differ in signedness
process.c: In function ‘server_accept_connection’:
process.c:4396: warning: pointer targets in passing argument 3 of ‘accept’ differ in signedness
process.c:4524: warning: pointer targets in passing argument 3 of ‘getsockname’ differ in signedness
process.c: In function ‘wait_reading_process_output’:
process.c:5271: warning: pointer targets in passing argument 3 of ‘getpeername’ differ in signedness
process.c: In function ‘read_process_output’:
process.c:5376: warning: pointer targets in passing argument 6 of ‘recvfrom’ 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 ‘send_process’:
process.c:5800: warning: pointer targets in passing argument 1 of ‘make_unibyte_string’ differ in signedness
process.c: In function ‘emacs_get_tty_pgrp’:
process.c:6047: warning: pointer targets in passing argument 1 of ‘emacs_open’ differ in signedness
process.c: In function ‘Fsignal_process’:
process.c:6490: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
process.c:6490: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
process.c:6496: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6499: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6502: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6505: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6508: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6511: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6514: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6517: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6520: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6523: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6526: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6529: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6532: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6535: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6538: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6541: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6544: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6547: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6550: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6553: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6556: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6559: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6562: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6565: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6568: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6571: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6574: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6577: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6580: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
process.c:6583: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ 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 ‘Fcall_process’:
callproc.c:397: warning: pointer targets in passing argument 1 of ‘emacs_open’ differ in signedness
callproc.c:517: warning: pointer targets in passing argument 1 of ‘creat’ differ in signedness
callproc.c:737: warning: pointer targets in passing argument 1 of ‘insert_1_both’ 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 ‘child_setup’:
callproc.c:1148: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
callproc.c:1180: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
callproc.c:1183: warning: pointer targets in passing argument 2 of ‘strcat’ differ in signedness
callproc.c:1191: warning: pointer targets in passing argument 3 of ‘add_env’ differ in signedness
callproc.c: In function ‘init_callproc’:
callproc.c:1531: warning: pointer targets in passing argument 1 of ‘access’ differ in signedness
callproc.c:1537: warning: pointer targets in passing argument 1 of ‘access’ 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 ‘doprnt’:
doprnt.c:212: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
doprnt.c:219: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
doprnt.c:242: warning: pointer targets in passing argument 1 of ‘strwidth’ 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 ‘ns_lisp_to_color’:
nsterm.m:1465: warning: pointer targets in passing argument 1 of ‘ns_get_color’ differ in signedness
nsterm.m:1467: warning: pointer targets in passing argument 1 of ‘ns_get_color’ differ in signedness
nsterm.m: In function ‘ns_string_to_lispmod’:
nsterm.m:3468: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
nsterm.m:3470: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
nsterm.m:3472: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
nsterm.m:3474: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
nsterm.m:3476: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
nsterm.m:3478: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
nsterm.m: In function ‘ns_term_init’:
nsterm.m:3762: warning: pointer targets in passing argument 2 of ‘strncpy’ differ in signedness
nsterm.m:3806: warning: pointer targets in assignment differ in signedness
nsterm.m: In function ‘ns_term_shutdown’:
nsterm.m:3908: warning: pointer targets in passing argument 1 of ‘unlink’ differ in signedness
nsterm.m: In function ‘-[EmacsApp requestService:userData:error:]’:
nsterm.m:4239: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsterm.m: In function ‘-[EmacsView initFrameFromEmacs:]’:
nsterm.m:5134: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsterm.m:5153: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ 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 ‘x_set_icon_name’:
nsfns.m:465: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfns.m:469: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfns.m: In function ‘ns_set_name_internal’:
nsfns.m:484: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfns.m:495: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfns.m: In function ‘ns_set_name_as_filename’:
nsfns.m:635: warning: pointer targets in passing argument 2 of ‘strcmp’ differ in signedness
nsfns.m:642: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfns.m:657: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfns.m: In function ‘ns_implicitly_set_icon_type’:
nsfns.m:774: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfns.m:799: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfns.m:812: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfns.m: In function ‘x_set_icon_type’:
nsfns.m:841: warning: pointer targets in passing argument 1 of ‘build_string’ differ in signedness
nsfns.m:857: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfns.m: In function ‘ns_lisp_to_cursor_type’:
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 ‘Fns_read_file_name’:
nsfns.m:1436: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfns.m:1438: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfns.m:1439: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfns.m:1441: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfns.m: In function ‘Fns_get_resource’:
nsfns.m:1504: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfns.m: In function ‘Fns_set_resource’:
nsfns.m:1527: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfns.m:1533: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfns.m:1535: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfns.m: In function ‘Fns_font_name’:
nsfns.m:1842: warning: pointer targets in assignment differ in signedness
nsfns.m:1849: warning: pointer targets in passing argument 1 of ‘ns_xlfd_to_fontname’ differ in signedness
nsfns.m: In function ‘Fns_perform_service’:
nsfns.m:1961: warning: pointer targets in assignment differ in signedness
nsfns.m: In function ‘Fns_convert_utf8_nfd_to_nfc’:
nsfns.m:1987: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfns.m: In function ‘ns_do_applescript’:
nsfns.m:2018: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfns.m: In function ‘Fx_show_tip’:
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 ‘ns_update_menubar’:
nsmenu.m:319: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
nsmenu.m:319: warning: pointer targets in passing argument 2 of ‘strcmp’ differ in signedness
nsmenu.m:425: warning: pointer targets in passing argument 2 of ‘strncmp’ differ in signedness
nsmenu.m:445: warning: pointer targets in passing argument 2 of ‘strncpy’ differ in signedness
nsmenu.m: In function ‘ns_menu_show’:
nsmenu.m:976: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsmenu.m: In function ‘process_dialog’:
nsmenu.m:1550: warning: pointer targets in passing argument 1 of ‘addString:row:’ differ in signedness
nsmenu.m:1555: warning: pointer targets in passing argument 1 of ‘addButton:value:row:’ differ in signedness
nsmenu.m: In function ‘-[EmacsDialogPanel initFromContents:isQuestion:]’:
nsmenu.m:1644: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ 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 ‘symbol_to_nsstring’:
nsselect.m:66: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsselect.m: In function ‘ns_string_to_pasteboard_internal’:
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 ‘+[EmacsImage allocInitFromFile:]’:
nsimage.m:172: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsimage.m:188: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsimage.m:202: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ 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 ‘ns_get_family’:
nsfont.m:104: warning: pointer targets in passing argument 1 of ‘strdup’ differ in signedness
nsfont.m: In function ‘ns_lang_to_script’:
nsfont.m:285: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
nsfont.m:289: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
nsfont.m:291: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness
nsfont.m: In function ‘ns_otf_to_script’:
nsfont.m:305: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfont.m: In function ‘ns_registry_to_script’:
nsfont.m:318: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
nsfont.m:318: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
nsfont.m:321: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfont.m: In function ‘ns_get_req_script’:
nsfont.m:347: warning: pointer targets in passing argument 1 of ‘stringWithUTF8String:’ differ in signedness
nsfont.m:365: warning: pointer targets in passing argument 1 of ‘ns_registry_to_script’ differ in signedness
nsfont.m: In function ‘nsfont_open’:
nsfont.m:709: warning: pointer targets in passing argument 2 of ‘strncmp’ 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 ‘x_create_bitmap_from_data’:
image.c:296: warning: pointer targets in passing argument 1 of ‘ns_image_from_XBM’ differ in signedness
image.c: In function ‘x_create_bitmap_from_file’:
image.c:356: warning: pointer targets in passing argument 2 of ‘strcpy’ differ in signedness
image.c: In function ‘parse_image_spec’:
image.c:827: warning: pointer targets in passing argument 2 of ‘strcmp’ differ in signedness
image.c: In function ‘x_alloc_image_color’:
image.c:1457: warning: pointer targets in passing argument 2 of ‘ns_defined_color’ differ in signedness
image.c: In function ‘Create_Pixmap_From_Bitmap_Data’:
image.c:2695: warning: pointer targets in passing argument 1 of ‘ns_image_from_XBM’ differ in signedness
image.c: In function ‘xbm_load’:
image.c:2975: warning: pointer targets in passing argument 1 of ‘slurp_file’ 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 ‘xpm_put_color_table_h’:
image.c:3889: warning: pointer targets in passing argument 1 of ‘make_unibyte_string’ differ in signedness
image.c: In function ‘xpm_get_color_table_h’:
image.c:3902: warning: pointer targets in passing argument 1 of ‘make_unibyte_string’ differ in signedness
image.c: In function ‘xpm_load_image’:
image.c:3983: warning: pointer targets in passing argument 1 of ‘sscanf’ differ in signedness
image.c:4026: warning: pointer targets in passing argument 1 of ‘strtok’ 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 ‘xpm_str_to_color_key’ 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 ‘xpm_str_to_color_key’ differ in signedness
image.c:4043: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
image.c:4049: warning: pointer targets in passing argument 1 of ‘build_string’ differ in signedness
image.c:4067: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
image.c:4069: warning: pointer targets in passing argument 2 of ‘ns_defined_color’ differ in signedness
image.c:4076: warning: pointer targets in passing argument 2 of ‘xstrcasecmp’ differ in signedness
image.c:4078: warning: pointer targets in passing argument 2 of ‘ns_defined_color’ differ in signedness
image.c: In function ‘xpm_load’:
image.c:4193: warning: pointer targets in passing argument 1 of ‘slurp_file’ differ in signedness
image.c: In function ‘pbm_load’:
image.c:5254: warning: pointer targets in passing argument 1 of ‘slurp_file’ 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    
/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=/Users/sigve/Desktop/emacs-23.3/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* | */cedet* ) ;; *) wins="$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 
  0x319000 0x1c9000 rw   rwx 
  0x4e2000  0x43000 rw   rwx 
  0x525000   0x2000 rw   rwx 
  0x527000  0x3a000 r    rwx 
  0x561000  0x38000 r x  rwx 
  0x599000   0x3000 rw   rwx 
  0x59c000   0xe000 r    rwx 
  0x5aa000   0x4000 rw   rwx 
  0x5ae000   0xb000 rw   rwx 
  0x5b9000  0x10000 rw   rwx 
  0x5c9000  0x19000 rw   rwx 
  0x5e2000  0x1a000 rw   rwx 
  0x5fc000   0x1000 r    rw  
  0x5fd000   0x1000 r    rw  
  0x5fe000   0x1000 rw   rwx 
  0x600000 0x105000 rw   rwx 
  0x705000  0x31000 r x  rwx 
  0x736000   0x1000 rw   rwx 
  0x737000  0x89000 r    rwx 
  0x7c0000  0x1e000 rw   rwx 
  0x7de000  0x1f000 rw   rwx 
  0x7fd000   0x1000 rw   rw  
  0x7fe000   0x1000 rw   rwx 
  0x7ff000   0x1000 r    r   
  0x800000 0x808000 rw   rwx 
 0x1008000  0xef000 r x  rwx 
 0x10f7000   0x5000 rw   rwx 
 0x10fc000   0x9000 rw   rwx 
 0x1105000  0x1e000 r    rwx 
 0x1123000  0x1e000 rw   rwx 
 0x1141000  0x1e000 rw   rwx 
 0x115f000  0x1e000 rw   rwx 
 0x117d000  0x1d000 rw   rwx 
 0x119a000   0x5000 rw   rwx 
 0x119f000  0x20000 rw   rwx 
 0x11e0000  0x1e000 rw   rwx 
 0x11ff000   0x1000 rw   rwx 
 0x1200000 0x105000 rw   rwx 
 0x1305000 0x400000 rw   rwx 
--- List of Regions to be Dumped ---
   address     size prot maxp
         0   0x1000 none none
    0x1000 0x318000 r x  rwx 
  0x319000 0x20e000 rw   rwx 
  0x527000  0x3a000 r    rwx 
  0x561000  0x38000 r x  rwx 
  0x599000   0x3000 rw   rwx 
  0x59c000   0xe000 r    rwx 
  0x5aa000  0x52000 rw   rwx 
  0x5fc000   0x2000 r    rw  
  0x5fe000   0x1000 rw   rwx 
  0x600000 0x105000 rw   rwx 
  0x705000  0x31000 r x  rwx 
  0x736000   0x1000 rw   rwx 
  0x737000  0x89000 r    rwx 
  0x7c0000  0x3d000 rw   rwx 
  0x7fd000   0x1000 rw   rw  
  0x7fe000   0x1000 rw   rwx 
  0x7ff000   0x1000 r    r   
  0x800000 0x808000 rw   rwx 
 0x1008000  0xef000 r x  rwx 
 0x10f7000   0xe000 rw   rwx 
 0x1105000  0x1e000 r    rwx 
 0x1123000  0x9c000 rw   rwx 
 0x11e0000  0x1e000 rw   rwx 
 0x11ff000 0x506000 rw   rwx 
--- Header Information ---
Magic = 0xfeedface
CPUType = 18
CPUSubType = 0
FileType = 0x2
NCmds = 14
SizeOfCmds = 3100
Flags = 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=../src/bootstrap-emacs
make[2]: Nothing to be done for `compile-first'.
cd ../lisp; make  autoloads EMACS=../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=/Users/sigve/Desktop/emacs-23.3/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* | */obsolete | */term ) ;; *) wins="$wins $wd/$file" ;; esac; done; \
echo Directories: $wins; \
EMACSLOADPATH=/Users/sigve/Desktop/emacs-23.3/lisp LC_ALL=C ../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$ 

[-- Attachment #4: Type: text/plain, Size: 17 bytes --]



--
– Sigve

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

* bug#6401:
  2011-05-24 16:30 ` bug#6401: Sigve Berge Hofland
@ 2011-07-02  1:01   ` Glenn Morris
  0 siblings, 0 replies; 16+ messages in thread
From: Glenn Morris @ 2011-07-02  1:01 UTC (permalink / raw)
  To: Sigve Berge Hofland; +Cc: 6401

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.





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

* bug#6401:
  2010-06-11 11:53 bug#6401: Failure in loading charset map: JISX0208 Sigve Berge Hofland
  2011-05-24 16:30 ` bug#6401: Sigve Berge Hofland
@ 2011-11-21  2:33 ` Tim Daly Jr.
  2011-11-21 23:31   ` bug#6401: Glenn Morris
  1 sibling, 1 reply; 16+ messages in thread
From: Tim Daly Jr. @ 2011-11-21  2:33 UTC (permalink / raw)
  To: 6401

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 = egetenv ("EMACSDATA");
...
  Vdata_directory
    = 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=/Applications/Emacs.app/Contents/Resources/etc
EMACSPATH=/Applications/Emacs.app/Contents/MacOS/libexec:/Applications/Emacs.app/Contents/MacOS/bin
EMACS=t
EMACSLOADPATH=/Applications/Emacs.app/Contents/Resources/site-lisp:/Applications/Emacs.app/Contents/Resources/lisp:/Applications/Emacs.app/Contents/Resources/leim
EMACSDOC=/Applications/Emacs.app/Contents/Resources/etc

I unset EMACSDATA (and a few others, for the heck of it), and the build succeeded.

Cheers,
Tim




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

* bug#6401:
  2011-11-21  2:33 ` bug#6401: Tim Daly Jr.
@ 2011-11-21 23:31   ` Glenn Morris
  2011-11-22  5:38     ` bug#6401: Eli Zaretskii
  0 siblings, 1 reply; 16+ messages in thread
From: Glenn Morris @ 2011-11-21 23:31 UTC (permalink / raw)
  To: Tim Daly Jr.; +Cc: 6401

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





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

* bug#6401:
  2011-11-21 23:31   ` bug#6401: Glenn Morris
@ 2011-11-22  5:38     ` Eli Zaretskii
  2011-11-22  7:49       ` bug#6401: Glenn Morris
  0 siblings, 1 reply; 16+ messages in thread
From: Eli Zaretskii @ 2011-11-22  5:38 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 6401, tim

> From: Glenn Morris <rgm@gnu.org>
> 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.





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

* bug#6401:
  2011-11-22  5:38     ` bug#6401: Eli Zaretskii
@ 2011-11-22  7:49       ` Glenn Morris
  2011-11-22  8:36         ` bug#6401: Eli Zaretskii
  0 siblings, 1 reply; 16+ messages in thread
From: Glenn Morris @ 2011-11-22  7:49 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 6401, tim

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.





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

* bug#6401:
  2011-11-22  7:49       ` bug#6401: Glenn Morris
@ 2011-11-22  8:36         ` Eli Zaretskii
  2011-11-22 17:29           ` bug#6401: Glenn Morris
  2011-11-22 17:32           ` bug#6401: Glenn Morris
  0 siblings, 2 replies; 16+ messages in thread
From: Eli Zaretskii @ 2011-11-22  8:36 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 6401, tim

> From: Glenn Morris <rgm@gnu.org>
> 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.





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

* bug#6401:
  2011-11-22  8:36         ` bug#6401: Eli Zaretskii
@ 2011-11-22 17:29           ` Glenn Morris
  2011-11-22 17:34             ` bug#6401: Tim Daly Jr.
                               ` (2 more replies)
  2011-11-22 17:32           ` bug#6401: Glenn Morris
  1 sibling, 3 replies; 16+ messages in thread
From: Glenn Morris @ 2011-11-22 17:29 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 6401, tim

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





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

* bug#6401:
  2011-11-22  8:36         ` bug#6401: Eli Zaretskii
  2011-11-22 17:29           ` bug#6401: Glenn Morris
@ 2011-11-22 17:32           ` Glenn Morris
  2011-11-22 18:09             ` bug#6401: Eli Zaretskii
  1 sibling, 1 reply; 16+ messages in thread
From: Glenn Morris @ 2011-11-22 17:32 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 6401, tim

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






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

* bug#6401:
  2011-11-22 17:29           ` bug#6401: Glenn Morris
@ 2011-11-22 17:34             ` Tim Daly Jr.
  2011-11-22 17:42             ` bug#6401: Glenn Morris
  2011-11-22 18:08             ` bug#6401: Eli Zaretskii
  2 siblings, 0 replies; 16+ messages in thread
From: Tim Daly Jr. @ 2011-11-22 17:34 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 6401


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





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

* bug#6401:
  2011-11-22 17:29           ` bug#6401: Glenn Morris
  2011-11-22 17:34             ` bug#6401: Tim Daly Jr.
@ 2011-11-22 17:42             ` Glenn Morris
  2011-11-22 22:15               ` bug#6401: Glenn Morris
  2011-11-22 18:08             ` bug#6401: Eli Zaretskii
  2 siblings, 1 reply; 16+ messages in thread
From: Glenn Morris @ 2011-11-22 17:42 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 6401, tim

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





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

* bug#6401:
  2011-11-22 17:29           ` bug#6401: Glenn Morris
  2011-11-22 17:34             ` bug#6401: Tim Daly Jr.
  2011-11-22 17:42             ` bug#6401: Glenn Morris
@ 2011-11-22 18:08             ` Eli Zaretskii
  2 siblings, 0 replies; 16+ messages in thread
From: Eli Zaretskii @ 2011-11-22 18:08 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 6401, tim

> From: Glenn Morris <rgm@gnu.org>
> 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.





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

* bug#6401:
  2011-11-22 17:32           ` bug#6401: Glenn Morris
@ 2011-11-22 18:09             ` Eli Zaretskii
  0 siblings, 0 replies; 16+ messages in thread
From: Eli Zaretskii @ 2011-11-22 18:09 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 6401, tim

> From: Glenn Morris <rgm@gnu.org>
> 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.





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

* bug#6401:
  2011-11-22 17:42             ` bug#6401: Glenn Morris
@ 2011-11-22 22:15               ` Glenn Morris
  2012-07-10  1:06                 ` bug#6401: Failure in loading charset map: JISX0208 Glenn Morris
  0 siblings, 1 reply; 16+ messages in thread
From: Glenn Morris @ 2011-11-22 22:15 UTC (permalink / raw)
  To: 6401

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





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

* bug#6401: Failure in loading charset map: JISX0208
  2011-11-22 22:15               ` bug#6401: Glenn Morris
@ 2012-07-10  1:06                 ` Glenn Morris
  0 siblings, 0 replies; 16+ messages in thread
From: Glenn Morris @ 2012-07-10  1:06 UTC (permalink / raw)
  To: 6401-done

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.





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

end of thread, other threads:[~2012-07-10  1:06 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-11 11:53 bug#6401: Failure in loading charset map: JISX0208 Sigve Berge Hofland
2011-05-24 16:30 ` bug#6401: Sigve Berge Hofland
2011-07-02  1:01   ` bug#6401: Glenn Morris
2011-11-21  2:33 ` bug#6401: Tim Daly Jr.
2011-11-21 23:31   ` bug#6401: Glenn Morris
2011-11-22  5:38     ` bug#6401: Eli Zaretskii
2011-11-22  7:49       ` bug#6401: Glenn Morris
2011-11-22  8:36         ` bug#6401: Eli Zaretskii
2011-11-22 17:29           ` bug#6401: Glenn Morris
2011-11-22 17:34             ` bug#6401: Tim Daly Jr.
2011-11-22 17:42             ` bug#6401: Glenn Morris
2011-11-22 22:15               ` bug#6401: Glenn Morris
2012-07-10  1:06                 ` bug#6401: Failure in loading charset map: JISX0208 Glenn Morris
2011-11-22 18:08             ` bug#6401: Eli Zaretskii
2011-11-22 17:32           ` bug#6401: Glenn Morris
2011-11-22 18:09             ` bug#6401: Eli Zaretskii

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

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

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