Re: mingw32 build feedback

"John E. Davis" <[email protected]>
Newsgroups gmane.network.slrn.user
Message-ID <[email protected]>
Rudy Taraschi <[email protected]> wrote:
> Here's the contents of "slang.log":
>
>  Traceback: error
>  .\identity-2.8.0.sl:548:<top-level>:Run-Time Error
>
> Here's the offending lines in "identity.sl" (line 548 is the second
> line):
>
> !if (1 == register_hook ("startup_hook","identity->retrieve_default"))
>    error ("identity.sl: register_hook (startup_hook)");
>
> Again, if I remove the "1 ==" , I get no error.  Strange.

Instead of the above, what does this produce?

   $1 = register_hook ("startup_hook", "identity->retrieve_default");
   if ($1 != 1)
     throw RunTimeError, 
           "register_hook startup_hook failed: $1 returned"$;

Thanks, 
--John

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.