On Tue, May 6, 2008 at 11:16 AM, Tatsuro MATSUOKA <[EMAIL PROTECTED]> wrote: > BTW: > rand.cpp: In function `double annRan0()': > rand.cpp:82: error: `srandom' was not declared in this scope > rand.cpp:86: error: `random' was not declared in this scope > rand.cpp:89: error: `random' was not declared in this scope > rand.cpp:90: error: `random' was not declared in this scope > rand.cpp:102: error: `random' was not declared in this scope > make[2]: *** [rand.o] Error 1 > > Will I need swig?
You need to add -DANN_NO_RANDOM to your compilation flags (or something similar, I don't remember exactly; look into source files). Michael. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
