[Pidgin] #15019: Pidgin 2.10.2 for Windows crashes after start

Pidgin trac at pidgin.im
Tue Mar 20 05:56:51 EDT 2012


#15019: Pidgin 2.10.2 for Windows crashes after start
--------------------------+-------------------------------------------------
 Reporter:  kirjushyk     |     Owner:  rekkanoryo
     Type:  defect        |    Status:  new       
Component:  unclassified  |   Version:  2.10.2    
 Keywords:  mingw         |  
--------------------------+-------------------------------------------------
 Hello, I've made local.mak to compile it using MinGW from Fedora:
 {{{
 SHELL := bash
 CC := i686-pc-mingw32-gcc
 GMSGFMT := msgfmt
 MAKENSIS := makensis
 MAKENSISOPT := -
 WINDRES := i686-pc-mingw32-windres
 STRIP := i686-pc-mingw32-strip
 INTLTOOL_MERGE := intltool-merge

 WIN32_DEV_TOP      := $(PIDGIN_TREE_TOP)/win32-dev
 GTKSPELL_TOP       := $(WIN32_DEV_TOP)/gtkspell-2.0.16
 ENCHANT_TOP        := $(WIN32_DEV_TOP)/enchant_1.5.0-2_win32
 GTK_TOP            := $(WIN32_DEV_TOP)/gtk_2_0-2.14
 GTK_BIN            := $(GTK_TOP)/bin
 BONJOUR_TOP        := $(WIN32_DEV_TOP)/bonjour
 LIBXML2_TOP        := $(WIN32_DEV_TOP)/libxml2-2.7.4
 MEANWHILE_TOP      := $(WIN32_DEV_TOP)/meanwhile-1.0.2_daa2
 NSS_TOP            := $(WIN32_DEV_TOP)/nss-3.12.5-nspr-4.8.2
 PERL_LIB_TOP       := $(WIN32_DEV_TOP)/perl-5.10.0
 SILC_TOOLKIT       := $(WIN32_DEV_TOP)/silc-toolkit-1.1.8
 TCL_LIB_TOP        := $(WIN32_DEV_TOP)/tcl-8.4.5

 INCLUDE_PATHS      := -I$(PIDGIN_TREE_TOP)/../win32-dev/w32api/include
 LIB_PATHS          := -L$(PIDGIN_TREE_TOP)/../win32-dev/w32api/lib
 }}}
 After
 {{{
 make -f Makefile install
 }}}
 and
 {{{
 wine pidgin.exe
 }}}
 from win32-install-dir it crashes at line 733 of winpidgin.c:
 {{{
 /* Restore pidgin_dir to point to where the executable is */
 pidgin_dir_start[0] = L'\0';
 }}}

-- 
Ticket URL: <http://developer.pidgin.im/ticket/15019>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list