Page 1 of 1

SDK 53.29 missing files?

Posted: Mon Aug 31, 2015 8:24 pm
by xenic
I've been examining the new SDK to see what files I need to copy over from my previous SDK (mostly from SDK:local). I noticed that the Cairo includes were moved from SDK:local/common/include/cairo to SDK:local/newlib/include/cairo. However, the library files (libcairo.a & libcairo.la) are not included in the new SDK:local/newlib/lib directory. Is it O.K. to copy those files to my new SDK install or are they outdated?

Re: SDK 53.29 missing files?

Posted: Tue Sep 01, 2015 3:44 am
by ssolie
The files are not missing. Cairo is using newlib from now on and you should not mix standard C libraries.