unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 21.4 and GCC 3.4.2
@ 2005-07-12  9:40 Juanma Barranquero
  2005-07-12 18:58 ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Juanma Barranquero @ 2005-07-12  9:40 UTC (permalink / raw)


Is it possible to build 21.4 with gcc 3.4.2?

I'm trying to compile it with MinGW, release "gcc (GCC) 3.4.2
(mingw-special)", and it fails with an error on callproc.c about
egetenv being duplicated.

-- 
                    /L/e/k/t/u

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

* RE: 21.4 and GCC 3.4.2
@ 2005-07-12 10:51 Dhruva Krishnamurthy (RBIN/EDI3) *
  2005-07-12 11:03 ` Juanma Barranquero
  0 siblings, 1 reply; 7+ messages in thread
From: Dhruva Krishnamurthy (RBIN/EDI3) * @ 2005-07-12 10:51 UTC (permalink / raw)


Hello,

I have build 22.0.50 (CVS HEAD) using the following version of GCC with
_NO_ problems.

gcc (GCC) 3.4.4 (mingw special)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

-dk

> -----Original Message-----
> From: 
> emacs-devel-bounces+dhruva.krishnamurthy=in.bosch.com@gnu.org 
> [mailto:emacs-devel-bounces+dhruva.krishnamurthy=in.bosch.com@
> gnu.org] On Behalf Of Juanma Barranquero
> Sent: Tuesday, 12. July 2005 3:10 PM
> To: Emacs Devel
> Subject: 21.4 and GCC 3.4.2
> 
> Is it possible to build 21.4 with gcc 3.4.2?
> 
> I'm trying to compile it with MinGW, release "gcc (GCC) 3.4.2
> (mingw-special)", and it fails with an error on callproc.c about
> egetenv being duplicated.
> 
> -- 
>                     /L/e/k/t/u
> 
> 
> _______________________________________________
> Emacs-devel mailing list
> Emacs-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-devel
> 
> 
> 

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

* Re: 21.4 and GCC 3.4.2
  2005-07-12 10:51 21.4 and GCC 3.4.2 Dhruva Krishnamurthy (RBIN/EDI3) *
@ 2005-07-12 11:03 ` Juanma Barranquero
  2005-07-12 13:14   ` Jason Rumney
  0 siblings, 1 reply; 7+ messages in thread
From: Juanma Barranquero @ 2005-07-12 11:03 UTC (permalink / raw)
  Cc: Emacs Devel

On 7/12/05, Dhruva Krishnamurthy (RBIN/EDI3) *
<Dhruva.Krishnamurthy@in.bosch.com> wrote:

> I have build 22.0.50 (CVS HEAD) using the following version of GCC with
> _NO_ problems.
> 
> gcc (GCC) 3.4.4 (mingw special)

I build 22.0.50 daily with MinGW 3.4.2, and I have no reason to
suspect it won't work with 3.4.4, but it is nice to know it works
indeed. Thanks.

Still, I was specifically asking about 21.4 because it is the latest,
more up-to-date release we've done, and MinGW 3.4.2 is the latest
non-candidate release of the MinGW GCC compiler. They should work
together, IMO.

Could you try 21.4 with MinGW 3.4.4 to see whether it does work?

-- 
                    /L/e/k/t/u

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

* Re: 21.4 and GCC 3.4.2
  2005-07-12 11:03 ` Juanma Barranquero
@ 2005-07-12 13:14   ` Jason Rumney
  2005-07-12 13:20     ` Juanma Barranquero
  0 siblings, 1 reply; 7+ messages in thread
From: Jason Rumney @ 2005-07-12 13:14 UTC (permalink / raw)
  Cc: Dhruva Krishnamurthy (RBIN/EDI3) *, Emacs Devel

Juanma Barranquero wrote:

>Still, I was specifically asking about 21.4 because it is the latest,
>more up-to-date release we've done, and MinGW 3.4.2 is the latest
>non-candidate release of the MinGW GCC compiler. They should work
>together, IMO.
>  
>
They don't, which is why there is no binary release of 21.4. There has 
been code in the EMACS_21_1_RC branch to make them work together since 
shortly after 21.3 was released and this problem discovered, but 21.4 
was not made from CVS.

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

* Re: 21.4 and GCC 3.4.2
  2005-07-12 13:14   ` Jason Rumney
@ 2005-07-12 13:20     ` Juanma Barranquero
  0 siblings, 0 replies; 7+ messages in thread
From: Juanma Barranquero @ 2005-07-12 13:20 UTC (permalink / raw)
  Cc: Dhruva Krishnamurthy (RBIN/EDI3) *, Emacs Devel

On 7/12/05, Jason Rumney <jasonr@gnu.org> wrote:

> They don't, which is why there is no binary release of 21.4.

In the past, releases of Emacs for Windows built with MSVC were made
(I even seem to remember they alternated with GCC/MinGW builds). Is
there a policy to not do that again?

> There has
> been code in the EMACS_21_1_RC branch to make them work together since
> shortly after 21.3 was released and this problem discovered, but 21.4
> was not made from CVS.

21.4 was released while I was afar. I assumed 21.4 came from the
EMACS_21_1_RC branch. Weird to know it wasn't so, and even weirder to
know we did a security release and didn't provide a binary for it :-)

Thanks for the update,

                    /L/e/k/t/u

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

* Re: 21.4 and GCC 3.4.2
  2005-07-12  9:40 Juanma Barranquero
@ 2005-07-12 18:58 ` Eli Zaretskii
  2005-07-14 10:18   ` Juanma Barranquero
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2005-07-12 18:58 UTC (permalink / raw)
  Cc: emacs-devel

> Date: Tue, 12 Jul 2005 11:40:25 +0200
> From: Juanma Barranquero <lekktu@gmail.com>
> 
> Is it possible to build 21.4 with gcc 3.4.2?
> 
> I'm trying to compile it with MinGW, release "gcc (GCC) 3.4.2
> (mingw-special)", and it fails with an error on callproc.c about
> egetenv being duplicated.

Can you please post the exact error message(s)?

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

* Re: 21.4 and GCC 3.4.2
  2005-07-12 18:58 ` Eli Zaretskii
@ 2005-07-14 10:18   ` Juanma Barranquero
  0 siblings, 0 replies; 7+ messages in thread
From: Juanma Barranquero @ 2005-07-14 10:18 UTC (permalink / raw)
  Cc: emacs-devel

On 7/12/05, Eli Zaretskii <eliz@gnu.org> wrote:

> Can you please post the exact error message(s)?

Jason said it is already fixed, but if you're still interested:

callproc.c: At top level:
callproc.c:1441: error: conflicting types for 'egetenv'
callproc.c:1021: error: previous implicit declaration of 'egetenv' was here

-- 
                    /L/e/k/t/u

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

end of thread, other threads:[~2005-07-14 10:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-12 10:51 21.4 and GCC 3.4.2 Dhruva Krishnamurthy (RBIN/EDI3) *
2005-07-12 11:03 ` Juanma Barranquero
2005-07-12 13:14   ` Jason Rumney
2005-07-12 13:20     ` Juanma Barranquero
  -- strict thread matches above, loose matches on Subject: below --
2005-07-12  9:40 Juanma Barranquero
2005-07-12 18:58 ` Eli Zaretskii
2005-07-14 10:18   ` Juanma Barranquero

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