This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [v3] implement std::messages



Ben,

this patch is broken.  If you configure with --disable-nls, you get:

linking /cvs/gcc/libstdc++-v3/config/io/basic_file_stdio.cc to src/basic_file.cc
linking /cvs/gcc/libstdc++-v3/intl/libgettext.h to intl/libintl.h
configure: error: /cvs/gcc/libstdc++-v3/intl/libgettext.h: File not found
make[1]: *** [configure-target-libstdc++-v3] Error 1
make[1]: Leaving directory `/builds/gcc/gcc-3.1-devel'
make: *** [bootstrap] Error 2

This comes from your aclocal.m4 changes. :-(

Did you forget to add intl/libgettext.h?  Or should there be a link to
gcc/intl/libgettext.h?  I don't know what the code in aclocal.m4
should do but the case --disable-nls is broken as it is in CVS.  Can
you look into this, please?

Btw. using --enable-nls works around this,

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]