meirab
unread,Nov 20, 2010, 8:39:47 AM11/20/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to curlpp
hello curlpp group
- - - - - - - - - - - - - -
I downloaded the .gz zip and extracted the files into F:\curlpp-0.7.3
then i opened it in vc9 and the build failed.
I added at Configuration Properties ----> c/c++ ----> Additional
include Directory
F:\curl-7.21.2
F:\curl-7.21.2\include
and this is what i got:
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
= = = = = = = = = = = = = =
1>------ Build started: Project: curlpp, Configuration: DebugDynamic
Win32 ------
1>Compiling...
1>cl : Command line warning D9035 : option 'Wp64' has been deprecated
and will be removed in a future release
1>cURLpp.cpp
1>Easy.cpp
1>Exception.cpp
1>Form.cpp
1>Info.cpp
1>Infos.cpp
1>c1xx : fatal error C1083: Cannot open source file: '.\src\curlpp
\Infos.cpp': No such file or directory
1>Multi.cpp
1>Option.cpp
1>c1xx : fatal error C1083: Cannot open source file: '.\src\curlpp
\Option.cpp': No such file or directory
1>OptionBase.cpp
1>Options.cpp
1>CurlHandle.cpp
1>OptionList.cpp
1>OptionSetter.cpp
1>SList.cpp
1>LifetimeLibrary.cpp
1>c1xx : fatal error C1083: Cannot open source file: '.\src\utilspp
\singleton\LifetimeLibrary.cpp': No such file or directory
1>PrivateMembers.cpp
1>c1xx : fatal error C1083: Cannot open source file: '.\src\utilspp
\singleton\PrivateMembers.cpp': No such file or directory
1>curl-7.21.2
1>c1xx : fatal error C1083: Cannot open source file: 'F:\curl-7.21.2':
Permission denied
1>Generating Code...
1>Project : warning PRJ0018 : The following environment variables were
not found:
1>$(BOOST_PATH)
1>$(LIBCURL_PATH)
1>Build log was saved at "file://f:\curlpp-0.7.3\DebugDynamic
\BuildLog.htm"
1>curlpp - 5 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped
==========
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
= = = = = = = = = = = = = =
what do i have to do to make the build successful?