hi all,
any one of u compiled ypops on suse linux prof 9.3 or novell linux desktop 9. pls give me some tips to make ypops on these.
jerry don


servidor:/home/donkey/ypops/src # make
rm -f ypops
make mimelib;make libre_lib;make ypops
make[1]: Entering directory `/home/donkey/ypops/src'
cd ../lib/mimepp-1.3.3;make -f makefile-unix rel_lib;cd
/bin/sh: line 0: cd: ../lib/mimepp-1.3.3: No such file or directory
make[2]: Entering directory `/home/donkey/ypops/src'
make[2]: makefile-unix: No such file or directory
make[2]: *** No rule to make target `makefile-unix'. Stop.
make[2]: Leaving directory `/home/donkey/ypops/src'
make[1]: Leaving directory `/home/donkey/ypops/src'
make[1]: Entering directory `/home/donkey/ypops/src'
cd ../lib/re_lib;make -f makefile.unix
make[2]: Entering directory `/home/donkey/ypops/lib/re_lib'
g++ -g -I. -c regexp.cpp -o regexp.o
g++ -g -I. -c regsub.cpp -o regsub.o
ar q libre_lib.a regexp.o regsub.o
ar: creating libre_lib.a
make[2]: Leaving directory `/home/donkey/ypops/lib/re_lib'
make[1]: Leaving directory `/home/donkey/ypops/src'
make[1]: Entering directory `/home/donkey/ypops/src'
rm -f DataHolder.o
g++ -g -fkeep-inline-functions -fno-default-inline -D_REENTRANT -I../lib/re_lib -I../lib/mimepp-1.3.3/src -I../lib/mimepp-1.3.3/examples/email -I/usr/local/include -I/usr/local/ssl/include -c DataHolder.cpp
rm -f Email.o
g++ -g -fkeep-inline-functions -fno-default-inline -D_REENTRANT -I../lib/re_lib -I../lib/mimepp-1.3.3/src -I../lib/mimepp-1.3.3/examples/email -I/usr/local/include -I/usr/local/ssl/include -c Email.cpp
rm -f HttpClient.o
g++ -g -fkeep-inline-functions -fno-default-inline -D_REENTRANT -I../lib/re_lib -I../lib/mimepp-1.3.3/src -I../lib/mimepp-1.3.3/examples/email -I/usr/local/include -I/usr/local/ssl/include -c HttpClient.cpp
In file included from HttpClient.cpp:49:
HttpClient.h:46:23: error: curl/curl.h: No such file or directory
HttpClient.h:47:24: error: curl/types.h: No such file or directory
HttpClient.h:48:23: error: curl/easy.h: No such file or directory
HttpClient.h:102: error: ISO C++ forbids declaration of ‘CURL’ with no type
HttpClient.h:102: error: expected ‘;’ before ‘*’ token
HttpClient.cpp: In destructor ‘virtual HttpClient::~HttpClient()’:
HttpClient.cpp:120: error: ‘curl_handle’ was not declared in this scope
HttpClient.cpp:121: error: ‘curl_easy_cleanup’ was not declared in this scope
HttpClient.cpp: In member function ‘BOOL HttpClient::AddHeader(const char*, const char*)’:
HttpClient.cpp:188: error: ‘curl_slist_append’ was not declared in this scope
HttpClient.cpp: In member function ‘BOOL HttpClient::DoPostInternal(const char*, const void*, HttpClientResponse&, bool)’:
HttpClient.cpp:244: error: ‘CURL’ was not declared in this scope
HttpClient.cpp:244: error: ‘curl_handle’ was not declared in this scope
HttpClient.cpp:245: error: ‘CURLcode’ was not declared in this scope
HttpClient.cpp:245: error: expected `;' before ‘res’
HttpClient.cpp:255: error: ‘curl_easy_init’ was not declared in this scope
HttpClient.cpp:260: error: ‘CURLOPT_URL’ was not declared in this scope
HttpClient.cpp:260: error: ‘curl_easy_setopt’ was not declared in this scope
HttpClient.cpp:263: error: ‘CURLOPT_WRITEFUNCTION’ was not declared in this scope
HttpClient.cpp:264: error: ‘CURLOPT_FILE’ was not declared in this scope
HttpClient.cpp:265: error: ‘CURLOPT_HEADERFUNCTION’ was not declared in this scope
HttpClient.cpp:266: error: ‘CURLOPT_WRITEHEADER’ was not declared in this scope
HttpClient.cpp:268: error: ‘CURLOPT_USERAGENT’ was not declared in this scope
HttpClient.cpp:269: error: ‘CURLOPT_HTTPHEADER’ was not declared in this scope
HttpClient.cpp:270: error: ‘CURLOPT_FOLLOWLOCATION’ was not declared in this scope
HttpClient.cpp:271: error: ‘CURLOPT_MAXREDIRS’ was not declared in this scope
HttpClient.cpp:278: error: ‘CURLOPT_SSLENGINE_DEFAULT’ was not declared in this scope
HttpClient.cpp:279: error: ‘CURLOPT_SSL_VERIFYPEER’ was not declared in this scope
HttpClient.cpp:280: error: ‘CURLOPT_SSL_VERIFYHOST’ was not declared in this scope
HttpClient.cpp:281: error: ‘CURLOPT_NOPROGRESS’ was not declared in this scope
HttpClient.cpp:282: error: ‘CURLOPT_NOSIGNAL’ was not declared in this scope
HttpClient.cpp:287: error: ‘CURLOPT_HTTPPOST’ was not declared in this scope
HttpClient.cpp:291: error: ‘CURLOPT_POSTFIELDS’ was not declared in this scope
HttpClient.cpp:299: error: ‘CURLOPT_PROXY’ was not declared in this scope
HttpClient.cpp:305: error: ‘CURLOPT_PROXY’ was not declared in this scope
HttpClient.cpp:311: error: ‘CURLOPT_PROXYUSERPWD’ was not declared in this scope
HttpClient.cpp:315: error: ‘res’ was not declared in this scope
HttpClient.cpp:315: error: ‘curl_easy_perform’ was not declared in this scope
HttpClient.cpp:318: error: ‘CURLINFO_EFFECTIVE_URL’ was not declared in this scope
HttpClient.cpp:318: error: ‘curl_easy_getinfo’ was not declared in this scope
HttpClient.cpp:323: error: ‘curl_easy_cleanup’ was not declared in this scope
HttpClient.cpp:328: error: ‘CURLE_OK’ was not declared in this scope
HttpClient.cpp:331: error: ‘curl_easy_strerror’ was not declared in this scope
HttpClient.cpp:334: error: ‘CURLE_OK’ was not declared in this scope
HttpClient.cpp: In member function ‘int HttpClient::DoGetInternal(const char*, HttpClientResponse&)’:
HttpClient.cpp:380: error: ‘CURLcode’ was not declared in this scope
HttpClient.cpp:380: error: expected `;' before ‘res’
HttpClient.cpp:392: error: ‘curl_handle’ was not declared in this scope
HttpClient.cpp:392: error: ‘CURLOPT_URL’ was not declared in this scope
HttpClient.cpp:392: error: ‘curl_easy_setopt’ was not declared in this scope
HttpClient.cpp:394: error: ‘CURLOPT_FILE’ was not declared in this scope
HttpClient.cpp:395: error: ‘CURLOPT_WRITEHEADER’ was not declared in this scope
HttpClient.cpp:396: error: ‘CURLOPT_HTTPHEADER’ was not declared in this scope
HttpClient.cpp:403: error: ‘CURLOPT_PROXY’ was not declared in this scope
HttpClient.cpp:409: error: ‘CURLOPT_PROXY’ was not declared in this scope
HttpClient.cpp:415: error: ‘CURLOPT_PROXYUSERPWD’ was not declared in this scope
HttpClient.cpp:419: error: ‘res’ was not declared in this scope
HttpClient.cpp:419: error: ‘curl_easy_perform’ was not declared in this scope
HttpClient.cpp:422: error: ‘CURLINFO_EFFECTIVE_URL’ was not declared in this scope
HttpClient.cpp:422: error: ‘curl_easy_getinfo’ was not declared in this scope
HttpClient.cpp:427: error: ‘CURLINFO_CONTENT_TYPE’ was not declared in this scope
HttpClient.cpp:435: error: ‘CURLE_OK’ was not declared in this scope
HttpClient.cpp:438: error: ‘curl_easy_strerror’ was not declared in this scope
HttpClient.cpp:441: error: ‘CURLE_OK’ was not declared in this scope
HttpClient.cpp: In member function ‘void HttpClient::Reset()’:
HttpClient.cpp:463: error: ‘curl_slist_free_all’ was not declared in this scope
HttpClient.cpp: In member function ‘void HttpClient::FullReset()’:
HttpClient.cpp:543: error: ‘curl_handle’ was not declared in this scope
HttpClient.cpp:544: error: ‘curl_easy_cleanup’ was not declared in this scope
HttpClient.cpp: In member function ‘void HttpClient::Initialize()’:
HttpClient.cpp:558: error: ‘curl_handle’ was not declared in this scope
HttpClient.cpp:558: error: ‘curl_easy_init’ was not declared in this scope
HttpClient.cpp:560: error: ‘CURLOPT_WRITEFUNCTION’ was not declared in this scope
HttpClient.cpp:560: error: ‘curl_easy_setopt’ was not declared in this scope
HttpClient.cpp:561: error: ‘CURLOPT_HEADERFUNCTION’ was not declared in this scope
HttpClient.cpp:562: error: ‘CURLOPT_USERAGENT’ was not declared in this scope
HttpClient.cpp:563: error: ‘CURLOPT_FOLLOWLOCATION’ was not declared in this scope
HttpClient.cpp:564: error: ‘CURLOPT_MAXREDIRS’ was not declared in this scope
HttpClient.cpp:567: error: ‘CURLOPT_COOKIEFILE’ was not declared in this scope
HttpClient.cpp:570: error: ‘CURLOPT_SSLENGINE_DEFAULT’ was not declared in this scope
HttpClient.cpp:571: error: ‘CURLOPT_SSL_VERIFYPEER’ was not declared in this scope
HttpClient.cpp:572: error: ‘CURLOPT_SSL_VERIFYHOST’ was not declared in this scope
HttpClient.cpp:573: error: ‘CURLOPT_NOPROGRESS’ was not declared in this scope
HttpClient.cpp:574: error: ‘CURLOPT_NOSIGNAL’ was not declared in this scope
make[1]: *** [HttpClient.o] Error 1
make[1]: Leaving directory `/home/donkey/ypops/src'
make: *** [all] Error 2




Users browsing this forum: No registered users and 0 guests
![]() |