[ace-users] ACE_SSL build failure on Visual studio 8 x64

Johnny Willemsen jwillemsen at remedy.nl
Tue Sep 18 07:31:58 CDT 2007


Hi,
 
Thanks for using the PRF form. What is the SSL distribution you are using?
It looks that your version has a ctrl method that doesn't return a long* but
something else. Can you maybe deliver the bio.h file that is part of your
ssl version?

Regards,
 
Johnny Willemsen
Remedy IT
Postbus 101
2650 AC  Berkel en Rodenrijs
The Netherlands
www.theaceorb.nl / www.remedy.nl 

*** Integrated compile and test statistics see
http://scoreboard.theaceorb.nl <http://scoreboard.theaceorb.nl/>  ***
*** Commercial service and support for ACE/TAO/CIAO             ***
*** See http://www.theaceorb.nl/en/support.html                 *** 


________________________________

	From: ace-users-bounces at cse.wustl.edu
[mailto:ace-users-bounces at cse.wustl.edu] On Behalf Of venkat naidu
	Sent: Tuesday, September 18, 2007 2:24 PM
	To: ace-users at cs.wustl.edu
	Subject: [ace-users] ACE_SSL build failure on Visual studio 8 x64
	
	

	ACE VERSION: 5.5.10

	     HOST MACHINE and OPERATING SYSTEM:    Windows XP  Visual studio
8.0 (x64). 

	        
	    TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
	    COMPILER NAME AND VERSION (AND PATCHLEVEL): 
	        MS Visual Studio 8.0 (solution platform : x64)

	     THE $ACE_ROOT/ace/config.h FILE :  

	ace/config.h conatins #include"ace/config-win32.h"

	    THE $ACE_ROOT/include/makeinclude/platform_macros.GNU FILE : 

	    CONTENTS OF
$ACE_ROOT/bin/MakeProjectCreator/config/default.features
	    (used by MPC when you generate your own makefiles):
	 
	      ssl=1
	      qos=1
	      cidl=0
	      rwho=0
	      sctp=0
	 

	    AREA/CLASS/EXAMPLE AFFECTED: 

	    DOES THE PROBLEM AFFECT:
	        
	        COMPILATION? 
	                     failing         
	           SYNOPSIS: 
	     Build ACE-5.5.10 on windows XP with MS Visual Studio 8.0 { with
support platform = x64 }

	   DESCRIPTION:
	 
	    it throws the following errors :
	  

	Linking...

	LINK : ..\lib\ACEd.dll not found or not built by the last
incremental link; performing full link

	Creating library ..\lib\ACEd.lib and object ..\lib\ACEd.exp

	Embedding manifest...

	Build log was saved at
"file://e:\Shared-Folders\ACE-5.5.10\ACE_wrappers\ace\Debug\ACE\AMD64\BuildL
og.htm"

	ACE - 0 error(s), 13 warning(s)

	------ Build started: Project: SSL, Configuration: Debug x64 ------

	Compiling...

	SSL_SOCK_Stream.cpp

	
e:\shared-folders\ace-5.5.10\ace_wrappers\ace\ssl\SSL_SOCK_Stream.inl(40) :
warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss
of data

	
e:\shared-folders\ace-5.5.10\ace_wrappers\ace\ssl\SSL_SOCK_Stream.inl(133) :
warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss
of data

	
e:\shared-folders\ace-5.5.10\ace_wrappers\ace\ssl\SSL_SOCK_Stream.inl(141) :
warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss
of data

	.\SSL_SOCK_Stream.cpp(167) : warning C4244: '=' : conversion from
'ssize_t' to 'u_long', possible loss of data

	SSL_SOCK_Connector.cpp

	SSL_SOCK_Acceptor.cpp

	SSL_SOCK.cpp

	SSL_Context.cpp

	.\SSL_Context.cpp(517) : warning C4267: 'argument' : conversion from
'size_t' to 'int', possible loss of data

	SSL_Asynch_Stream.cpp

	.\SSL_Asynch_Stream.cpp(557) : warning C4267: 'argument' :
conversion from 'size_t' to 'int', possible loss of data

	.\SSL_Asynch_Stream.cpp(616) : warning C4267: 'argument' :
conversion from 'size_t' to 'int', possible loss of data

	.\SSL_Asynch_Stream.cpp(803) : warning C4267: 'return' : conversion
from 'size_t' to 'int', possible loss of data

	.\SSL_Asynch_Stream.cpp(935) : warning C4267: 'return' : conversion
from 'size_t' to 'int', possible loss of data

	SSL_Asynch_BIO.cpp

	.\SSL_Asynch_BIO.cpp(58) : error C2440: 'initializing' : cannot
convert from 'long (__cdecl *)(BIO *,int,long,void *)' to 'unsigned __int64
(__cdecl *)(BIO *,int,long,void *)' 

	None of the functions with this name in scope match the target type

	.\SSL_Asynch_BIO.cpp(248) : warning C4267: 'argument' : conversion
from 'size_t' to 'int', possible loss of data

	Generating Code...

	Build log was saved at
"file://e:\Shared-Folders\ACE-5.5.10\ACE_wrappers\ace\SSL\Debug\SSL\AMD64\Bu
ildLog.htm"

	SSL - 1 error(s), 10 warning(s)

	========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped
==========

		please help me in this issue
	 
	regards
	 Venk@




More information about the Ace-users mailing list