gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] Re: patch


From: Camm Maguire
Subject: [Gcl-devel] Re: patch
Date: 15 Oct 2004 16:27:51 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

root <address@hidden> writes:

> Camm,
> 
> I applied the patch you sent for h/gmp_wrappers.h
> 
> and I still get:
> 
> make[5]: Leaving directory `/tmp/axiom/lsp/gcl-2.6.5/gmp3'
> touch gmp_all
> make[4]: Leaving directory `/tmp/axiom/lsp/gcl-2.6.5'
> rm -f o/cmpinclude.h ; cp h/cmpinclude.h o
> (cd o; make all)
> make[4]: Entering directory `/tmp/axiom/lsp/gcl-2.6.5/o'
> gcc -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer  
> -I/tmp/axiom/lsp/gcl-2.6.5/o -I../h -I../gcl-tk main.c  
> In file included from ../h/notcomp.h:289,
>                  from ../h/include.h:71,
>                  from main.c:49:
> ../h/gmp_wrappers.h: In function `m__gmpz_add':
> ../h/gmp_wrappers.h:111: parse error before `int'
> ../h/gmp_wrappers.h:111: `j' undeclared (first use in this function)
> ../h/gmp_wrappers.h:111: (Each undeclared identifier is reported only once

I'm shocked.  Are you sure the patch is applied?  Please give me gcc
-v, cpp -I../h main.c, and (perhaps) access to the machine.

Take care,


> ../h/gmp_wrappers.h:111: for each function it appears in.)
> ../h/gmp_wrappers.h: In function `m__gmpz_add_ui':
> ../h/gmp_wrappers.h:112: parse error before `int'
> ../h/gmp_wrappers.h:112: `j' undeclared (first use in this function)
> ../h/gmp_wrappers.h: In function `m__gmpz_sub':
> ../h/gmp_wrappers.h:113: parse error before `int'
> ../h/gmp_wrappers.h:113: `j' undeclared (first use in this function)
> ../h/gmp_wrappers.h: In function `m__gmpz_sub_ui':
> ../h/gmp_wrappers.h:114: parse error before `int'
> ../h/gmp_wrappers.h:114: `j' undeclared (first use in this function)
> ../h/gmp_wrappers.h: In function `m__gmpz_mul':
> ../h/gmp_wrappers.h:115: parse error before `int'
> ../h/gmp_wrappers.h:115: `j' undeclared (first use in this function)
> ../h/gmp_wrappers.h: In function `m__gmpz_mul_si':
> ../h/gmp_wrappers.h:116: parse error before `int'
> ../h/gmp_wrappers.h:116: `j' undeclared (first use in this function)
> ../h/gmp_wrappers.h: In function `m__gmpz_mul_2exp':
> ../h/gmp_wrappers.h:117: parse error before `int'
> ../h/gmp_wrappers.h:117: `j' undeclared (first use in this function)
> ../h/gmp_wrappers.h: In function `m__gmpz_neg':
> ../h/gmp_wrappers.h:118: parse error before `int'
> ../h/gmp_wrappers.h:118: `j' undeclared (first use in this function)
> ../h/gmp_wrappers.h: In function `m__gmpz_tdiv_qr':
> ../h/gmp_wrappers.h:119: parse error before `int'
> ../h/gmp_wrappers.h:119: `j' undeclared (first use in this function)
> ../h/gmp_wrappers.h: In function `m__gmpz_fdiv_q_2exp':
> ../h/gmp_wrappers.h:120: parse error before `int'
> ../h/gmp_wrappers.h:120: `j' undeclared (first use in this function)
> ../h/gmp_wrappers.h: In function `m__gmpz_and':
> ../h/gmp_wrappers.h:122: parse error before `int'
> ../h/gmp_wrappers.h:122: `j' undeclared (first use in this function)
> ../h/gmp_wrappers.h: In function `m__gmpz_xor':
> ../h/gmp_wrappers.h:123: parse error before `int'
> ../h/gmp_wrappers.h:123: `j' undeclared (first use in this function)
> ../h/gmp_wrappers.h: In function `m__gmpz_ior':
> ../h/gmp_wrappers.h:124: parse error before `int'
> ../h/gmp_wrappers.h:124: `j' undeclared (first use in this function)
> ../h/gmp_wrappers.h: In function `m__gmpz_com':
> ../h/gmp_wrappers.h:125: parse error before `int'
> ../h/gmp_wrappers.h:125: `j' undeclared (first use in this function)
> ../h/gmp_wrappers.h: In function `m__gmpz_init':
> ../h/gmp_wrappers.h:127: parse error before `int'
> ../h/gmp_wrappers.h:127: `j' undeclared (first use in this function)
> ../h/gmp_wrappers.h: In function `m__gmpz_set':
> ../h/gmp_wrappers.h:128: parse error before `int'
> ../h/gmp_wrappers.h:128: `j' undeclared (first use in this function)
> ../h/gmp_wrappers.h: In function `m__gmpz_set_ui':
> ../h/gmp_wrappers.h:129: parse error before `int'
> ../h/gmp_wrappers.h:129: `j' undeclared (first use in this function)
> ../h/gmp_wrappers.h: In function `m__gmpz_set_si':
> ../h/gmp_wrappers.h:130: parse error before `int'
> ../h/gmp_wrappers.h:130: `j' undeclared (first use in this function)
> main.c: In function `fLbye':
> main.c:687: warning: control reaches end of non-void function
> make[4]: *** [main.o] Error 1
> make[4]: Leaving directory `/tmp/axiom/lsp/gcl-2.6.5/o'
> make[3]: *** [unixport/saved_pre_gcl] Error 2
> make[3]: Leaving directory `/tmp/axiom/lsp/gcl-2.6.5'
> /bin/sh: unixport/saved_gcl: No such file or directory
> make[2]: *** [gcldir] Error 127
> make[2]: Leaving directory `/tmp/axiom/lsp'
> make[1]: *** [lspdir] Error 2
> make[1]: Leaving directory `/tmp/axiom'
> make: *** [all] Error 2
> address@hidden axiom]# 
> 
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]