kl. 17:04:33 UTC tirsdag 21. januar 2014 skrev Volker Braun følgende:
>
> As the error says, you declare a function prototype but don't define it. 
>

Sry if I misunderstand, not familiar with you use the word "prototype". 
Forgot to mention that I try to wrap a spkg written in C/C++ into sage. True 
that I have not posted the definition of FVS. Among other code, following 
code I believe is build during
$ ./sage -f somewhatfptufvs

  int FVS(
        int ** list,
        my_gal *G                //IN
        )
  {
#ifdefdo_iteration_rereordering_on_adjacency_matrix_while_mainly_using_adjacency_list
        do_adjacency_matrix _G(*G);                //IN
#else
        __graph_structure _G(*G);                //IN
#endif    
    return FVS(list,_G);
  }


 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to