[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gcl-devel] Gcc 3.4 and GCL
From: |
Camm Maguire |
Subject: |
Re: [Gcl-devel] Gcc 3.4 and GCL |
Date: |
11 May 2004 11:32:59 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Greetings, Mike, and thanks for looking into this! And please accept
my apologies for being somewhat unresponsive of late -- am in the
middle of a work burst.
1) Haven't checked gmp subuild problems yet with 3.4, but will.
2) Have done preliminary checking to conclude that -fwritable-strings
is no longer required. Will remove.
3) There is a problem with the alloca declaration in compbas2.h, which
needs to be commented out. gcc-3.4 things a builtin is really an
external, which doesn't exist. Will commit.
4) Everything else works fine for me. I get no syntax errors, and
need no include reordering. Can you try to give me a minimum test
case, with preprocessed (i.e. through cpp) output?
Take care,
"Mike Thomas" <address@hidden> writes:
> Hi again.
>
> Having fixed the previously reported type check problems in the gmp3
> directory the build then fails dramatically in "o/main.c" due to undefined
> types etc in the very first definition of "h/new_decl.h".
>
> Rearranging some of the headers in "h/include.h" gets rid of those errors
> but still the following:
>
> ============================================================================
> =============
> make[1]: Entering directory `/c/cvs/stable/gcl-2.6.1/o'
> gcc -c -g -Wall -DVOL=volatile -fsigned-char -fwritable-strings -pipe -fno-z
> ero-initialized-in-bss -mms-bitfields -g -mcpu=i386 -march=i386 -I/c/cvs/s
> table/gcl-2.6.1/o -I../h -I../gcl-tk main.c
> cc1.exe: note: -fwritable-strings is deprecated; see documentation for
> details In file included from ../h/include.h:74, from
> main.c:49: ../h/../h/new_decl.h: In function `fLbye':
> ../h/../h/new_decl.h:3: error: syntax error before '{' token
>
> ============================================================================
> =============
>
> Apparently gcc 3.4 is a very different compiler to 3.x. I am pleased about
> its apparent pickiness about these things however as I hope it will lead us
> to clues regarding the Windows instability problems.
>
> Cheers
>
> Mike Thomas.
>
>
>
>
>
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
>
>
>
--
Camm Maguire address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens." -- Baha'u'llah
- [Gcl-devel] Gcc 3.4 and GCL, Mike Thomas, 2004/05/11
- RE: [Gcl-devel] Gcc 3.4 and GCL, Mike Thomas, 2004/05/11
- RE: [Gcl-devel] Gcc 3.4 and GCL, Mike Thomas, 2004/05/11
- Re: [Gcl-devel] Gcc 3.4 and GCL,
Camm Maguire <=
- RE: [Gcl-devel] Gcc 3.4 and GCL, Mike Thomas, 2004/05/13
- Re: [Gcl-devel] Gcc 3.4 and GCL, Camm Maguire, 2004/05/13
- RE: [Gcl-devel] Gcc 3.4 and GCL, Mike Thomas, 2004/05/13
- Re: [Gcl-devel] Gcc 3.4 and GCL, Camm Maguire, 2004/05/18
- RE: [Gcl-devel] Gcc 3.4 and GCL, Mike Thomas, 2004/05/23
- Re: [Gcl-devel] Gcc 3.4 and GCL, David MENTRE, 2004/05/24
- RE: [Gcl-devel] Gcc 3.4 and GCL, Mike Thomas, 2004/05/24
- Re: [Gcl-devel] Gcc 3.4 and GCL, David MENTRE, 2004/05/25
- Re: [Gcl-devel] Gcc 3.4 and GCL, Vadim V. Zhytnikov, 2004/05/25
- [Gcl-devel] 2.6.2, Camm Maguire, 2004/05/26