|
From: Joachim E. <joa...@gm...> - 2005-03-06 19:15:57
|
On Saturday 05 March 2005 15:22, Mark Teel wrote:
> I just joined the user list but have been using Kdiff3 on linux, FreeBSD
> and windows for some time. Really nice app, thanks for the hard work.
Cool. Now with Mac this makes four different platforms. Can anybody top that?
> I just recently broke down and bought a Mac (love it!). Unfortunately,
> I could not get Kdiff3 to build after I installed Qt/Mac. But, after
> some hacking on a system header, it builds and works (somewhat). The
> main problem is that the main window has no resize handle in the bottom
> right corner, as is the OS X standard. So it is either very small or
> full screen :( Otherwise, it seems to be working pretty well.
>
> So my questions are:
>
> 1) Has anyone found a better way to build for Mac OSX 10.3.8?
Somebody with a Mac has to answer this.
> 2) Would anyone be interested in my procedure to get it built?
Yes, of course. I would add the instructions to the README.
> 3) Could the developers address the inability to resize the main window?
Please change line 289-290 in kdiff3.cpp (KDiff3-0.9.88) like this:
if (statusBar() !=0 )
statusBar()->setSizeGripEnabled(true);
If you've linked KDiff3 with Qt-libs statically, could you please send me the
binary. I would upload it for other Mac users.
Cheers,
Joachim
|