Hi Andre, Yeah, Mandriva might make things difficult. How about getting a simple Debian or Ubuntu install on another machine or drive?
On Sat, Feb 12, 2011 at 7:11 PM, <[email protected]> wrote: > icmp3 = mksafe(switch > (transitions= You're probably getting a very weird error here... the problem is that the opening parenthesis should be on the same line than switch: switch(<newline>transitions=...). I know this sounds weird, but it's a compromise in the syntax that allows us to have optional semicolon in sequencing. Cheers, -- David ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
