CdLbB / fb-rotate

A Unix utility to rotate the display on any Mac and switch the primary display back and forth between displays.
http://modbookish.lefora.com/2010/06/29/a-unix-utility-to-change-the-primary-display-on-os/
163 stars 36 forks source link

Compile error in OS X Tiger (possibly Panther) #11

Open metallizer-br opened 3 years ago

metallizer-br commented 3 years ago

I'm running into a compile error in Tiger:

/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols: _CGDisplayRotation

A quick google search claims that CGDisplayRotation is only available in Leopard onwards.

Would it work in Tiger if I compile in Leopard? Maybe copy the missing library from core graphics...