[futurebasic] Re: [FB] Blocks

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : June 2010 : Group Archive : Group : All Groups

From: Robert Purves <listrp@...>
Date: Wed, 30 Jun 2010 16:02:36 +1200
Eugen Rosu wrote:

> I changed 
> fn ConsoleCFPrint( (CFArrayRef)array ) 
> with
> fn ConsoleCFPrint( array )
> 
> In " FBtoC Preferences " I chose "Compiler: gcc 4.2 or clang"
> but I had
> Error: Could not vreate precompiled header


[1] Did you observe all of these?

> /*
>  Requires:
>  - OS X 10.6 or later
>  - GCC 4.2 or Clang compiler
>  - 'Compile as Objective-C' in FBtoC prefs
> */


[2] Try trashing the build_temp folder, either in the Finder or from FBtoC's File menu.

Robert P.