Bug 126941

Summary: duplicate parameter name in computeParagraphAndIndex function prototype
Product: [Applications] konqueror Reporter: Joseph D. Wagner <theman>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: aiacovitti
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Joseph D. Wagner 2006-05-08 09:38:34 UTC
Version:            (using KDE KDE 3.5.2)
Installed from:    Compiled From Sources
Compiler:          icpc-9.0.030 -no-gcc
OS:                Linux

../../khtml/rendering/render_form.h(500): error: duplicate parameter name
void computeParagraphAndIndex(long index, int* para, int* index);

I know icpc is a blacklisted compiler, but the problems you have been having from it can be traced back to faulty implementations of gcc extensions.  I run icpc with the -no-gcc switch which turns off gcc extensions, and then everything works fine (at least for me).