Hacker News new | ask | show | jobs
by zenspider 6131 days ago
Doesn't build for me either right now (NativeRect array problem in nsterm.m), but I'm guessing it doesn't for him either since there hasn't been a build for 2 days.

I've always build mine with:

    ./configure --with-ns
    make -j 4 bootstrap
(I only rebuild every few months or so, so a bootstrap is safer)
1 comments

Yes, my script got the NativeRect error tonight. Last night I was offline reconstructing my disk after I botched some code in a home made gpt partitioning tool (it made a full recovery--phew).

I think I'm going to have to figure out how to build with -m32 so that it works on versions before 10.6. I haven't looked into it but I suspect you can "lipo" the 32 and the 64 bit executables together like you can with PowerPC and Intel and so that might be an option too.