Menu

Problems with build and g++

Help
2002-06-13
2002-07-13
  • Sean Walker

    Sean Walker - 2002-06-13

    I am having a problem with building drip and it has to do with the include files, but I have no clue how to fix it or what the proper files are that I need. I'm using current CVS and a rather up-to-date Mandrake 8.1 install.
    In file included from /usr/include/g++-v3/bits/fpos.h:40,
                     from /usr/include/g++-v3/bits/std_iosfwd.h:41,
                     from /usr/include/g++-v3/bits/std_ios.h:39,
                     from /usr/include/g++-v3/bits/std_istream.h:39,
                     from /usr/include/g++-v3/bits/std_fstream.h:39,
                     from /usr/include/g++-v3/fstream:31,
                     from main.hh:18,
                     from external.cpp:4:
    /usr/include/g++-v3/bits/std_cwchar.h:42:24: wchar.h: No such file or directory
    That file exists nicely as /usr/include/bits/wchar.h but, well, that doesn't help. Specifying the include path causes other errors. Not fun.

    TIA

    -Sean

     
    • Jarl van Katwijk

      Gcc 3.1 isn't it? Drip used to be compilable with 3.0.x.. and sure it with 2.95.x.

      And futhermore Mandrake isn't a very nice compilation farm either;)

       
    • Sean Walker

      Sean Walker - 2002-07-13

      Yeah, yeah, so I've noticed.  Gcc version is 3.0.1. I think I have 2.96 somewhere. I've never been able to get this to compile on RedHat 6.1,6.2, and on my Mandrake 8.1. I play around with distros whenever I get the chance.

       
    • Sean Walker

      Sean Walker - 2002-07-13

      No change whatsoever. It can not find wchar.h even though it is there. Any help?

       

Log in to post a comment.