Michael Gatford writes: > Hi, > > I am getting the following error when compiling some code on a Fedora C4 > box and gcc 4.0.2. > > I've done some googling but have no idea how to deal with the "throws > different exceptions" errors. You've got multiple incompatible declarations of some functions. Find out why, and fix them. Use gcc -E to get preprocessed source. Andrew.