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

Re: [MiNT] AES bindings?



Hi,

On Fri, Dec 31, 1999 at 02:35:55PM +0200, Martin-Eric Racine wrote:
> Hello!
> 
> As I was trying to recompile CAB.OVL using newer libs, I noticed
> that some bindings related to AES are gone from MiNTLIB:
> 
> aesbin.h
> gemfast.h

Yes, I have removed them because IMHO they don't belong into the libc but
in the GEM lib (where you will find them).

> Also, EBADREQ is not found.  Either the #ifdef in errno.h fails
> to include mint/errno.h or the #ifdef in mint/errno.h prevents
> definition of EBADREQ as EBADR).
> 
> Can anybody clarify what happened to the missing bindings and why
> the #ifdef prevents the compiling to work?

You can either put a

#define __LOOSE_ERROR_CODES

into your sources (before you #include anything else) or simply replace
the EBADREQ with EBADR.

Ciao

Guido
-- 
http://stud.uni-sb.de/~gufl0000/
mailto:guido@atari.org