From owner-FreeBSD-users-jp@jp.freebsd.org  Fri Oct 31 03:32:51 1997
Received: by jaz.jp.freebsd.org (8.8.8+2.7Wbeta7/8.7.3) id DAA25808
	Fri, 31 Oct 1997 03:32:51 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.8.7+2.7Wbeta7/8.7.3) with ESMTP id DAA25803
	for <FreeBSD-users-jp@jp.freebsd.org>; Fri, 31 Oct 1997 03:32:50 +0900 (JST)
Received: from piazzola.nettak.ne.jp (Ntk26DS10.tk2.mesh.ad.jp [133.205.138.56]) by mailsv1.pcvan.or.jp (8.7.5+2.6Wbeta6/3.5W9-PCVAN01) with ESMTP id DAA20330 for <FreeBSD-users-jp@jp.freebsd.org>; Fri, 31 Oct 1997 03:33:41 +0900 (JST)
Received: from localhost (localhost [127.0.0.1])
	by piazzola.nettak.ne.jp (8.8.5/3.6Wbeta6) with ESMTP id SAA21216
	for <FreeBSD-users-jp@jp.freebsd.org>; Thu, 30 Oct 1997 18:33:56 GMT
To: FreeBSD-users-jp@jp.freebsd.org
X-Mailer: Mew version 1.92 on Emacs 19.28 / Mule 2.3 (SUETSUMUHANA)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Message-Id: <19971031033355Z.taka_po@mta.biglobe.ne.jp>
Date: Fri, 31 Oct 1997 03:33:55 +0900
From: Takayuki Arai  <taka_po@mta.biglobe.ne.jp>
X-Dispatcher: imput version 971024
Lines: 89
Reply-To: FreeBSD-users-jp@jp.freebsd.org
Precedence: bulk
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=20]
X-Sequence: FreeBSD-users-jp 20029
Subject: [FreeBSD-users-jp 20029] Compile error on xemacs20.3
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org

$B?70f!wCfBg$G$9!#(B


xemacs20.3-b94 $B$r(BFreeBSD-2.2.1(98)$B$K(B install $B$7$h$&$H;W$$(B

 ./configure --with-mule --with-wnn6 --site-includes=/usr/OMRONWnn6/wnnsdk/sdk
 --site-libraries=/usr/OMRONWnn6/wnnsdk/sdk/ --with-xface --with-jpeg
  --with-xfs
$B$H$7$F(B make $B$9$k$H!"(B

/usr2/local/src/xemacs-20.3-b94/lib-src/profile.c: In function `reset_watch':
/usr2/local/src/xemacs-20.3-b94/lib-src/profile.c:51: too few arguments to function `gettimeofday'
/usr2/local/src/xemacs-20.3-b94/lib-src/profile.c: In function `get_time':
/usr2/local/src/xemacs-20.3-b94/lib-src/profile.c:64: too few arguments to function `gettimeofday'
*** Error code 1

Stop.
*** Error code 1

$B$H$J$C$F$7$^$$$^$9!#(B
config.log $B$N4X78$"$j$=$&$J$H$3$m$r=&$C$F$_$k$H0J2<$N$h$&$K$J$C$F$$$^$9!#(B

---

configure:7556: checking for gettimeofday
configure:7582: gcc -o conftest -g -O2 -Wall -Wno-switch   -I/usr/OMRONWnn6/wnnsdk/sdk     -I/usr/X11R6/include  -L/usr/OMRONWnn6/wnnsdk/sdk/   -L/usr/X11R6/lib  conftest.c    -lwnn -ljpeg -lcompface -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE -lkvm -lm   -lutil -lxpg4 -lcrypt  1>&5
ld: -lwnn: no match
configure: failed program was:
#line 7559 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char gettimeofday(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char gettimeofday();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_gettimeofday) || defined (__stub___gettimeofday)
choke me
#else
gettimeofday();
#endif

; return 0; }
---

 ./configure $B$N(B option $B$r?'!9JQ$($F$_$?$H$3$m!"(B--with-mule $B$N$_$J$i(B
compile $B$G$-$^$7$?!#(B $B$=$N$H$-$N(B config.log $B$N0lIt$,!"0J2<$G$9!#(B

-----
configure:7556: checking for gettimeofday
configure:7582: gcc -o conftest -g -O2 -Wall -Wno-switch       -I/usr/X11R6/include     -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE -lkvm -lm   -lutil -lxpg4 -lcrypt  1>&5

-----

$B$^$?!"(Bxemacs20.3-b92 $B$G$bF1$87k2L$G$7$?!#(B
$B$I$J$?$+!"(Bxemacs20.3 $B$G(B Wnn6 $B$r;HMQ$G$-$F$$$kJ}$,$$$i$C$7$c$C$?$i(B
$B65$($FD:$-$?$$$N$G$9$,!#(B






$BCf1{Bg3XM}9)3XItJ*M}2J(B3$BG/(B                                  
$B?70f(B $B5.G7(B <taka_po@mta.biglobe.ne.jp>
          <http://www2s.biglobe.ne.jp/~piazzola>
PGP pubkey fingerprint 
:62 D6 6D F7 77 91 90 61  EB 8A A2 7F 44 3C F7 56














