[Pidgin] #71: Unable to build plugins for Pidgin on Windows (with solution).
Pidgin
trac at pidgin.im
Mon Apr 9 18:05:47 EDT 2007
#71: Unable to build plugins for Pidgin on Windows (with solution).
-----------------------------------------+----------------------------------
Reporter: Anandir | Type: patch
Status: new | Priority: major
Milestone: Go public with Pidgin 2.0.0 | Component: pidgin (gtk)
Version: 2.0 | Keywords:
-----------------------------------------+----------------------------------
While I try to compile the Pidgin's plugins under Windows I got this
error:[[BR]]
[[BR]]
gcc.exe -shared extplacement.dll.o -L../../../win32-dev/gtk_2_0/lib
-L../../libpurple -L../../pidgin -lgtk-win32-2.0 -lglib-2.0 -lgdk-
win32-2.0 -lgobject-2.0 -lgmodule-2.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lintl
-lws2_32 -lpurple -lpidgin -Wl,--enable-auto-image-base -o
extplacement.dll[[BR]]
make[2]: *** No rule to make target `gaimrc.dll', needed by `plugins'.
Stop.[[BR]]
make[2]: Leaving directory `/home/giacomo/pidgin/pidgin/plugins'[[BR]]
make[1]: *** [all] Error 2[[BR]]
make[1]: Leaving directory `/home/giacomo/pidgin/pidgin'[[BR]]
make: *** [all] Error 2[[BR]]
[[BR]]
For fix it I just open the Makefile.mingw in the pidgin\plugins dir and
modified the line 79 from:[[BR]]
gaimrc.dll \[[BR]]
to:[[BR]]
pidginrc.dll \[[BR]]
[[BR]]
I've attach the modified file :).[[BR]]
[[BR]]
I hope this help :).
--
Ticket URL: <http://developer.pidgin.im/ticket/71>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list