Le Tuesday 26 October 2004 � 17:16:35, [EMAIL PROTECTED] a �crit:
> hi all ,

Hello,

> gcc -DPACKAGE=\"libpkcs11\" -DVERSION=\"0.0.8\" -DHAVE_LIBCRYPTO=1 
> -DHAVE_LIBPTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYSLOG_H=1 
> -DHAVE_UNISTD_H=1 -DHAVE_VPRINTF=1 -I. -I. -I/usr/local/pcsc/include/PCSC 
> -I/usr/local/pcsc/include/PCSC -g -O2 -Wall -I/usr/local/pcsc/include/PCSC 
> -Wp,-MD,.deps/p11_crypt.pp -c p11_crypt.c  -fPIC -DPIC -o .libs/p11_crypt.lo
> In file included from p11_crypt.c:13:
> /usr/local/include/cryptoki.h:174:2: #error no OS type define (needs to be one of 
> CK_Win32, CK_Win16, CK_GENERIC)

That's strange your compilation command line does not have a
-I./../include

Then you do not include the correct cryptoki.h file.

> i make al library paths in Make file .

What do you mean? You modified the Makefile by hand instead of running
./configure ; make

Bye,

-- 
 Dr. Ludovic Rousseau                        [EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --
_______________________________________________
Muscle mailing list
[EMAIL PROTECTED]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to