all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: djh <henman@it.to-be.co.jp>
Cc: bug-gnu-emacs@gnu.org
Subject: more information (bldg emacs for cygwin X11)
Date: Mon, 01 Aug 2005 15:20:20 +0900	[thread overview]
Message-ID: <42EDBF24.1090903@it.to-be.co.jp> (raw)

As requested more facts to find the problem:


-------------------------------- start --------------------------------
Purpose: To build emacs to run on cygwin, using cygwin's X11 and other libs.
         This is not an attempt to build nt emacs.

Unix-like-xfc:  CYGWIN_NT-5.1 1.5.18(0.132/4/2) 2005-07-02
           os:  Microsoft XP Professional version 5.1 SP1
      Machine:  IBM Think Centre
GNU Emacs 22.0.50.1 (i686-pc-cygwin, X toolkit, Xaw3d scroll bars)

* This fatal build error occurs in the unmodified cvs code.


Date from CVS:  July 27th, 2005

Note: This is not a try to build NT EMACS, but just a standard one to 
run on cygwin using cygwin's X11 and other libraries.



Process description:

        make distclean    # for re-configuring (ignore any initial 
errors here)

        export TEMP=/tmp
        export 
PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/X11R6/bin:/usr/sbin:/usr/local/sbin
        export LIB=/lib:/usr/X11R6/lib:/usr/local/lib


# configure parameters:
        ./configure --prefix=/usr  --mandir=/usr/share/man \
                    --infodir=/usr/share/info --exec-prefix= \
                    >~/emacs-config.log 2>&1


Then make the bootstrap:

        make bootstrap >~/bootstrap.log 2>&1


Then make bootstrap aborts with the following message:

---------------- excerpt where make failed:

gcc -DHAVE_CONFIG_H -I. -I../src -I/cygdrive/c/emacs/cvs/emacs/lib-src 
-I/cygdrive/c/emacs/cvs/emacs/lib-src/../src -L/usr/X11R6/lib  -g -O2 
/cygdrive/c/emacs/cvs/emacs/lib-src/update-game-score.c 
-DHAVE_SHARED_GAME_DIR="\"/usr/var/games/emacs\""  -o update-game-score
/cygdrive/c/DOCUME~1/my-name/LOCALS~1/Temp/ccWG22xU.o: In function `main':
/cygdrive/c/emacs/cvs/emacs/lib-src/update-game-score.c:216: undefined 
reference to `_rpl_getopt'
/cygdrive/c/emacs/cvs/emacs/lib-src/update-game-score.c:216: undefined 
reference to `_rpl_getopt'
/cygdrive/c/emacs/cvs/emacs/lib-src/update-game-score.c:219: undefined 
reference to `_rpl_optind'
/cygdrive/c/emacs/cvs/emacs/lib-src/update-game-score.c:226: undefined 
reference to `_rpl_optind'
/cygdrive/c/emacs/cvs/emacs/lib-src/update-game-score.c:232: undefined 
reference to `_rpl_optind'
/cygdrive/c/emacs/cvs/emacs/lib-src/update-game-score.c:233: undefined 
reference to `_rpl_optind'
/cygdrive/c/emacs/cvs/emacs/lib-src/update-game-score.c:234: undefined 
reference to `_rpl_optind'
/cygdrive/c/emacs/cvs/emacs/lib-src/update-game-score.c:205: undefined 
reference to `_rpl_optarg'
/cygdrive/c/emacs/cvs/emacs/lib-src/update-game-score.c:211: undefined 
reference to `_rpl_optarg'
collect2: ld returned 1 exit status
make[2]: *** [update-game-score.exe] Error 1
make[2]: Leaving directory `/cygdrive/c/emacs/cvs/emacs/lib-src'
make[1]: *** [lib-src] Error 2
make[1]: Leaving directory `/cygdrive/c/emacs/cvs/emacs'
make: *** [bootstrap-build] Error 2



-------------------------------- end --------------------------------

Note: By commenting out referrences to "update-game-score" on line # 110 and
the whole gcc compile oriented lines #251 and #252 in file 
..../lib-src/Makefile, then "make bootstrap" will completes successfully.

Any ideas as to how to correct this will be appreciated.

Regards

             reply	other threads:[~2005-08-01  6:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-01  6:20 djh [this message]
2005-08-01 18:32 ` more information (bldg emacs for cygwin X11) Ehud Karni
2005-08-01 18:32 ` Ehud Karni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42EDBF24.1090903@it.to-be.co.jp \
    --to=henman@it.to-be.co.jp \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

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