This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc 4.0.2, Fedora C4 problem


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]