unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Compile error emacs23.3 on Sparc Solaris10
@ 2011-04-23  5:41 Mizuho Matsunaga
  2011-04-23  6:36 ` Eli Zaretskii
  2011-04-27  9:09 ` Oleksandr Gavenko
  0 siblings, 2 replies; 7+ messages in thread
From: Mizuho Matsunaga @ 2011-04-23  5:41 UTC (permalink / raw)
  To: emacs-devel; +Cc: help-gnu-emacs

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 <mizu0@mizucci.net>



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

* Re: Compile error emacs23.3 on Sparc Solaris10
  2011-04-23  5:41 Compile error emacs23.3 on Sparc Solaris10 Mizuho Matsunaga
@ 2011-04-23  6:36 ` Eli Zaretskii
  2011-04-23 13:54   ` Re[2]: " Mizuho Matsunaga
  2011-04-27  9:09 ` Oleksandr Gavenko
  1 sibling, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2011-04-23  6:36 UTC (permalink / raw)
  To: Mizuho Matsunaga; +Cc: emacs-devel

> From: Mizuho Matsunaga <mizu0@mizucci.net>
> Date: Sat, 23 Apr 2011 14:41:09 +0900
> 
> Fatal error occured on strcpy, strcmp
> This cause is bad arrgument.

No, those are only warnings.  I doubt that they are the real cause of
the trouble, since the warning is about qualifiers of char pointers.

> cc: Fatal error in /opt/solstudio12.2/prod/bin/acomp
> cc: Status 139

/opt/solstudio12.2/prod/bin/acomp is a part of the compiler, right?
It sounds like a bug in the compiler: it shouldn't crash.



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

* Re[2]: Compile error emacs23.3 on Sparc Solaris10
  2011-04-23  6:36 ` Eli Zaretskii
@ 2011-04-23 13:54   ` Mizuho Matsunaga
  2011-04-24  9:09     ` Re[3]: " Mizuho Matsunaga
  0 siblings, 1 reply; 7+ messages in thread
From: Mizuho Matsunaga @ 2011-04-23 13:54 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

Hi Eli,

Thank you.

Other error message is nothing.

I tried to compile sometime,
but I can not intall emacs on my sparc, and I don't use emacs.

I think that I give up to use emacs.

Regards.


> > From: Mizuho Matsunaga <mizu0@mizucci.net>
> > Date: Sat, 23 Apr 2011 14:41:09 +0900
> > 
> > Fatal error occured on strcpy, strcmp
> > This cause is bad arrgument.
> 
> No, those are only warnings.  I doubt that they are the real cause of
> the trouble, since the warning is about qualifiers of char pointers.
> 
> > cc: Fatal error in /opt/solstudio12.2/prod/bin/acomp
> > cc: Status 139
> 
> /opt/solstudio12.2/prod/bin/acomp is a part of the compiler, right?
> It sounds like a bug in the compiler: it shouldn't crash.

-- 
Mizuho Matsunaga <mizu0@mizucci.net>



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

* Re[3]: Compile error emacs23.3 on Sparc Solaris10
  2011-04-23 13:54   ` Re[2]: " Mizuho Matsunaga
@ 2011-04-24  9:09     ` Mizuho Matsunaga
  2011-04-24 17:41       ` Chong Yidong
  0 siblings, 1 reply; 7+ messages in thread
From: Mizuho Matsunaga @ 2011-04-24  9:09 UTC (permalink / raw)
  To: emacs-devel

I complete to compile emacs23.3 by option -without-dbus.

I don't know compile error with dbus.
I don't use IME and Xfontset. but I can use on emacs -nw.
My enviroment is Sparc Solaris10 and UTF-8.

Do I miss to compile?
Please help.

Thank you.

> Hi Eli,
> 
> Thank you.
> 
> Other error message is nothing.
> 
> I tried to compile sometime,
> but I can not intall emacs on my sparc, and I don't use emacs.
> 
> I think that I give up to use emacs.
> 
> Regards.
> 
> 
> > > From: Mizuho Matsunaga <mizu0@mizucci.net>
> > > Date: Sat, 23 Apr 2011 14:41:09 +0900
> > > 
> > > Fatal error occured on strcpy, strcmp
> > > This cause is bad arrgument.
> > 
> > No, those are only warnings.  I doubt that they are the real cause of
> > the trouble, since the warning is about qualifiers of char pointers.
> > 
> > > cc: Fatal error in /opt/solstudio12.2/prod/bin/acomp
> > > cc: Status 139
> > 
> > /opt/solstudio12.2/prod/bin/acomp is a part of the compiler, right?
> > It sounds like a bug in the compiler: it shouldn't crash.
> 
> -- 
> Mizuho Matsunaga <mizu0@mizucci.net>

-- 
Mizuho Matsunaga <mizu0@mizucci.net>



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

* Re: Compile error emacs23.3 on Sparc Solaris10
  2011-04-24  9:09     ` Re[3]: " Mizuho Matsunaga
@ 2011-04-24 17:41       ` Chong Yidong
  0 siblings, 0 replies; 7+ messages in thread
From: Chong Yidong @ 2011-04-24 17:41 UTC (permalink / raw)
  To: Mizuho Matsunaga; +Cc: emacs-devel

Mizuho Matsunaga <mizu0@mizucci.net> writes:

> I complete to compile emacs23.3 by option -without-dbus.
>
> I don't know compile error with dbus.

Could you show us the compile error?

> I don't use IME and Xfontset. but I can use on emacs -nw.
> My enviroment is Sparc Solaris10 and UTF-8.
>
> Do I miss to compile?
> Please help.

I'm afraid I don't understand the question.



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

* Re: Compile error emacs23.3 on Sparc Solaris10
  2011-04-23  5:41 Compile error emacs23.3 on Sparc Solaris10 Mizuho Matsunaga
  2011-04-23  6:36 ` Eli Zaretskii
@ 2011-04-27  9:09 ` Oleksandr Gavenko
  2011-04-27 16:20   ` Re[2]: " Mizuho Matsunaga
  1 sibling, 1 reply; 7+ messages in thread
From: Oleksandr Gavenko @ 2011-04-27  9:09 UTC (permalink / raw)
  To: help-gnu-emacs; +Cc: emacs-devel

On 23.04.2011 8:41, Mizuho Matsunaga wrote:
> 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.
>
> Is this bug?
> Please help me.
>
If you just want Emacs 23.3 on Solaris this is already done for you.
Check http://www.sunfreeware.com/ site:

ftp://ftp.sunfreeware.com/pub/freeware/sparc/10/emacs-23.3-sol10-sparc-local.gz
ftp://ftp.sunfreeware.com/pub/freeware/intel/10/emacs-23.3-sol10-x86-local.gz




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

* Re[2]: Compile error emacs23.3 on Sparc Solaris10
  2011-04-27  9:09 ` Oleksandr Gavenko
@ 2011-04-27 16:20   ` Mizuho Matsunaga
  0 siblings, 0 replies; 7+ messages in thread
From: Mizuho Matsunaga @ 2011-04-27 16:20 UTC (permalink / raw)
  To: Oleksandr Gavenko, emacs-devel; +Cc: help-gnu-emacs

Thank you.

I resolved it. I recompile gtk and pango.

I can use ATOK (Japanese IME) and XFT fonts.

Regards.

> On 23.04.2011 8:41, Mizuho Matsunaga wrote:
> > 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.
> >
> > Is this bug?
> > Please help me.
> >
> If you just want Emacs 23.3 on Solaris this is already done for you.
> Check http://www.sunfreeware.com/ site:
> 
> ftp://ftp.sunfreeware.com/pub/freeware/sparc/10/emacs-23.3-sol10-sparc-local.gz
> ftp://ftp.sunfreeware.com/pub/freeware/intel/10/emacs-23.3-sol10-x86-local.gz


-- 
Mizuho Matsunaga <mizu0@mizucci.net>



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

end of thread, other threads:[~2011-04-27 16:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-23  5:41 Compile error emacs23.3 on Sparc Solaris10 Mizuho Matsunaga
2011-04-23  6:36 ` Eli Zaretskii
2011-04-23 13:54   ` Re[2]: " Mizuho Matsunaga
2011-04-24  9:09     ` Re[3]: " Mizuho Matsunaga
2011-04-24 17:41       ` Chong Yidong
2011-04-27  9:09 ` Oleksandr Gavenko
2011-04-27 16:20   ` Re[2]: " Mizuho Matsunaga

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