Advertisement
goatbar

fink on 10.8 - libdap9 build failure

Aug 20th, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. fink install libdap9
  2.  
  3.  
  4. const int get_ignore_expires() throw()
  5. ^~~~~
  6. ./RCReader.h:153:5: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  7. const int get_default_expires() throw()
  8. ^~~~~
  9. ./RCReader.h:157:5: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  10. const int get_always_validate() throw()
  11. ^~~~~
  12. ./RCReader.h:166:5: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  13. const bool get_deflate() throw()
  14. ^~~~~
  15. ./RCReader.h:182:5: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  16. const int get_proxy_server_port() throw()
  17. ^~~~~
  18. ./RCReader.h:222:5: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  19. const int get_proxy_for_regexp_flags() throw()
  20. ^~~~~
  21. ./RCReader.h:246:5: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  22. const int get_no_proxy_for_port() throw()
  23. ^~~~~
  24. 10 warnings generated.
  25. mv -f .deps/libdapclient_la-RCReader.Tpo .deps/libdapclient_la-RCReader.Plo
  26. /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./GNU -I/sw/include -I/sw/include/libxml2 -I/sw/include -I/sw/include -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-Connect.lo -MD -MP -MF .deps/libdapclient_la-Connect.Tpo -c -o libdapclient_la-Connect.lo `test -f 'Connect.cc' || echo './'`Connect.cc
  27. g++ -DHAVE_CONFIG_H -I. -I./gl -I./GNU -I/sw/include -I/sw/include/libxml2 -I/sw/include -I/sw/include -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-Connect.lo -MD -MP -MF .deps/libdapclient_la-Connect.Tpo -c Connect.cc -fno-common -DPIC -o .libs/libdapclient_la-Connect.o
  28. In file included from Connect.cc:51:
  29. In file included from ./Connect.h:82:
  30. ./HTTPConnect.h:33:10: fatal error: 'curl/types.h' file not found
  31. #include <curl/types.h>
  32. ^
  33. 1 error generated.
  34. make[2]: *** [libdapclient_la-Connect.lo] Error 1
  35. make[1]: *** [all-recursive] Error 1
  36. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement