divyavamsee / core-plot

Automatically exported from code.google.com/p/core-plot
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Building CorePlot fails #373

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download and unzip CorePlot 0.9
2. Open Source/examples/RangePlot xCode Project
3. Click "Run" button in xCode 4.0.1

What is the expected output? What do you see instead?
I expect a successful build, but the compilation of CorePlot fails with several 
errors:

/Users/xxxx/Downloads/CorePlot_0.9/Source/framework/Source/CPTImage.m: In 
function '-[CPTImage initForPNGFile:]':
/Users/xxxx/Downloads/CorePlot_0.9/Source/framework/Source/CPTImage.m:113: 
error: request for member 'backingScaleFactor' in something not a structure or 
union
...
/Users/xxxx/Downloads/CorePlot_0.9/Source/framework/Source/CPTLayer.m: In 
function '-[CPTLayer setContentsScale:]':
/Users/xxxx/Downloads/CorePlot_0.9/Source/framework/Source/CPTLayer.m:763: 
error: request for member 'contentsScale' in something not a structure or union
/Users/xxxx/Downloads/CorePlot_0.9/Source/framework/Source/CPTLayer.m: In 
function '-[CPTLayer contentsScale]':
/Users/xxxx/Downloads/CorePlot_0.9/Source/framework/Source/CPTLayer.m:781: 
error: request for member 'contentsScale' in something not a structure or union

What version of the product are you using? On what operating system?
CorePlot 0.9, xCode 4.0.1, Mac OS X 10.6.8

Please provide any additional information below.

Original issue reported on code.google.com by patrickk...@gmail.com on 28 Nov 2011 at 10:56

GoogleCodeExporter commented 9 years ago
Fixed in 
http://code.google.com/p/core-plot/source/detail?r=ba8c6394e8a313b8ecce3395a1a93
d49ac31bcba

Original comment by eskr...@mac.com on 29 Nov 2011 at 3:48

GoogleCodeExporter commented 9 years ago
Thanks!

Original comment by patrickk...@gmail.com on 29 Nov 2011 at 4:35