Version: (using KDE KDE 3.3.0) Installed from: Compiled From Sources Compiler: gcc 3.4.1 When trying to compile kdebindings, the Makefile for the Perl section tried to use cc as the C compiler. At least on Solaris, CC is the Sun Forte compiler which is not always installed. In my case, I am using gcc as the C compiler.
Not KDevelop. Reassigning to "Bindings". (Hope that is correct...)
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone!
The perl bindings now use CMake to build (and have had for about 8 years). They will use whatever compiler cmake is configured to use.