Hi,

thanks for the new version.

Somehow one semikolon survived. Attached patch deletes it. I hope, now we found 
them all. :-)

I am still a little bit confused with the global.h / config.h issue. Maybe I am 
missing something or maybe the problem is, that I do not use autoconf for my 
own project, but the problem is this:
- When I include curlpp I need the global.h. global.h requires either a 
config.h or a config.win32.h which I both do not have and so my project does 
not compile.
- As far as I see it (after a quick scan through the code, maybe I missed 
something), after you compiled and installed curlpp the only thing of real 
importance in those header files is the define (or undef) of HAVE_BOOST. So the 
workaround remains (as Jeff Ye described), to write your own global.h which 
defines or undefs it.
- The curlpp-config script does not really help, because, as I said, I do not 
use autoconf.

Joerg




Jean-Philippe Barrette-LaPierre schrieb:
> I just put on the website the 0.7.2-devel version. This fixes most of  
> all problems found by users for last release. If everything is okay,  
> I'll officialize 0.7.2 version soon.
> _______________________________________________
> cURLpp mailing list
> [email protected]
> http://www.rrette.com/mailman/listinfo/curlpp
> 
diff -ru curlpp-0.7.2-devel/utilspp/TypeList.hpp 
curlpp-0.7.2-devel-joza-patch/utilspp/TypeList.hpp
--- curlpp-0.7.2-devel/utilspp/TypeList.hpp     2007-09-04 15:19:22.000000000 
+0200
+++ curlpp-0.7.2-devel-joza-patch/utilspp/TypeList.hpp  2007-09-25 
12:47:42.000000000 +0200
@@ -208,7 +208,7 @@
       typedef TypeList< THead, typename erase< TTail, T >::Result >
       Result;
     };
-  };
+  }
 }      
 
 
_______________________________________________
cURLpp mailing list
[email protected]
http://www.rrette.com/mailman/listinfo/curlpp

Reply via email to