| Cheshire Cat Computing http://steveshipway.org/forum/ |
|
| 64 bit compilation issue http://steveshipway.org/forum/viewtopic.php?f=22&t=1659 |
Page 1 of 1 |
| Author: | staylor [ Tue Oct 14, 2008 4:36 am ] |
| Post subject: | 64 bit compilation issue |
| Author: | stevesh [ Tue Oct 14, 2008 10:22 am ] |
| Post subject: | Re: 64 bit compilation issue |
Which version of the source are you compiling? I've posted v1.9.0 recently, this has a new set of source for vstudio which gets rid of many of the deprecated messages and also fixes a number of other type incompatibilities and compilation issues that come up when the 'check for 64bit compatibility' option is set. |
|
| Author: | staylor [ Tue Oct 14, 2008 8:18 pm ] |
| Post subject: | Re: 64 bit compilation issue |
| Author: | stevesh [ Wed Oct 15, 2008 10:20 am ] |
| Post subject: | Re: 64 bit compilation issue |
I think you'll need to recompile the mcrypt library in 64bit, that should get rid of the mcrypt-related problems. mcrypt is open source (its how I compiled it) so that should be OK - but I suspect I didnt ship the source for mcrypt with the package? The linking erros with WSA and __imp_* seem to be related to the Winsock2 library function calls. Maybe they need to be defined differently under 64bit? I'll need to check to find out where they are defined in the code. |
|
| Author: | stevesh [ Mon Jan 19, 2009 12:20 pm ] |
| Post subject: | Re: 64 bit compilation issue |
You'll definitely need to recompile the mcrypt library (open source) for 64bit. http://sourceforge.net/project/showfile ... p_id=87941 Then make sure you're linking against the mcrypt library, and also the socket library - that should get rid of most of these messages. Finally, the WSA* errors are Winsock functions - possibly there is a winsock library, or else these are included in the socket library. Otherwise it sounds like things have compiled and the problem is now only at linking stage. |
|
| Page 1 of 1 | All times are UTC + 12 hours [ DST ] |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|