Open GoogleCodeExporter opened 8 years ago
Functions in these files can be called from WindowSizer.m when dealing with X11
windows. You need to link with X11 and Glib libraries as well, but it works on
my end. Also, I don't know if this is the proper place to submit this, but
here goes.
Original comment by knightqu...@gmail.com
on 20 Aug 2010 at 1:36
Attachments:
Thanks! I don't actually know OSX programming well enough to make use of your
advice. Have you gotten the whole thing to work? If so, could you post all
necessary changes (e.g. WindowSizer.m), or even a whole source tarball? Would
love to get this to work.
Original comment by peter.kh...@gmail.com
on 4 Sep 2010 at 2:52
One problem I am having with this is that my mac is a x64 Mac Mini. Because of
this, it only has the x64 version of libX11.a, the library file that allows
access to the X11 windows. In summary, I don't know how to set up Xcode to
compile anything other than an x64 binary on my system, so I had to modify the
project's target type. Having said that, here are the files that I have made
changes to. You will have to add libX11.a and libglib-2.0.dylib to your
project. I installed libglib-2.0.dylib through the MacPorts command "sudo port
install glib2". libX11.a was, I assume, installed with either X11 or Xcode.
If you have a 64-bit Mac, you will have to change the project to build a 64-bit
executable. To do this, expand the Targets category in Xcode, right-click the
Shiftit target, and click Get Info. Under the build tab, change Architectures
to "64-bit Intel". At this point, it should compile.
If anyone has a solution on how to build a universal binary, I would love to
hear it.
Original comment by knightqu...@gmail.com
on 4 Sep 2010 at 8:38
Attachments:
Hi,
I forked this app as it is no longer in development. Today I added the X11
support so if you want, you can check it out and test it. It's here:
http://github.com/fikovnik/ShiftIt/tree/refactoring in the refactoring branch.
I have not made a new release (I need to properly test it first) so you have to
build it yourself. Please feel free to submit any issues you find.
/cheers
Filip
Original comment by krikava
on 17 Oct 2010 at 11:42
Original issue reported on code.google.com by
peter.kh...@gmail.com
on 11 May 2010 at 9:04