|
|
|
|||||
|
Hi,
With Ice 1.0.1, I get the following compilation error on FreeBSD: OpenSSLPluginI.cpp: In function `long unsigned int IceSSL::idFunction()': OpenSSLPluginI.cpp:154: invalid static_cast from type `pthread*' to type `long unsigned int' The reason for this is that on FreeBSD, pthread_t is a pointer to a struct, so you cannot static_cast it. Here is a patch to do a reinterpret_cast<> on FreeBSD.
__________________
-- Craig Rodrigues |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| proxy cast | mutschaedi | Help Center | 6 | 06-13-2006 07:50 AM |
| How to detect an invalid proxy? | ssergei | Help Center | 11 | 02-09-2005 05:41 AM |
| Question about the Ptr cast | minifat | Help Center | 1 | 08-09-2004 10:15 PM |
| OpenSSLPluginI.cpp problem on FreeBSD-CURRENT | rodrigc | Bug Reports | 2 | 05-30-2003 09:54 AM |
| OpenSSLPluginI.cpp doesn't compile against OpenSSL 0.97a | dthomson | Bug Reports | 3 | 02-20-2003 12:25 AM |