[Pidgin] #14678: Get Pidgin 3.0.0 building under win32 again
Pidgin
trac at pidgin.im
Fri Aug 2 06:00:56 EDT 2013
#14678: Get Pidgin 3.0.0 building under win32 again
------------------------+------------------------------
Reporter: tomkiewicz | Owner: datallah
Type: task | Status: new
Milestone: 3.0.0 | Component: winpidgin (gtk)
Version: | Resolution:
Keywords: win32 |
------------------------+------------------------------
Comment (by lameventanas):
Replying to [comment:15 tomkiewicz]:
> Could you try the patch above and provide the console output? It adds
some debug messages, that may help debugging it.
>
> Did you tried running it directly from Windows (not via Cygwin)?
Yes, I get the same result running it directly.
By the way, this is Windows 7 64 bit, but (I think) most libraries and
programs are 32 bits.
I applied your patch and added some debug messages of my own:
Before returning from dll_prep() -> wprintf(L"** dll_prep: %s\n", path);
In WinMain() before LoadLibraryW(pidgin_dir) -> wprintf(L"** pidgin_dir:
%s\n", pidgin_dir);
This is the output:
{{{
Loaded exchndl.dll
Setting exchndl.dll LogFile to
C:\Users\user\AppData\Local\Temp\pidgin.RPT
Setting exchndl.dll DebugInfoDir to C:\Program Files
(x86)\Pidgin\pidgin-3.0.0d
evel-dbgsym
GTK: dll_prep(C:\Program Files (x86)\Pidgin)
GTK: common_dll_prep(C:\Program Files (x86)\Pidgin\Gtk\bin)
GTK: Checking C:\Program Files (x86)\Pidgin\Gtk\bin
GTK: not found
GTK: searching in PATH
[C:\Perl64\site\bin;C:\Perl64\bin;C:\MinGW\bin;C:\mingw2\
bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\
WindowsPowerShell\v1.0\;C:\Windows\System32\Windows System Resource
Manager\bin;
C:\Windows\idmu\common;C:\Program Files (x86)\GTK2-Runtime\bin]
GTK: Checking C:\Perl64\site\bin
GTK: not found
GTK: Checking C:\Perl64\bin
GTK: not found
GTK: Checking C:\MinGW\bin
GTK: not found
GTK: Checking C:\mingw2\bin
GTK: not found
GTK: Checking C:\Windows\system32
GTK: not found
GTK: Checking C:\Windows
GTK: not found
GTK: Checking C:\Windows\System32\Wbem
GTK: not found
GTK: Checking C:\Windows\System32\WindowsPowerShell\v1.0\
GTK: not found
GTK: Checking C:\Windows\System32\Windows System Resource Manager\bin
GTK: not found
GTK: Checking C:\Windows\idmu\common
GTK: not found
GTK: Checking C:\Program Files (x86)\GTK2-Runtime\bin
GTK: found
GTK+ path found: C:\Program Files (x86)\GTK2-Runtime\bin
** dll_prep: C:\Program Files (x86)\Pidgin\Gtk\bin
Setting locale: LANG=en
Looking for Perl... not found.
Looking for MIT Kerberos... not found.
** pidgin_dir: C:\Program Files (x86)\Pidgin\pidgin.dll
Error loading pidgin.dll.
Error: (126) The specified module could not be found.
This probably means that GTK+ can't be found.
}}}
--
Ticket URL: <https://developer.pidgin.im/ticket/14678#comment:16>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list