On Sunday 06 April 2008 22:29:23 DavidW wrote: > Do you think I should get checkin status? - it would fix this problem. > If so, how? If you want commit access, you should ask John. He is the admin in sourceforge. > ---- > insert at line 237 > commandOptions.Add('useFLTK', > 'Set to 1 to use FLTK for graphs and widget opcodes.', > '1') > (and other appropriate env if necess) > > Its causing > commandOptions.Add('useFLTK', 'Set to 1 to use FLTK for graphs and > widget opcodes.', '1') > to exception ~ 10 lines from EOF. I don't understand this. It may be that you mail client broke the formatting, but single quoted strings can't be split into multiple lines. -- Felipe Sateler