Thanks Joe, Could you apply the following patch and try again please?:
Cheers,
Phil
diff --git a/vm/os-macosx.mm b/vm/os-macosx.mm
index 9fbc672..e4da7b2 100644
--- a/vm/os-macosx.mm
+++ b/vm/os-macosx.mm
@@ -13,8 +13,8 @@ NS_DURING
c_to_factor(quot,vm);
NS_VOIDRETURN;
NS_HANDLER
- dpush(allot_alien(F,(cell)localException));
- quot = userenv[COCOA_EXCEPTION_ENV];
+ dpush(vm->allot_alien(F,(cell)localException));
+ quot = vm->userenv[COCOA_EXCEPTION_ENV];
if(!tagged<object>(quot).type_p(QUOTATION_TYPE))
{
/* No Cocoa exception handler was registered, so
Joe Groff wrote:
> g++ -c -Wall -O3 -fomit-frame-pointer -fPIC -DFACTOR_64 -m64 -o vm/os-
> macosx.o vm/os-macosx.mm
> vm/os-macosx.mm: In function ‘void
> factor::c_to_factor_toplevel(factor::cell)’:
> vm/os-macosx.mm:16: error: ‘allot_alien’ was not declared in this scope
> vm/os-macosx.mm:17: error: ‘userenv’ was not declared in this scope
>
> -Joe
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now. http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Factor-talk mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk