[CF-Devel] Python problems. Was: more proposals

crossfire-devel-admin at archives.real-time.com crossfire-devel-admin at archives.real-time.com
Sun Jun 29 17:27:57 CDT 2003


 --- Todd Mitchell <
     
     temitchell at sympatico.ca
     
     > wrote: 
>
     
      If there is a problem with the plugin and SUSE in particular
     
     >
     
      it would be good to be able to post a fix for people.
     
     
I got it all working on Saturday.  The problem is that SuSE stores it's
python library at -

/usr/lib/python2.2/config/libpython2.2.a

Since I suspect that other software may have a problem with that, I created
a link -

/usr/lib/python2.2/config/libpython.a

SuSE alrady had a link /usr/lib/python/.

I then had two problems with compiling the client.  One was that the ALSA
development stuff is all different, so I had to disable sound (I never used
it anyway).  I also had to make this change tp gtk/gx11.c from line 67 -

#ifdef __CYGWIN__
#include <errno.h>
#endif

Change to -

/*#ifdef __CYGWIN__*/
#include <errno.h>
/*#endif*/


Everything seems to be working fine now, including the Python shelf
database stuff.  My own version of the IPO scripts had some enhancements so
I will merge them back into the original IPO scripts and send a patch.


     
     http://mobile.yahoo.com.au
     
      - Yahoo! Mobile
- Check & compose your email via SMS on your Telstra or Vodafone mobile.

_______________________________________________
crossfire-devel mailing list
     
     crossfire-devel at lists.real-time.com
     
     
     https://mailman.real-time.com/mailman/listinfo/crossfire-devel
     
     
    


More information about the crossfire mailing list