From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mizuho Matsunaga Newsgroups: gmane.emacs.devel,gmane.emacs.help Subject: Compile error emacs23.3 on Sparc Solaris10 Date: Sat, 23 Apr 2011 14:41:09 +0900 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1303537269 7372 80.91.229.12 (23 Apr 2011 05:41:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 23 Apr 2011 05:41:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 23 07:41:05 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QDVaZ-0006F0-SM for ged-emacs-devel@m.gmane.org; Sat, 23 Apr 2011 07:41:04 +0200 Original-Received: from localhost ([::1]:35152 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDVaZ-0008Lk-6O for ged-emacs-devel@m.gmane.org; Sat, 23 Apr 2011 01:41:03 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDVaW-0008La-8U for emacs-devel@gnu.org; Sat, 23 Apr 2011 01:41:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QDVaV-0007L5-2t for emacs-devel@gnu.org; Sat, 23 Apr 2011 01:41:00 -0400 Original-Received: from mizucci.net ([119.245.207.249]:32895) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDVaU-0007Ka-Gv for emacs-devel@gnu.org; Sat, 23 Apr 2011 01:40:59 -0400 Original-Received: (qmail 19772 invoked by SAV 20110422.039 by uid 0); 23 Apr 2011 14:40:53 +0900 Original-Received: from unknown (HELO mizucci.net) (mizu0@220.215.214.83) by dc30.etius.jp (119.245.207.249) with ESMTPA; 23 Apr 2011 14:40:53 +0900 X-Mailer: HidemaruMail 5.19 (WinNT,501) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 119.245.207.249 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:138648 gmane.emacs.help:80831 Archived-At: Hi all I try to compile emacs23.3 on my Sparc Solaris10 by SolStudio12.2. Fatal error occured on strcpy, strcmp This cause is bad arrgument. gmake[2]: Entering directory `/opt/src/emacs-23.3/lwlib' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/opt/src/emacs-23.3/lwlib' cc -c -I/opt/xfce/include -I/opt/gtk/include -I/opt/mfw/include -I/usr/sfw/include -I/usr/openwin/ include -I/opt/solstudio12.2/prod/include -I/usr/include -I/opt/SUNWmlib/include -Demacs - DHAVE_CONFIG_H -I. -I/opt/src/emacs-23.3/src -I/usr/openwin/include -I/usr/dt/include - D_REENTRANT -D_PTHREADS -D_POSIX_PTHREAD_SEMANTICS -I/opt/gtk/include/librsvg-2.0 -I/opt/gtk/include /glib-2.0 -I/opt/gtk/lib/glib-2.0/include -I/opt/gtk/include/gdk-pixbuf-2.0 -I/opt/mfw/include/cairo -I/opt/mfw/include/libpng15 -I/opt/mfw/include/pixman-1 -I/opt/mfw/include -I/opt/mfw/include/ freetype2 -I/opt/mfw/include/dbus-1.0 -I/opt/mfw/lib/dbus-1.0/include -fast -m64 -xtarget= native -xarch=sparcvis2 -xvector=lib -xdepend -xautopar -xloopinfo -mt -I/opt/mfw/include dbusbind.c "dbusbind.c", line 299: warning: argument #2 is incompatible with prototype: prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 65 argument : pointer to unsigned char "dbusbind.c", line 505: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char cc: Fatal error in /opt/solstudio12.2/prod/bin/acomp cc: Status 139 gmake[1]: *** [dbusbind.o] Error 139 gmake[1]: Leaving directory `/opt/src/emacs-23.3/src' gmake: *** [src] Error 2 Is this bug? Please help me. -- Mizuho Matsunaga