gcc 2.95 build -- export keyword
Christopher Baus
christopher at baus.net
Wed Aug 4 21:00:59 BST 1999
> Maybe you also havenĀ“t deleted your old compiler ?!
It probably wouldn't be a bad idea if the code was 2.95 compliant.
It looks like the compiler is also being bitchy about disambiguating
function calls. ie the following seems to produce an error:
foo(unsigned int someInt);
foo(char* someChar);
....
foo(123);
...
It prefers
foo(123ul);
I guess I try to get a CVS build today and enumerate some of these
problems....
Does look great though. Thanks for the good work.
./~christopher
More information about the KDevelop
mailing list