Menu

#22 various gcc-3.3.1 fixes

open
nobody
None
5
2003-10-01
2003-10-01
Anonymous
No

There are a bunch of namespace errors that won't
compile with gcc 3.3. They are all something like

#include <iostream>

int main (void) {
cerr << "help me I won't compile because cerr
should be";
cerr << "std::cerr\n";
return 0;
}

the following patch fixes alot of these. Additionally
for kde 3 libkfile is caught up in libkio. haven't got
a chance to test this throughly yet but it should work.

Fred

Discussion

  • Nobody/Anonymous

    patch

     
  • rodito79

    rodito79 - 2005-11-10

    Logged In: YES
    user_id=1376638

    Fred,

    I using Debian with gcc 3.3.5 and can't compile dbdesigner.
    I already downloaded the patch that you post here, but I
    don't know how to use it.

    Best Regards,

    Rodolfo.

     

Log in to post a comment.