Skip to content

Instantly share code, notes, and snippets.

@ryanschwartz
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanschwartz/99427214902b238b06e0 to your computer and use it in GitHub Desktop.
Save ryanschwartz/99427214902b238b06e0 to your computer and use it in GitHub Desktop.
PDFNetWrappers build attempt output
[lvdcvstmulappd01:/tmp/PDFNetWrappers/Build] root# ruby -v
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
[lvdcvstmulappd01:/tmp/PDFNetWrappers/Build] root# cmake -D BUILD_PDFNetRuby:BOOL=ON ..
-- The CXX compiler identification is GNU 4.4.7
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found SWIG: /usr/bin/swig (found version "1.3.40")
-- Using SWIG 1.3.40
-- Found Ruby: /opt/rbenv/shims/ruby (found version "1.8.7")
-- Using Ruby 1.8.7
-- Ruby include directory: /usr/lib64/ruby/1.8/x86_64-linux;/usr/lib64/ruby/1.8/x86_64-linux
-- Ruby library: /usr/lib64/libruby.so
-- Generating sources for Ruby bindings using swig...
-- Generating sources for Ruby bindings using swig... OK
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/PDFNetWrappers/Build
[lvdcvstmulappd01:/tmp/PDFNetWrappers/Build] root# make
Scanning dependencies of target PDFNetRuby
[100%] Building CXX object PDFNetRuby/CMakeFiles/PDFNetRuby.dir/PDFNetRuby.cpp.o
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2479:31: error: ruby/encoding.h: No such file or directory
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In member function ‘virtual std::vector<unsigned char, std::allocator<unsigned char> > SwigDirector_SignatureHandler::CreateSignature()’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:8469: error: ‘rb_str_length’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Selection_GetAsUnicode(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:34027: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:34027: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_SignatureHandler_GetName(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:35818: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:35818: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Printer_GetPrinterName(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:46395: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:46395: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Style_GetFontName(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:47818: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:47818: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Word_GetString(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:48561: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:48561: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Filter_GetFilePath(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:51602: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:51602: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_FilterWriter_WriteBuffer(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:53426: error: ‘rb_str_length’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_SDFDoc_GetFileName(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:57085: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:57085: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Obj_GetAsPDFText(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:59581: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:59581: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Field_GetValueAsString(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:72553: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:72553: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Field_GetDefaultValueAsString(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:72977: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:72977: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Field_GetName(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:73014: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:73014: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Field_GetPartialName(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:73051: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:73051: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Field_GetOpt(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:73407: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:73407: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_FileSpec_GetFilePath(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:74447: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:74447: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Annot_GetContents(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:77583: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:77583: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Markup_GetTitle(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:78387: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:78387: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Markup_GetSubject(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:78709: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:78709: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_FDFField_GetName(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:84243: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:84243: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_FDFField_GetPartialName(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:84280: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:84280: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_FDFDoc_GetPDFFileName(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:85041: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:85041: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_FDFDoc_SaveAsXFDF__SWIG_1(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:85782: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:85782: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_FreeText_GetDefaultAppearance(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:88529: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:88529: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Link_GetNormalizedUrl(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:90268: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:90268: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Movie_GetTitle(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:90578: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:90578: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_RedactionAnnot_GetOverlayText(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:92017: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:92017: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_RedactionAnnot_GetOverlayTextAppearance(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:92245: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:92245: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Screen_GetTitle(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:93356: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:93356: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Screen_GetStaticCaptionText(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:93905: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:93905: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Screen_GetRolloverCaptionText(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:93984: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:93984: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Screen_GetMouseDownCaptionText(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:94063: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:94063: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Text_GetState(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:97258: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:97258: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Text_GetStateModel(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:97416: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:97416: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Widget_GetStaticCaptionText(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:98933: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:98933: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Widget_GetRolloverCaptionText(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:99012: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:99012: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Widget_GetMouseDownCaptionText(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:99091: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:99091: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Config_GetName(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:100183: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:100183: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Config_GetCreator(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:100262: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:100262: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Group_GetName(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:101201: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:101201: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_SElement_GetTitle(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:107969: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:107969: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_SElement_GetActualText(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:108080: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:108080: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_SElement_GetAlt(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:108151: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:108151: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Bookmark_GetTitle(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:109526: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:109526: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Font_MapToUnicode(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:115780: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:115780: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Element_GetTextString(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:126466: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:126466: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_ElementWriter_WriteBuffer(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:132015: error: ‘rb_str_length’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_PageLabel_GetLabelTitle(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:134026: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:134026: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_PageLabel_GetPrefix(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:134136: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:134136: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_PDFDocInfo_GetTitle(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:135146: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:135146: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_PDFDocInfo_GetAuthor(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:135265: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:135265: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_PDFDocInfo_GetSubject(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:135384: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:135384: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_PDFDocInfo_GetKeywords(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:135503: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:135503: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_PDFDocInfo_GetCreator(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:135622: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:135622: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_PDFDocInfo_GetProducer(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:135741: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:135741: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_PDFDoc_GetFileName(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:142706: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:142706: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_PDFNet_GetResourcesPath(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:146947: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:146947: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_HTML2PDF_GetLog(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:156111: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:156111: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_TextExtractor_GetAsText__SWIG_0(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:158482: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:158482: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_TextExtractor_GetAsText__SWIG_1(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:158519: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:158519: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_TextExtractor_GetTextUnderAnnot(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:158612: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:158612: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_TextExtractor_GetAsXML__SWIG_0(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:158657: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:158657: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_TextExtractor_GetAsXML__SWIG_1(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:158694: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:158694: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_SearchResult_GetMatch(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159013: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159013: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_SearchResult_GetAmbientString(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159050: error: ‘rb_enc_find_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159050: error: ‘rb_enc_associate_index’ was not declared in this scope
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Redactor_Redact__SWIG_0(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159935: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159935: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159935: error: template argument 1 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159935: error: template argument 2 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159935: error: invalid type in declaration before ‘=’ token
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159969: error: cannot convert ‘std::vector<pdftron::PDF::Redactor::Redaction, std::allocator<pdftron::PDF::Redactor::Redaction> >*’ to ‘int*’ in assignment
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Redactor_Redact__SWIG_1(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160011: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160011: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160011: error: template argument 1 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160011: error: template argument 2 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160011: error: invalid type in declaration before ‘=’ token
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160042: error: cannot convert ‘std::vector<pdftron::PDF::Redactor::Redaction, std::allocator<pdftron::PDF::Redactor::Redaction> >*’ to ‘int*’ in assignment
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Redactor_Redact__SWIG_2(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160079: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160079: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160079: error: template argument 1 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160079: error: template argument 2 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160079: error: invalid type in declaration before ‘=’ token
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160107: error: cannot convert ‘std::vector<pdftron::PDF::Redactor::Redaction, std::allocator<pdftron::PDF::Redactor::Redaction> >*’ to ‘int*’ in assignment
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Redactor_Redact__SWIG_3(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160139: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160139: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160139: error: template argument 1 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160139: error: template argument 2 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160139: error: invalid type in declaration before ‘=’ token
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160164: error: cannot convert ‘std::vector<pdftron::PDF::Redactor::Redaction, std::allocator<pdftron::PDF::Redactor::Redaction> >*’ to ‘int*’ in assignment
make[2]: *** [PDFNetRuby/CMakeFiles/PDFNetRuby.dir/PDFNetRuby.cpp.o] Error 1
make[1]: *** [PDFNetRuby/CMakeFiles/PDFNetRuby.dir/all] Error 2
make: *** [all] Error 2
[lvdcvstmulappd01:/tmp/PDFNetWrappers/Build] root#
[lvdcvstmulappd01:/tmp/PDFNetWrappers/Build] root# ruby -v
ruby 1.9.3p448 (2013-06-27 revision 41675) [x86_64-linux]
[lvdcvstmulappd01:/tmp/PDFNetWrappers/Build] root# cmake -D BUILD_PDFNetRuby:BOOL=ON ..
-- The CXX compiler identification is GNU 4.4.7
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found SWIG: /usr/bin/swig (found version "1.3.40")
-- Using SWIG 1.3.40
-- Found Ruby: /opt/rbenv/shims/ruby (found version "1.9.1")
-- Using Ruby 1.9.1
-- Ruby include directory: /opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1;/opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1/x86_64-linux
-- Ruby library: /usr/lib64/libruby.so
-- Generating sources for Ruby bindings using swig...
-- Generating sources for Ruby bindings using swig... OK
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/PDFNetWrappers/Build
[lvdcvstmulappd01:/tmp/PDFNetWrappers/Build] root# make
Scanning dependencies of target PDFNetRuby
[100%] Building CXX object PDFNetRuby/CMakeFiles/PDFNetRuby.dir/PDFNetRuby.cpp.o
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4768:99: error: macro "rb_str_new_cstr" passed 2 arguments, but takes just 1
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:5155:121: error: macro "rb_str_new_cstr" passed 2 arguments, but takes just 1
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:5474:123: error: macro "rb_str_new_cstr" passed 2 arguments, but takes just 1
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:5828:113: error: macro "rb_str_new_cstr" passed 2 arguments, but takes just 1
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:6277:95: error: macro "rb_str_new_cstr" passed 2 arguments, but takes just 1
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:6653:93: error: macro "rb_str_new_cstr" passed 2 arguments, but takes just 1
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:7082:109: error: macro "rb_str_new_cstr" passed 2 arguments, but takes just 1
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:7439:153: error: macro "rb_str_new_cstr" passed 2 arguments, but takes just 1
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:7758:133: error: macro "rb_str_new_cstr" passed 2 arguments, but takes just 1
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2889: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2890: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2891: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2892: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2893: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2894: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2896: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2897: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2898: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2900: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2901: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2902: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2903: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2904: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2906: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2907: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2908: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2910: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2911: error: statement-expressions are not allowed outside functions nor in template-argument lists
In file included from /opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1/ruby/ruby.h:1383,
from /opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1/ruby.h:32,
from /tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:857:
/opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1/ruby/intern.h: In function ‘VALUE std_vector_Sl_double_Sg__inspect(std::vector<double, std::allocator<double> >*)’:
/opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1/ruby/intern.h:792: error: invalid conversion from ‘VALUE (*)(const char*)’ to ‘VALUE’
/opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1/ruby/intern.h: In function ‘VALUE std_vector_Sl_pdftron_SDF_Obj_Sg__inspect(std::vector<pdftron::SDF::Obj, std::allocator<pdftron::SDF::Obj> >*)’:
/opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1/ruby/intern.h:792: error: invalid conversion from ‘VALUE (*)(const char*)’ to ‘VALUE’
/opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1/ruby/intern.h: In function ‘VALUE std_vector_Sl_pdftron_PDF_Page_Sg__inspect(std::vector<pdftron::PDF::Page, std::allocator<pdftron::PDF::Page> >*)’:
/opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1/ruby/intern.h:792: error: invalid conversion from ‘VALUE (*)(const char*)’ to ‘VALUE’
/opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1/ruby/intern.h: In function ‘VALUE std_vector_Sl_unsigned_SS_char_Sg__inspect(std::vector<unsigned char, std::allocator<unsigned char> >*)’:
/opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1/ruby/intern.h:792: error: invalid conversion from ‘VALUE (*)(const char*)’ to ‘VALUE’
/opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1/ruby/intern.h: In function ‘VALUE std_vector_Sl_char_Sg__inspect(std::vector<char, std::allocator<char> >*)’:
/opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1/ruby/intern.h:792: error: invalid conversion from ‘VALUE (*)(const char*)’ to ‘VALUE’
/opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1/ruby/intern.h: In function ‘VALUE std_vector_Sl_int_Sg__inspect(std::vector<int, std::allocator<int> >*)’:
/opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1/ruby/intern.h:792: error: invalid conversion from ‘VALUE (*)(const char*)’ to ‘VALUE’
/opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1/ruby/intern.h: In function ‘VALUE std_vector_Sl_std_string_Sg__inspect(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >*)’:
/opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1/ruby/intern.h:792: error: invalid conversion from ‘VALUE (*)(const char*)’ to ‘VALUE’
/opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1/ruby/intern.h: In function ‘VALUE std_vector_Sl_pdftron_PDF_Redactor_Redaction_Sg__inspect(std::vector<pdftron::PDF::Redactor::Redaction, std::allocator<pdftron::PDF::Redactor::Redaction> >*)’:
/opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1/ruby/intern.h:792: error: invalid conversion from ‘VALUE (*)(const char*)’ to ‘VALUE’
/opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1/ruby/intern.h: In function ‘VALUE std_vector_Sl_pdftron_PDF_QuadPoint_Sg__inspect(std::vector<pdftron::PDF::QuadPoint, std::allocator<pdftron::PDF::QuadPoint> >*)’:
/opt/rbenv/versions/1.9.3-p448/include/ruby-1.9.1/ruby/intern.h:792: error: invalid conversion from ‘VALUE (*)(const char*)’ to ‘VALUE’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Redactor_Redact__SWIG_0(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159935: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159935: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159935: error: template argument 1 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159935: error: template argument 2 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159935: error: invalid type in declaration before ‘=’ token
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159969: error: cannot convert ‘std::vector<pdftron::PDF::Redactor::Redaction, std::allocator<pdftron::PDF::Redactor::Redaction> >*’ to ‘int*’ in assignment
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Redactor_Redact__SWIG_1(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160011: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160011: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160011: error: template argument 1 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160011: error: template argument 2 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160011: error: invalid type in declaration before ‘=’ token
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160042: error: cannot convert ‘std::vector<pdftron::PDF::Redactor::Redaction, std::allocator<pdftron::PDF::Redactor::Redaction> >*’ to ‘int*’ in assignment
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Redactor_Redact__SWIG_2(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160079: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160079: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160079: error: template argument 1 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160079: error: template argument 2 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160079: error: invalid type in declaration before ‘=’ token
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160107: error: cannot convert ‘std::vector<pdftron::PDF::Redactor::Redaction, std::allocator<pdftron::PDF::Redactor::Redaction> >*’ to ‘int*’ in assignment
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Redactor_Redact__SWIG_3(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160139: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160139: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160139: error: template argument 1 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160139: error: template argument 2 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160139: error: invalid type in declaration before ‘=’ token
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160164: error: cannot convert ‘std::vector<pdftron::PDF::Redactor::Redaction, std::allocator<pdftron::PDF::Redactor::Redaction> >*’ to ‘int*’ in assignment
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In static member function ‘static VALUE swig::traits_from_stdseq<Seq, T>::from(const Seq&) [with Seq = std::vector<int, std::allocator<int> >, T = int]’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4747: instantiated from ‘static VALUE swig::traits_from<std::vector<T, std::allocator<_CharT> > >::from(const std::vector<T, std::allocator<_CharT> >&) [with T = int]’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:3442: instantiated from ‘VALUE swig::from(const Type&) [with Type = std::vector<int, std::allocator<int> >]’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:47989: instantiated from here
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4724: error: lvalue required as left operand of assignment
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In static member function ‘static VALUE swig::traits_from_stdseq<Seq, T>::from(const Seq&) [with Seq = std::vector<double, std::allocator<double> >, T = double]’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4747: instantiated from ‘static VALUE swig::traits_from<std::vector<T, std::allocator<_CharT> > >::from(const std::vector<T, std::allocator<_CharT> >&) [with T = double]’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:3442: instantiated from ‘VALUE swig::from(const Type&) [with Type = std::vector<double, std::allocator<double> >]’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:48373: instantiated from here
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4724: error: lvalue required as left operand of assignment
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In static member function ‘static VALUE swig::traits_from_stdseq<Seq, T>::from(const Seq&) [with Seq = std::vector<pdftron::SDF::Obj, std::allocator<pdftron::SDF::Obj> >, T = pdftron::SDF::Obj]’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4747: instantiated from ‘static VALUE swig::traits_from<std::vector<T, std::allocator<_CharT> > >::from(const std::vector<T, std::allocator<_CharT> >&) [with T = pdftron::SDF::Obj]’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:3442: instantiated from ‘VALUE swig::from(const Type&) [with Type = std::vector<pdftron::SDF::Obj, std::allocator<pdftron::SDF::Obj> >]’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:55257: instantiated from here
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4724: error: lvalue required as left operand of assignment
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In static member function ‘static VALUE swig::traits_from_stdseq<Seq, T>::from(const Seq&) [with Seq = std::vector<pdftron::PDF::QuadPoint, std::allocator<pdftron::PDF::QuadPoint> >, T = pdftron::PDF::QuadPoint]’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4747: instantiated from ‘static VALUE swig::traits_from<std::vector<T, std::allocator<_CharT> > >::from(const std::vector<T, std::allocator<_CharT> >&) [with T = pdftron::PDF::QuadPoint]’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:3442: instantiated from ‘VALUE swig::from(const Type&) [with Type = std::vector<pdftron::PDF::QuadPoint, std::allocator<pdftron::PDF::QuadPoint> >]’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:133270: instantiated from here
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4724: error: lvalue required as left operand of assignment
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In static member function ‘static VALUE swig::traits_from_stdseq<Seq, T>::from(const Seq&) [with Seq = std::vector<pdftron::PDF::Page, std::allocator<pdftron::PDF::Page> >, T = pdftron::PDF::Page]’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4747: instantiated from ‘static VALUE swig::traits_from<std::vector<T, std::allocator<_CharT> > >::from(const std::vector<T, std::allocator<_CharT> >&) [with T = pdftron::PDF::Page]’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:3442: instantiated from ‘VALUE swig::from(const Type&) [with Type = std::vector<pdftron::PDF::Page, std::allocator<pdftron::PDF::Page> >]’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:139599: instantiated from here
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4724: error: lvalue required as left operand of assignment
make[2]: *** [PDFNetRuby/CMakeFiles/PDFNetRuby.dir/PDFNetRuby.cpp.o] Error 1
make[1]: *** [PDFNetRuby/CMakeFiles/PDFNetRuby.dir/all] Error 2
make: *** [all] Error 2
[lvdcvstmulappd01:/tmp/PDFNetWrappers/Build] root#
[lvdcvstmulappd01:/tmp/PDFNetWrappers/Build] root# ruby -v
ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-linux]
[lvdcvstmulappd01:/tmp/PDFNetWrappers/Build] root# cmake -D BUILD_PDFNetRuby:BOOL=ON ..
-- The CXX compiler identification is GNU 4.4.7
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found SWIG: /usr/bin/swig (found version "1.3.40")
-- Using SWIG 1.3.40
-- Found Ruby: /opt/rbenv/shims/ruby (found version "2.1.0")
-- Using Ruby 2.1.0
-- Ruby include directory: /opt/rbenv/versions/2.1.1/include/ruby-2.1.0;/opt/rbenv/versions/2.1.1/include/ruby-2.1.0/x86_64-linux
-- Ruby library: /usr/lib64/libruby.so
-- Generating sources for Ruby bindings using swig...
-- Generating sources for Ruby bindings using swig... OK
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/PDFNetWrappers/Build
[lvdcvstmulappd01:/tmp/PDFNetWrappers/Build] root# make
Scanning dependencies of target PDFNetRuby
[100%] Building CXX object PDFNetRuby/CMakeFiles/PDFNetRuby.dir/PDFNetRuby.cpp.o
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4768:99: error: macro "rb_str_new_cstr" passed 2 arguments, but takes just 1
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:5155:121: error: macro "rb_str_new_cstr" passed 2 arguments, but takes just 1
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:5474:123: error: macro "rb_str_new_cstr" passed 2 arguments, but takes just 1
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:5828:113: error: macro "rb_str_new_cstr" passed 2 arguments, but takes just 1
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:6277:95: error: macro "rb_str_new_cstr" passed 2 arguments, but takes just 1
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:6653:93: error: macro "rb_str_new_cstr" passed 2 arguments, but takes just 1
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:7082:109: error: macro "rb_str_new_cstr" passed 2 arguments, but takes just 1
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:7439:153: error: macro "rb_str_new_cstr" passed 2 arguments, but takes just 1
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:7758:133: error: macro "rb_str_new_cstr" passed 2 arguments, but takes just 1
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2889: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2890: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2891: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2892: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2893: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2894: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2896: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2897: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2898: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2900: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2901: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2902: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2903: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2904: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2906: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2907: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2908: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2910: error: statement-expressions are not allowed outside functions nor in template-argument lists
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:2911: error: statement-expressions are not allowed outside functions nor in template-argument lists
In file included from /opt/rbenv/versions/2.1.1/include/ruby-2.1.0/ruby/ruby.h:1694,
from /opt/rbenv/versions/2.1.1/include/ruby-2.1.0/ruby.h:33,
from /tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:857:
/opt/rbenv/versions/2.1.1/include/ruby-2.1.0/ruby/intern.h: In function ‘VALUE std_vector_Sl_double_Sg__inspect(std::vector<double, std::allocator<double> >*)’:
/opt/rbenv/versions/2.1.1/include/ruby-2.1.0/ruby/intern.h:840: error: invalid conversion from ‘VALUE (*)(const char*)’ to ‘VALUE’
/opt/rbenv/versions/2.1.1/include/ruby-2.1.0/ruby/intern.h: In function ‘VALUE std_vector_Sl_pdftron_SDF_Obj_Sg__inspect(std::vector<pdftron::SDF::Obj, std::allocator<pdftron::SDF::Obj> >*)’:
/opt/rbenv/versions/2.1.1/include/ruby-2.1.0/ruby/intern.h:840: error: invalid conversion from ‘VALUE (*)(const char*)’ to ‘VALUE’
/opt/rbenv/versions/2.1.1/include/ruby-2.1.0/ruby/intern.h: In function ‘VALUE std_vector_Sl_pdftron_PDF_Page_Sg__inspect(std::vector<pdftron::PDF::Page, std::allocator<pdftron::PDF::Page> >*)’:
/opt/rbenv/versions/2.1.1/include/ruby-2.1.0/ruby/intern.h:840: error: invalid conversion from ‘VALUE (*)(const char*)’ to ‘VALUE’
/opt/rbenv/versions/2.1.1/include/ruby-2.1.0/ruby/intern.h: In function ‘VALUE std_vector_Sl_unsigned_SS_char_Sg__inspect(std::vector<unsigned char, std::allocator<unsigned char> >*)’:
/opt/rbenv/versions/2.1.1/include/ruby-2.1.0/ruby/intern.h:840: error: invalid conversion from ‘VALUE (*)(const char*)’ to ‘VALUE’
/opt/rbenv/versions/2.1.1/include/ruby-2.1.0/ruby/intern.h: In function ‘VALUE std_vector_Sl_char_Sg__inspect(std::vector<char, std::allocator<char> >*)’:
/opt/rbenv/versions/2.1.1/include/ruby-2.1.0/ruby/intern.h:840: error: invalid conversion from ‘VALUE (*)(const char*)’ to ‘VALUE’
/opt/rbenv/versions/2.1.1/include/ruby-2.1.0/ruby/intern.h: In function ‘VALUE std_vector_Sl_int_Sg__inspect(std::vector<int, std::allocator<int> >*)’:
/opt/rbenv/versions/2.1.1/include/ruby-2.1.0/ruby/intern.h:840: error: invalid conversion from ‘VALUE (*)(const char*)’ to ‘VALUE’
/opt/rbenv/versions/2.1.1/include/ruby-2.1.0/ruby/intern.h: In function ‘VALUE std_vector_Sl_std_string_Sg__inspect(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >*)’:
/opt/rbenv/versions/2.1.1/include/ruby-2.1.0/ruby/intern.h:840: error: invalid conversion from ‘VALUE (*)(const char*)’ to ‘VALUE’
/opt/rbenv/versions/2.1.1/include/ruby-2.1.0/ruby/intern.h: In function ‘VALUE std_vector_Sl_pdftron_PDF_Redactor_Redaction_Sg__inspect(std::vector<pdftron::PDF::Redactor::Redaction, std::allocator<pdftron::PDF::Redactor::Redaction> >*)’:
/opt/rbenv/versions/2.1.1/include/ruby-2.1.0/ruby/intern.h:840: error: invalid conversion from ‘VALUE (*)(const char*)’ to ‘VALUE’
/opt/rbenv/versions/2.1.1/include/ruby-2.1.0/ruby/intern.h: In function ‘VALUE std_vector_Sl_pdftron_PDF_QuadPoint_Sg__inspect(std::vector<pdftron::PDF::QuadPoint, std::allocator<pdftron::PDF::QuadPoint> >*)’:
/opt/rbenv/versions/2.1.1/include/ruby-2.1.0/ruby/intern.h:840: error: invalid conversion from ‘VALUE (*)(const char*)’ to ‘VALUE’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Redactor_Redact__SWIG_0(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159935: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159935: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159935: error: template argument 1 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159935: error: template argument 2 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159935: error: invalid type in declaration before ‘=’ token
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:159969: error: cannot convert ‘std::vector<pdftron::PDF::Redactor::Redaction, std::allocator<pdftron::PDF::Redactor::Redaction> >*’ to ‘int*’ in assignment
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Redactor_Redact__SWIG_1(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160011: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160011: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160011: error: template argument 1 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160011: error: template argument 2 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160011: error: invalid type in declaration before ‘=’ token
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160042: error: cannot convert ‘std::vector<pdftron::PDF::Redactor::Redaction, std::allocator<pdftron::PDF::Redactor::Redaction> >*’ to ‘int*’ in assignment
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Redactor_Redact__SWIG_2(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160079: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160079: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160079: error: template argument 1 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160079: error: template argument 2 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160079: error: invalid type in declaration before ‘=’ token
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160107: error: cannot convert ‘std::vector<pdftron::PDF::Redactor::Redaction, std::allocator<pdftron::PDF::Redactor::Redaction> >*’ to ‘int*’ in assignment
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In function ‘VALUE _wrap_Redactor_Redact__SWIG_3(int, VALUE*, VALUE)’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160139: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160139: error: ‘Redaction’ is not a member of ‘pdftron::PDF’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160139: error: template argument 1 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160139: error: template argument 2 is invalid
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160139: error: invalid type in declaration before ‘=’ token
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:160164: error: cannot convert ‘std::vector<pdftron::PDF::Redactor::Redaction, std::allocator<pdftron::PDF::Redactor::Redaction> >*’ to ‘int*’ in assignment
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In static member function ‘static VALUE swig::traits_from_stdseq<Seq, T>::from(const Seq&) [with Seq = std::vector<int, std::allocator<int> >, T = int]’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4747: instantiated from ‘static VALUE swig::traits_from<std::vector<T, std::allocator<_CharT> > >::from(const std::vector<T, std::allocator<_CharT> >&) [with T = int]’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:3442: instantiated from ‘VALUE swig::from(const Type&) [with Type = std::vector<int, std::allocator<int> >]’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:47989: instantiated from here
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4724: error: lvalue required as left operand of assignment
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In static member function ‘static VALUE swig::traits_from_stdseq<Seq, T>::from(const Seq&) [with Seq = std::vector<double, std::allocator<double> >, T = double]’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4747: instantiated from ‘static VALUE swig::traits_from<std::vector<T, std::allocator<_CharT> > >::from(const std::vector<T, std::allocator<_CharT> >&) [with T = double]’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:3442: instantiated from ‘VALUE swig::from(const Type&) [with Type = std::vector<double, std::allocator<double> >]’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:48373: instantiated from here
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4724: error: lvalue required as left operand of assignment
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In static member function ‘static VALUE swig::traits_from_stdseq<Seq, T>::from(const Seq&) [with Seq = std::vector<pdftron::SDF::Obj, std::allocator<pdftron::SDF::Obj> >, T = pdftron::SDF::Obj]’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4747: instantiated from ‘static VALUE swig::traits_from<std::vector<T, std::allocator<_CharT> > >::from(const std::vector<T, std::allocator<_CharT> >&) [with T = pdftron::SDF::Obj]’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:3442: instantiated from ‘VALUE swig::from(const Type&) [with Type = std::vector<pdftron::SDF::Obj, std::allocator<pdftron::SDF::Obj> >]’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:55257: instantiated from here
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4724: error: lvalue required as left operand of assignment
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In static member function ‘static VALUE swig::traits_from_stdseq<Seq, T>::from(const Seq&) [with Seq = std::vector<pdftron::PDF::QuadPoint, std::allocator<pdftron::PDF::QuadPoint> >, T = pdftron::PDF::QuadPoint]’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4747: instantiated from ‘static VALUE swig::traits_from<std::vector<T, std::allocator<_CharT> > >::from(const std::vector<T, std::allocator<_CharT> >&) [with T = pdftron::PDF::QuadPoint]’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:3442: instantiated from ‘VALUE swig::from(const Type&) [with Type = std::vector<pdftron::PDF::QuadPoint, std::allocator<pdftron::PDF::QuadPoint> >]’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:133270: instantiated from here
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4724: error: lvalue required as left operand of assignment
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp: In static member function ‘static VALUE swig::traits_from_stdseq<Seq, T>::from(const Seq&) [with Seq = std::vector<pdftron::PDF::Page, std::allocator<pdftron::PDF::Page> >, T = pdftron::PDF::Page]’:
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4747: instantiated from ‘static VALUE swig::traits_from<std::vector<T, std::allocator<_CharT> > >::from(const std::vector<T, std::allocator<_CharT> >&) [with T = pdftron::PDF::Page]’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:3442: instantiated from ‘VALUE swig::from(const Type&) [with Type = std::vector<pdftron::PDF::Page, std::allocator<pdftron::PDF::Page> >]’
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:139599: instantiated from here
/tmp/PDFNetWrappers/Build/PDFNetRuby/PDFNetRuby.cpp:4724: error: lvalue required as left operand of assignment
make[2]: *** [PDFNetRuby/CMakeFiles/PDFNetRuby.dir/PDFNetRuby.cpp.o] Error 1
make[1]: *** [PDFNetRuby/CMakeFiles/PDFNetRuby.dir/all] Error 2
make: *** [all] Error 2
[lvdcvstmulappd01:/tmp/PDFNetWrappers/Build] root#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment