gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Corrupted file...


From: Camm Maguire
Subject: Re: [Gcl-devel] Corrupted file...
Date: 16 Dec 2001 02:09:58 -0500

Hello again!

Robert Alan Byer <address@hidden> writes:

> -----BEGIN PGP SIGNED MESSAGE-----
> 
> 
> It appears that the file gcl/h/ptable.h has problems.  Every line has
> a carriage-return character and it's giving my compilers a fit.
> 

OK, I've committed a fix here.

> I've also run into an interesting situation that I'm still trying to track 
> down.  While trying to compile the gcl/o/unixfasl.c I get the following 
> error.
> 
> cc -DVOL= -I/homes/byer/work/gcl/o   -c -O -I../gcl-tk -I../h/   unixfasl.c 
>  
> cc: Error: fasldlsym.c, line 64: In the declaration of "filename", 
> "MAXPATHLEN" is not declared. (undeclared)
>   char filename[MAXPATHLEN];
> - ----------------^
> 
> Now, after doing some digging, MAXPATHLEN is defined in unixfasl.c but not 
> being passed to fasldlsym.c.
> 

I haven't looked at this carefully, but my understanding is that
Dr. Schelter had several versions of files supplying the same
functionality that would selectively be used on only particular
platforms.  To my knowledge, and again I haven't checked thoroughly,
MAXPATHLEN should be the system MAXPATHLEN found in
/usr/include/sys/param.h in UNIX, for example.  Some of the fasl files
apparently were meant for systems not having a predefined value handy
anywhere, and so defined one internally.  I suggest you 1) make sure
this is the fasl you want to be using, (should be specified directly
or indirectly in the machine .h or .defs files I think), then 2) See
if you can simply #include something in your machine .h with a
maxpathlen, and then failing this, 3) copy the file, and define a
reasonable value for your system internally, and get the new file to
be the one used.

Just ideas -- comments most welcome!

Take care,

> (I think I got that right)
> 
> 
>  +------------------+--------------------------+---------------+
>  | Robert Alan Byer | address@hidden | ICQ #65926579 |
>  +------------------+--------------------------+---------------+
>  | Send an E-mail request to obtain a copy of my PGP key.      |
>  +-------------------------------------------------------------+
>  | "It is by caffeine alone I set my mind in motion.  It is by |
>  |  cans of cola the thoughts aquire speed, the hands acquire  |
>  |  shakes, the shakes become a warning.  It is by caffeine    |
>  |  alone I set my mind in motion."                            |
>  +-------------------------------------------------------------+
> 
> 
> -----BEGIN PGP SIGNATURE-----
> Version: 2.6.3ia
> Charset: noconv
> 
> iQEVAwUBPBvFvaVSqzlBVJbBAQEoUwf5AbRbATPEN2SQwRk50iprUjFfrjcpGeBk
> ht1R1Wv+PwSNJVTPo1RE26RfU2HyfKF+3KuITZIWZC6R8NqGMHXXZvkJ67jMegnj
> sv+gZgCS0WSJVW05FLBkvWEkPmGlgI+/IGhO9uy+u7c2mE9wcsKfuD0X14YvaUwv
> cNaGn2BmiNaUvw1BHEBnmiw79rXeOmdkcADnzZk874BlgLSf/kPDqi8wqD6SqOTC
> QeIFLcVRujkLlRhmgkVOX5/m/UPeJ6o1u+/DvEudqAfAIxDihivrJL1vW+MMV93A
> lgcW4H3xxUkPhXmOCVvcK4HJQTHlVT6h6Eu7H9edFBCiv2wFXJ+kwg==
> =yzwT
> -----END PGP SIGNATURE-----
> 
> _______________________________________________
> 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



reply via email to

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