From: Alexei S. <ale...@gm...> - 2010-10-09 22:22:54
|
Patches welcome. -Alexe On Sat, Oct 9, 2010 at 6:18 PM, C.W. Betts <com...@ho...> wrote: > When compiling either SheepShaver or Basilisk II, I get the following warning when compiling for either 32 and 64-bit: > "Carbon Pasteboard is unavailable under 10.6" > To my knowledge, the Carbon Pasteboard is available under 10.6 on 32-bit, but many high-level GUI code (like the Carbon Pasteboard) aren't present on 64-bit. Perhaps a better test would be to check for __LP64__ and not build if it's there, instead of checking for 10.6. > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > basilisk-devel mailing list > bas...@li... > https://lists.sourceforge.net/lists/listinfo/basilisk-devel > |