Hi James,
I haven't done a build yet (and outta time again for now) - but I did
build current pcp and kmchart on Mac OS X 10.4 and have verified
that these do install and run on Mac OS X 10.5 now - try the current
dmg files in http://oss.sgi.com/~nathans/
Theres also a copy of the qt dmg file that I used, which seems to work
(not as recent a version as yours James).
cheers.
> On 02/04/2008, at 9:31 PM, Nathan Scott wrote:
>> On Wed, 2008-04-02 at 21:17 -0700, James Peach wrote:
>>>
>>> platform_defs.h contains this little gem:
>>>
>>> #if defined(HAVE_MALLOC_H)
>>> #include <malloc.h>
>>> #else
>>> /* #undef ptrdiff_t */
>>> #define ptrdiff_t long
>>> #endif
>>>
>>
>> Oh, you're not using my git tree - I fixed that one months
>> back. Your platform_defs.h should have a ptrdiff section
>> along the lines...
>>
>> /* Check if ptrdiff_t type is available */
>> #define HAVE_PTRDIFF_T 1
>> #ifndef HAVE_PTRDIFF_T
>> #define ptrdiff_t long
>> #endif
>>
>> Your earlier snippet rings bells in my distant memory as to
>> what the original pcp header looked like.
>
> Yep, this is fixed in yr git tree. I guess I had a onld version of PCP
> header installed into /usr/include :(
>
>>
>>
>>
>> WRT, the qmake/xcode issue, I may be able to get hold of a
>> 10.5 system tonight - I'll see if I can reproduce and will
>> look into it a bit more.
>>
>> cheers.
>>
>> --
>> Nathan
>>
>
>
|