On Sun, 2007-09-09 at 14:15 -0700, Erick Tryzelaar wrote:
> On 9/9/07, Erick Tryzelaar <[EMAIL PROTECTED]> wrote:
> > This is odd. I can't directly call the isinf function:
> 
> Looking at the debug output, it looks like it's not even using the
> right function. It references this:
> 
> instance [T: TYPE where (T isin (short || ushort || int || uint ||
> long || ulong || vlong || uvlong || float || double || ldouble))]
> Str[T] = {
>   fun str: T -> string = "flx::rtl::strutil::str<#1>($1)" requires 
> flx_strutil;
> }
> 
> Which is clearly wrong. How is it missing the one defined in flx_ctypes.flx?

Delete all the *.par files. Felix parser auto-dependency checking
only works for include files not #include or #import.


-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to