[Pidgin] #492: Pidgin does not compile with separate source dir
Pidgin
trac at pidgin.im
Wed May 2 12:28:36 EDT 2007
#492: Pidgin does not compile with separate source dir
---------------------------+------------------------------------------------
Reporter: bjoernv | Owner: deryni
Type: defect | Status: new
Priority: minor | Milestone:
Component: pidgin (gtk) | Version: 2.0
Resolution: | Keywords:
Pending: 0 |
---------------------------+------------------------------------------------
Comment (by rekkanoryo):
It looks to me like a more appropriate fix, although I am not sure it is
correct, is this:
{{{
============================================================
--- libpurple/version.h.in 0a7f1bde784aaabc2bfae59b09074feb8c3c6494
+++ libpurple/version.h.in 684191879295347b1fc1d3ee919ede955a1c793d
@@ -36,9 +36,9 @@ extern "C" {
extern "C" {
#endif
-const guint purple_major_version;
-const guint purple_minor_version;
-const guint purple_micro_version;
+extern const guint purple_major_version;
+extern const guint purple_minor_version;
+extern const guint purple_micro_version;
/**
* Checks that the libpurple version is compatible with the requested
}}}
--
Ticket URL: <http://developer.pidgin.im/ticket/492#comment:3>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list