Open metallizer-br opened 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...
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...