[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: Error compiling cuteidl
From:       David Smith <dsmith () algonet ! se>
Date:       1999-09-26 19:12:07
[Download RAW message or body]

Ok, here are two (almost) one-line patches.  

Of course, I wouldn't know if this is the way to do it so
don't blame me if it brakes anything :-)

/David


--- prepro.cc.org       Sun Sep 26 20:53:29 1999
+++ prepro.cc   Sun Sep 26 20:53:51 1999
@@ -24,7 +24,7 @@
  */

 #include <CORBA.h>
-#include <string>
+//#include <string>
 #include <stdlib.h>
 #include "prepro.h"
 #include <mico/template_impl.h>


--- parsenode.h.org     Sun Sep 26 20:51:02 1999
+++ parsenode.h Sun Sep 26 20:52:05 1999
@@ -37,7 +37,11 @@
 #include <mico/config.h>
 #endif

+#ifdef HAVE_MINI_STL
+#include <ministl/string>
+#else
 #include <string>
+#endif

 #define MAX_NODE_SIZE 255   


Simon Hausmann wrote:
> 
> Oh well, we all didn't check cuteidl *with* mini-stl, as we had to convert
> KOffice, too, which still requires *not* have use mini-stl.
> 
> So it seems you *have* to compile mico with *without* (read: disabled)
> mini-stl in order to use cuteidl.
> 
> But perhaps a one-line patch (to include the mini-stl string) could solve
> this ...
> 
> Bye,
>  Simon ( ...too lazy to re-compile *everything* just in order to test
>         cuteidl *with* ministl :-)
>

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic