[ADMB Users] binomial_w2 example
    dave fournier 
    davef at otter-rsch.com
       
    Sat Jun 25 10:25:18 PDT 2011
    
    
  
On 11-04-29 02:01 PM, Johnoel Ancheta wrote:
I got the mingw32 crosscompiler to work to build admb from the source.
on Ubuntu 10.04 targeting win32.
Main thing seemed to be to replace any call to something like
  mingw32msvc-gcc
to
  mingw32msvc-g++
I think that one could always replace any reference to gcc in the 
makefile to g++
and life might be easier.
This should enable us to put glmmadmb in the buildbot.
     Daved
> Hi Dave,
>
> The binomial_w2 example is not working.  It walks out of an
> array.  To fix it, the following line was commented out
>
> ===================================================================
> --- src/df1b2-separable/f1b2fnl2.cpp    (revision 996)
> +++ src/df1b2-separable/f1b2fnl2.cpp    (working copy)
> @@ -77,7 +77,7 @@
>      switch(hesstype)
>      {
>      case 2:
> -      ++separable_calls_counter;
> +      //++separable_calls_counter;
>        if (saddlepointflag==2)
>        {
>          do_separable_stuff_x_u_block_diagonal(ff);
>
>
> Is this okay?
>
> JOhnoel 
    
    
More information about the Users
mailing list