Hi Eun-Joo, You are using an old version of g++ compiler in Kansas. It could be that you did not initialized a pointer when you declared it. More precise, I traced you back, and you should put instead: BrTrackTree *trackTree; <-> BrTrackTree *trackTree =0; It's around line 390. Furthermore, don't forget to include BrChkvRdo.h in your source. That's it, and it worked for me on rcas. I did not look for what's going on with C4, because I have other version of bdst. I hope it helps you! Cheers, Catalin. _______________________________________________ Brahms-dev-l mailing list Brahms-dev-l@lists.bnl.gov http://lists.bnl.gov/mailman/listinfo/brahms-dev-lReceived on Fri May 21 07:55:05 2004
This archive was generated by hypermail 2.1.8 : Fri May 21 2004 - 07:55:25 EDT