Hi,

I'm doing it at the moment and I'm also getting these quite
unexpected errors (for ssl.h and bn.h) .

I wonder if this is caused by #include ordering in the SSLeay.xs?

Would there be any Win32 MS VC 5.0 or 6.0 expert as to know if there
would be any special compile flags to set in order to get rid of these
errors..

c:\SSLeayBin\include\bn.h(245) : error C2143: syntax error : missing ';'
before '->'
c:\SSLeayBin\include\bn.h(245) : error C2059: syntax error : '->'
c:\SSLeayBin\include\bn.h(245) : error C2238: unexpected token(s) preceding
';'
c:\SSLeayBin\include\bn.h(376) : error C2143: syntax error : missing ','
before '->'
c:\SSLeayBin\include\bn.h(376) : error C2059: syntax error : '->'
c:\SSLeayBin\include\ssl.h(892) : error C2143: syntax error : missing ','
before '->'
c:\SSLeayBin\include\ssl.h(892) : error C2059: syntax error : '->'
c:\SSLeayBin\include\ssl.h(893) : error C2143: syntax error : missing ','
before '->'
c:\SSLeayBin\include\ssl.h(893) : error C2059: syntax error : '->'

The syntax errors in the bn.h aren't C syntax error to me at all, therefore
it must be caused as a side-effect of something else... I'm enclosing the
errors
in case it rings anybody a bell...Thanks for any thoughts on this. Once we
can
make it work, anybody can benefit from using it..The Net_SSLeay perl module
seems to be a great package.

--francois

-----Original Message-----
From: Hugues Obolonsky <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Monday, February 08, 1999 6:22 AM
Subject: Re: Win 32 DLL library [Re: (no subject)]


>That's ok for me, but what can i do to use the perl SSleay module.
>Every time i try to compile, i 've got many errors in the bn.h ?
>Anyone have compiled the perl module on NT ?
>
>Ulrich Kroener a écrit :
>
>> Ng, (?)
>>
>> You need
>>   Perl for Win32 (from ActiveWare)
>>   VC 5 or later (from you know whom)
>>
>> Last time I checked (with openssl-0.9.1c), it worked like this:
>>
>>  <where_your_MSVC_bin_directory_is>\vcvars.bat
>>  cd <where_your_openssl_root_is>
>>  perl util\mk1mf.pl VC-WIN32 dll no-asm >ms\ntdll.mak
>>  perl util\mkdef.pl 32 libeay > ms\libeay32.def
>>  perl util\mkdef.pl 32 ssleay > ms\ssleay32.def
>>  nmake -f ms\ntdll.mak
>>
>> After this, you will (so I hope) find two DLLs in the out32dll directory,
>> together with their respective import libraries.
>>
>> This is very similar to the ms\do_ms.bat script proposed, but
>> with no-asm enabled, so that you won't need the MS assembler
>> (named ml.exe).
>>
>> Cheers!
>>
>> Ulrich Kröner
>>
>> P.S.: Also see my attached mak file for making a debug version
>> ( use "nmake -f ms\ntdll-debug-noasm.mak" )
>>
>> Disclaimer: I speak for myself, not for my employer.
>>
>> ---Ng Wei Yang <[EMAIL PROTECTED]> wrote:
>> >
>> > Hi, for the kind people out there, please help me to get the openssl
>> > source code compiled n made into a dll library. I'm quite dumb in this
>> > thing n i face a lot of problem when try to follow the instructions
>> > provided in the install.w32.
>> >
>> > my email is [EMAIL PROTECTED]
>> >
>>
>> _________________________________________________________
>> DO YOU YAHOO!?
>> Get your free @yahoo.com address at http://mail.yahoo.com
>>
>>   -----------------------------------------------------------------------
-
>>                                Name: ntdll-debug-noasm.zip
>>    ntdll-debug-noasm.zip       Type: Zip Compressed Data
(application/x-zip-compressed)
>>                            Encoding: base64
>>                         Description: ntdll-debug-noasm.zip
>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to