Hey guys,

I am using a departmental redhat machine (no root), but have installed
boost stage libraries in my $HOME directory as well as curl, all of
which compiled.

However, while ./configure passes just fine with my BOOST_ROOT set, I
am getting a compilation failure

/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++ -
DHAVE_CONFIG_H -I. -I../../include/curlpp -I../../include/curlpp -
I../../include   -I../  -g  -W -Wall -Werror    -I/home/CSCI4780/
boost_1_42_0 -MT Easy.lo -MD -MP -MF .deps/Easy.Tpo -c -o Easy.lo
Easy.cpp
In file included from Easy.cpp:25:
../../include/curlpp/Options.hpp:281: error: `CURLOPT_FTP_FILEMETHOD'
was not declared in this scope
../../include/curlpp/Options.hpp:281: error: template argument 2 is
invalid
../../include/curlpp/Options.hpp:281: error: ISO C++ forbids
declaration of `FtpFileMethod' with no type
../../include/curlpp/Options.hpp:285: error: `curl_ftpauth' was not
declared in this scope
../../include/curlpp/Options.hpp:285: error: `CURLOPT_FTPSSLAUTH' was
not declared in this scope
../../include/curlpp/Options.hpp:285: error: template argument 1 is
invalid
../../include/curlpp/Options.hpp:285: error: template argument 2 is
invalid
../../include/curlpp/Options.hpp:285: error: ISO C++ forbids
declaration of `FtpSslAuth' with no type


Any ideas why?

GCC is:

[csci4...@ganga curlpp-0.7.3]$ gcc -v
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --
infodir=/usr/share/info --enable-shared --enable-threads=posix --
disable-checking --with-system-zlib --enable-__cxa_atexit --disable-
libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)

Thank you

-- 
You received this message because you are subscribed to the Google Groups 
"curlpp" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/curlpp?hl=en.

Reply via email to