Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Jul 1999 10:08:33 +0200
From:      Eric Lemiere <elemiere@matra-ms2i.fr>
To:        freebsd-questions@FreeBSD.ORG
Subject:   FreeBSD 3.2 and wide chars compatibility.
Message-ID:  <3781B980.654CE58A@matra-ms2i.fr>

next in thread | raw e-mail | index | archive | help
Il s'agit d'un message multivolet au format MIME.
--------------6DF6C61A176B1FA34D5E7E57
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi, FreeBSD team!

TOPIC:
My problem is I cannot have "Cryptlib" compile properly.
If you need more info about this library, please look at
http://www.cs.auckland.ac.nz/~pgut001/cryptlib/

ERRORS:
Here is the message the compiler returns for cryptlib compilation:
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
cc -c -D__UNIX__ -DDBX_POSTGRES -I. -DDATA_LITTLEENDIAN  -DOSVERSION=3
-fomit-frame-pointer -O3 -DASM_X86 keymgmt/certstr.c -o
./static-obj/certstr.o
keymgmt/certstr.c:53: wctype.h: No such file or directory
*** Error code 1

Stop.
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""


CORRECTION:
I fancied to use Linux-side specifications, like this:

 cp /usr/compat/linux/usr/include/wctype.h  /usr/include/

Other specs I had to include for Cryptlib to compile.
 cp /usr/compat/linux/usr/include/features.h  /usr/include
 cp /usr/src/sys/i386/include/endian.h   /usr/include
 cp /usr/src/usr.bin/systat/mode.h   /usr/include/sys


QUESTION:
I think that the current FreeBSD 3.2 does not support Wide Char type.
Is there a hope for this huge surgery to work?
Would you please suggest a cleaner way out, if you have time?


Thanks a lot.

Eric


--------------6DF6C61A176B1FA34D5E7E57
Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Carte pour Eric LEMIERE
Content-Disposition: attachment; filename="vcard.vcf"

begin:          vcard
fn:             Eric LEMIERE
n:              LEMIERE;Eric
org:            MATRA SYSTEMES & INFORMATION
adr:            6, rue Dewoitine;;;VELIZY-VILLACOUBLAY;;78142;FRANCE
email;internet: elemiere@matra-ms2i.fr
tel;work:       (33) 01 34 63 74 53
tel;fax:        (33) 01 34 63 74 74
x-mozilla-cpt:  ;0
x-mozilla-html: FALSE
version:        2.1
end:            vcard


--------------6DF6C61A176B1FA34D5E7E57--



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3781B980.654CE58A>