|
From: SourceForge.net <no...@so...> - 2005-04-25 01:12:15
|
Patches item #991208, was opened at 2004-07-14 17:56 Message generated for change (Settings changed) made by thekingant You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=991208&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Arun A Tharuvai (aat) >Assigned to: Mark Doliner (thekingant) Summary: win32: Build Zephyr Initial Comment: Here's a patch, against current CVS, to build and compile zephyr on Windows, with, or without Kerberos 4 Authentication. In order to be built (and run) with Kerberos 4 authentication, the Kerberos for Windows SDK (version 2.6.3 is the current version) (licensed under the MIT license) and runtimes, both available from http://web.mit.edu/kerberos/www/dist/index.html#KFW2.6.3 Also, USE_KRB4 should be set to true in the attached Makefile.mingw As on the UNIX side, an external 'zhm' binary needs to run for zephyr to work. Source and a win32 executable (using code from gaim's libzephyr, and also MIT's zephyr distribution), can be found at http://web.mit.edu/aatharuv/www/zhm-windows.html Arun ---------------------------------------------------------------------- Comment By: CraigD (craigdawson) Date: 2004-10-21 15:51 Message: Logged In: YES user_id=1061773 Does anyone have this working on 1.0.2 yet? The patch fixes some files, but fails on a lot of things. If anyone has a new patch, I would like to give it a try. Thanks. ---------------------------------------------------------------------- Comment By: Arun A Tharuvai (aat) Date: 2004-07-18 05:41 Message: Logged In: YES user_id=181569 It might not be worth it to put it in the default build, though I have received a few queries asking how to get WinGaim working with zephyr. I will be making kerberos-enabled builds of the zephyr plugin (which I test and use heavily), and non-kerberized zephyr builds (less heavily tested since I don't use it very much). ---------------------------------------------------------------------- Comment By: Herman Bloggs (hermanator) Date: 2004-07-17 22:24 Message: Logged In: YES user_id=613964 I'll take a look at it .. but in terms of including it in the binary releases.. Can someone give me a reason why we should? As I mentioned in another patch thread.. in the two years I have been part of Gaim, no one has asked me to support this protocol. ---------------------------------------------------------------------- Comment By: Arun A Tharuvai (aat) Date: 2004-07-16 11:19 Message: Logged In: YES user_id=181569 The package doesn't actually require Kerberos for Windows to build, though it can optionally be built with it. Zephyr could be built similarly to as it is being done on the unix side -- by default without kerberos, though by enabling a flag in Makefile.mingw it could be built with it. ---------------------------------------------------------------------- Comment By: Luke Schierer (lschiere) Date: 2004-07-16 10:53 Message: Logged In: YES user_id=28833 Kevin rightly suggests that since this will affect how the win32 package is made, that we have herman look at this. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=991208&group_id=235 |