Just a note that you'll probably run into an issue with building from source
on 10.6 due to the new Retina functions. Snow Leopard's ObjC doesn't
have them, but the compiler tries to find them when compiling the FFI
call. Ideally we'd be able to use ObjC introspection to only call the
Retina methods when they exist, but currently Factor looks for them when
compiling so it is always trying to find them.

As a temporary work-around, you can delete/comment out the body of
prepareOpenGL in basis/ui/backend/cocoa/views/views.factor.


On Mon, Jan 14, 2013 at 07:03:36AM -0800, John Benediktsson wrote:
> The 0.95 release was built on a newly upgraded 10.8 machine in our build
> farm and because of that, accidentally requires 10.8 -- we haven't released
> updated binaries that fix this problem yet, but you can build from source
> just fine:
> *
> *
> git clone https://github.com/slavapestov/factor.git && cd factor &&
> ./build-support/factor.sh update
> 
> 
> On Sun, Jan 13, 2013 at 10:14 PM, David Sutcliffe <[email protected]>wrote:
> 
> > Joe Groff <arcata@...> writes:
> >
> >
> > > Leopard is a minimum requirement. Factor should also build and run on
> > > any version since.
> > >
> > > -Joe
> > >
> >
> > I have tried the .95 and build downloads under Snow Leopard but for some
> > reason both crash immediately. The install seems to have worked so there
> > must be some other issue ?
> >
> >
> > regards
> >
> > David
> >
> >
> >
> > ------------------------------------------------------------------------------
> > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> > MVPs and experts. SALE $99.99 this month only -- learn more at:
> > http://p.sf.net/sfu/learnmore_122412
> > _______________________________________________
> > Factor-talk mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/factor-talk
> >

> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. SALE $99.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122412

> _______________________________________________
> Factor-talk mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/factor-talk


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to