[Pidgin] #12563: cannot compile on Mac OS X 10.5.8
Pidgin
trac at pidgin.im
Wed Nov 10 19:33:41 EST 2010
#12563: cannot compile on Mac OS X 10.5.8
------------------------+---------------------------------------------------
Reporter: hippallium | Owner:
Type: defect | Status: new
Milestone: | Component: libpurple
Version: 2.7.3 | Resolution:
Keywords: time_t |
------------------------+---------------------------------------------------
Comment(by akesterson):
I was able to solve this on (OSX 10.5.8, macports 1.9.2, Xcode 3.1.4 and
gcc -v reporting 4.0.1) by:
1. CD to the build directory
2. CD to 'libpurple'
3. execute "ln -s ../config.h config.h"
4. edit internal.h and change as so:
{{{
- # include <config.h>
+ # include "config.h"
}}}
5. Recompile
This solved the problem for me.
--
Ticket URL: <http://developer.pidgin.im/ticket/12563#comment:7>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list