OMG! That's it! It's always so simple, isn't it ?
That works for me.
Thanks a lot !

Anton.

> On 3/19/07, Anton Rolls <[EMAIL PROTECTED]> wrote:
> > "Anton/fmod-version.factor" run-file
> > Error
> > Assertion failed
> >   assert-got    3
> >   assert-expect 2
> 
> This error means the code in the file left a value on the stack. Code
> inside something that is run-filed should have an overall stack effect
> of ( -- ). You probably want to print the item at the end of the file
> instead of leaving it on the stack (Use . for example).
> 
> Chris.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to