Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. CC="cc +DD64 -DWITH_FLEX -DWITH_OPENSSL" CXX="aCC
  2.  
  3. +DD64 -DWITH_FLEX -DWITH_OPENSSL" LDFLAGS="-
  4. L/usr/local/lib" CXXFLAGS="-AA"
  5. CPPFLAGS="" M4=/usr/local/bin/m4 LEX=flex
  6. LEXLIB=/usr/local/lib/libfl.a
  7.  
  8. "wsdlStub.h", line 1108: error #2020: identifier "wsdl__definitions" is
  9. undefined
  10. int traverse(wsdl__definitions &_param_68); /* transient */
  11. ^
  12.  
  13. "wsdlStub.h", line 1154: error #2020: identifier "wsdl__definitions" is
  14. undefined
  15. int traverse(wsdl__definitions &_param_70); /* transient */
  16. ^
  17.  
  18. "wsdlStub.h", line 1175: error #2020: identifier "wsdl__definitions" is
  19. undefined
  20. int traverse(wsdl__definitions &_param_71); /* transient */
  21. ^
  22.  
  23. "wsdlStub.h", line 1367: error #2020: identifier "wsdl__operation" is undefined
  24. std::vector<wsdl__operation * >operation; /* optional element of type wsdl:operation */
  25. ^
  26.  
  27. "wsdlStub.h", line 1418: error #2020: identifier "wsp__Policy" is undefined
  28. wsp__Policy *policyRef; /* not serialized */
  29. ^
  30.  
  31. "wsdlStub.h", line 1420: error #2020: identifier "wsdl__definitions" is
  32. undefined
  33. int traverse(wsdl__definitions &_param_72); /* transient */
  34. ^
  35.  
  36. "wsdlStub.h", line 1421: error #2020: identifier "wsp__Policy" is undefined
  37. void policyPtr(wsp__Policy *_param_73); /* transient */
  38.  
  39. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement