On Tuesday 02 April 2002 4:35 pm, Jean-Marc Lasgouttes wrote:
> >>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> Jean-Marc, I can confirm that I need neither CPP nor CPPFLAGS
> Angus> when configuring with autoconf 2.52. All is fine and dandy.
>
> Great.

Incidentally, when running ./configure --with-included-string I get:

checking whether the included std::string should be used... yes
checking whether the systems std::string is really good... no

surely this second is superfluous?

Anyway, as I told you the other day, I can't actually use lyxstring:

cxx -std strict_ansi -DHAVE_CONFIG_H -I. -I../../../devel/src/mathed 
-I../../src -I../../../devel/src/mathed/../ -I../.. -I../../../devel 
-I../../../devel/boost -I../../../devel/src/cheaders -I/usr/local/include 
-nocleanup -msg_display_number -msg_disable 11,193,236,261,401,611 -w0 -ptr 
/usr/users/aleem/OTHERS_CODE/lyx/devel-lyxstring/lyx_cxx_repository -O2 -c 
-MD ../../../devel/src/mathed/formula.C
cxx: Error: /usr/include/cxx/locimpl, line 289: #266 "string" is ambiguous
  vector<string,allocator<void> > names_;
---------^
cxx: Error: /usr/include/cxx/locimpl, line 292: #266 "string" is ambiguous
  string big_name_;
--^
cxx: Error: /usr/include/cxx/locimpl, line 307: #266 "string" is ambiguous
  static bool parse_name (vector<string,allocator<void> >&,const char*);
---------------------------------^
cxx: Error: /usr/include/cxx/locimpl, line 309: #266 "string" is ambiguous
  static bool build_name (string&,const vector<string,allocator<void> >&);
--------------------------^
cxx: Error: /usr/include/cxx/locimpl, line 309: #266 "string" is ambiguous

etc.

Any ideas?

Angus

Reply via email to