On 4-Jun-08, at 9:39 AM, Jeff Ye wrote: > [EMAIL PROTECTED] ~]$ gcc -v > Using built-in specs. > Target: x86_64-redhat-linux > Configured with: ../configure --prefix=/usr --mandir=/usr/share/man > --infodir=/usr/share/info > --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap > --enable-shared --enable-threads=posix --enable-checking=release > --with-system-zlib --enable-__cxa_atexit --disable-libunwind- > exceptions > --enable-languages=c,c++,objc,obj-c++,java,fortran,ada > --enable-java-awt=gtk --disable-dssi --enable-plugin > --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre > --enable-libgcj-multifile --enable-java-maintainer-mode > --with-ecj-jar=/usr/share/java/eclipse-ecj.jar > --disable-libjava-multilib --with-cpu=generic > --build=x86_64-redhat-linux > Thread model: posix > gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC)
Yeah... it's probably GCC 4.3. I never tried to compile on 4.x version of GCC. I knew it would cause problems. > > > > On Wed, 2008-06-04 at 08:33 -0400, Jean-Philippe Barrette-LaPierre > wrote: >> On 2-Jun-08, at 5:24 PM, Jeff Ye wrote: >> >>> Hi, I tried to build cURLpp 0.7.2 on Fedora 9. But looks like >>> missing >>> some includes in the source file. I am not sure this bug is platform >>> related or not. So I just list them here: >> >> Which compiler are you using? Anyway, thanks. I'll fix that. >> >>> >>> >>> 1. LifetimeWithLongevity.hpp: missing #include <algorithm>, which >>> makes >>> compiler complaining about "upper_bound" function >>> in LifetimeWithLongevity.inl. > ... > > _______________________________________________ > cURLpp mailing list > [email protected] > http://www.rrette.com/mailman/listinfo/curlpp _______________________________________________ cURLpp mailing list [email protected] http://www.rrette.com/mailman/listinfo/curlpp
