[Pidgin] #3864: Pidgin 2.2.3 does not build outside source directory
Pidgin
trac at pidgin.im
Tue Nov 6 04:25:17 EST 2007
#3864: Pidgin 2.2.3 does not build outside source directory
--------------------+-------------------------------------------------------
Reporter: bjoernv | Owner: lschiere
Type: defect | Status: new
Priority: minor | Component: unclassified
Version: | Keywords:
Pending: 0 |
--------------------+-------------------------------------------------------
The current Pidgin development version 2.2.3 does not build outside the
source directory. There are 2 places to patch:
1) The patch for libpurple/protocols/myspace/Makefile.am is trivial.
2) The patch for libpurple/Makefile.am is more difficult. The Make
variable purple_coreheaders does not reflect the situation that version.h
is outside the source directory, if Pidgin build takes place outside the
source directory.
I have tested the attached patch since some weeks. Testing could be done
like this:
{{{
cd pidgin-mtn
./autogen.sh
make distclean
cd ..
mkdir pidgin-build
cd pidgin-build
../pidgin-mtn/configure
make
[... you will see errors about missing version.h ...]
}}}
--
Ticket URL: <http://developer.pidgin.im/ticket/3864>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list